Home
last modified time | relevance | path

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

/PHP-8.2/ext/gd/
H A Dgd.c1068 HBITMAP memBM; in PHP_FUNCTION() local
1099 memBM = CreateCompatibleBitmap(hdc, Width, Height); in PHP_FUNCTION()
1100 hOld = (HBITMAP) SelectObject (memDC, memBM); in PHP_FUNCTION()
1116 DeleteObject(memBM); in PHP_FUNCTION()
1136 HBITMAP memBM; in PHP_FUNCTION() local
1156 memBM = CreateCompatibleBitmap(hdc, Width, Height); in PHP_FUNCTION()
1157 hOld = (HBITMAP) SelectObject (memDC, memBM); in PHP_FUNCTION()
1172 DeleteObject(memBM); in PHP_FUNCTION()

Completed in 13 milliseconds