Home
last modified time | relevance | path

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

/PHP-8.0/ext/gd/
H A Dgd.c1166 HBITMAP memBM; in PHP_FUNCTION() local
1197 memBM = CreateCompatibleBitmap(hdc, Width, Height); in PHP_FUNCTION()
1198 hOld = (HBITMAP) SelectObject (memDC, memBM); in PHP_FUNCTION()
1214 DeleteObject(memBM); in PHP_FUNCTION()
1234 HBITMAP memBM; in PHP_FUNCTION() local
1254 memBM = CreateCompatibleBitmap(hdc, Width, Height); in PHP_FUNCTION()
1255 hOld = (HBITMAP) SelectObject (memDC, memBM); in PHP_FUNCTION()
1270 DeleteObject(memBM); in PHP_FUNCTION()

Completed in 12 milliseconds