Home
last modified time | relevance | path

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

/PHP-7.0/ext/gd/
H A Dgd.c1895 HBITMAP memBM; in PHP_FUNCTION() local
1929 memBM = CreateCompatibleBitmap(hdc, Width, Height); in PHP_FUNCTION()
1930 hOld = (HBITMAP) SelectObject (memDC, memBM); in PHP_FUNCTION()
1961 DeleteObject(memBM); in PHP_FUNCTION()
1982 HBITMAP memBM; in PHP_FUNCTION() local
2004 memBM = CreateCompatibleBitmap(hdc, Width, Height); in PHP_FUNCTION()
2005 hOld = (HBITMAP) SelectObject (memDC, memBM); in PHP_FUNCTION()
2020 DeleteObject(memBM); in PHP_FUNCTION()

Completed in 16 milliseconds