Home
last modified time | relevance | path

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

/PHP-8.3/ext/gd/
H A Dgd.c1067 HDC memDC; in PHP_FUNCTION() local
1098 memDC = CreateCompatibleDC(hdc); in PHP_FUNCTION()
1100 hOld = (HBITMAP) SelectObject (memDC, memBM); in PHP_FUNCTION()
1109 int c = GetPixel(memDC, x,y); in PHP_FUNCTION()
1115 SelectObject(memDC,hOld); in PHP_FUNCTION()
1117 DeleteDC(memDC); in PHP_FUNCTION()
1135 HDC memDC; in PHP_FUNCTION() local
1155 memDC = CreateCompatibleDC(hdc); in PHP_FUNCTION()
1165 int c = GetPixel(memDC, x,y); in PHP_FUNCTION()
1171 SelectObject(memDC,hOld); in PHP_FUNCTION()
[all …]

Completed in 16 milliseconds