Home
last modified time | relevance | path

Searched refs:memBM (Results 1 – 1 of 1) sorted by relevance

/PHP-8.1/ext/gd/
H A Dgd.c1218 HBITMAP memBM; in PHP_FUNCTION() local
1249 memBM = CreateCompatibleBitmap(hdc, Width, Height); in PHP_FUNCTION()
1250 hOld = (HBITMAP) SelectObject (memDC, memBM); in PHP_FUNCTION()
1266 DeleteObject(memBM); in PHP_FUNCTION()
1286 HBITMAP memBM; in PHP_FUNCTION() local
1306 memBM = CreateCompatibleBitmap(hdc, Width, Height); in PHP_FUNCTION()
1307 hOld = (HBITMAP) SelectObject (memDC, memBM); in PHP_FUNCTION()
1322 DeleteObject(memBM); in PHP_FUNCTION()

Completed in 15 milliseconds