Home
last modified time | relevance | path

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

/PHP-7.2/ext/gd/
H A Dgd.c1949 HDC memDC; in PHP_FUNCTION() local
1980 memDC = CreateCompatibleDC(hdc); in PHP_FUNCTION()
1982 hOld = (HBITMAP) SelectObject (memDC, memBM); in PHP_FUNCTION()
1991 int c = GetPixel(memDC, x,y); in PHP_FUNCTION()
1997 SelectObject(memDC,hOld); in PHP_FUNCTION()
1999 DeleteDC(memDC); in PHP_FUNCTION()
2018 HDC memDC; in PHP_FUNCTION() local
2040 memDC = CreateCompatibleDC(hdc); in PHP_FUNCTION()
2050 int c = GetPixel(memDC, x,y); in PHP_FUNCTION()
2056 SelectObject(memDC,hOld); in PHP_FUNCTION()
[all …]

Completed in 13 milliseconds