Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/
H A Dgd.c1937 HBITMAP memBM; in PHP_FUNCTION() local
1971 memBM = CreateCompatibleBitmap(hdc, Width, Height); in PHP_FUNCTION()
1972 hOld = (HBITMAP) SelectObject (memDC, memBM); in PHP_FUNCTION()
2003 DeleteObject(memBM); in PHP_FUNCTION()
2024 HBITMAP memBM; in PHP_FUNCTION() local
2046 memBM = CreateCompatibleBitmap(hdc, Width, Height); in PHP_FUNCTION()
2047 hOld = (HBITMAP) SelectObject (memDC, memBM); in PHP_FUNCTION()
2062 DeleteObject(memBM); in PHP_FUNCTION()

Completed in 24 milliseconds