Home
last modified time | relevance | path

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

/PHP-7.3/ext/gd/
H A Dgd.c1945 HDC memDC; in PHP_FUNCTION() local
1976 memDC = CreateCompatibleDC(hdc); in PHP_FUNCTION()
1978 hOld = (HBITMAP) SelectObject (memDC, memBM); in PHP_FUNCTION()
1987 int c = GetPixel(memDC, x,y); in PHP_FUNCTION()
1993 SelectObject(memDC,hOld); in PHP_FUNCTION()
1995 DeleteDC(memDC); in PHP_FUNCTION()
2014 HDC memDC; in PHP_FUNCTION() local
2034 memDC = CreateCompatibleDC(hdc); in PHP_FUNCTION()
2044 int c = GetPixel(memDC, x,y); in PHP_FUNCTION()
2050 SelectObject(memDC,hOld); in PHP_FUNCTION()
[all …]

Completed in 18 milliseconds