Home
last modified time | relevance | path

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

/PHP-8.0/ext/gd/
H A Dgd.c1165 HDC memDC; in PHP_FUNCTION() local
1196 memDC = CreateCompatibleDC(hdc); in PHP_FUNCTION()
1198 hOld = (HBITMAP) SelectObject (memDC, memBM); in PHP_FUNCTION()
1207 int c = GetPixel(memDC, x,y); in PHP_FUNCTION()
1213 SelectObject(memDC,hOld); in PHP_FUNCTION()
1215 DeleteDC(memDC); in PHP_FUNCTION()
1233 HDC memDC; in PHP_FUNCTION() local
1253 memDC = CreateCompatibleDC(hdc); in PHP_FUNCTION()
1263 int c = GetPixel(memDC, x,y); in PHP_FUNCTION()
1269 SelectObject(memDC,hOld); in PHP_FUNCTION()
[all …]

Completed in 12 milliseconds