Home
last modified time | relevance | path

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

/PHP-5.3/ext/gd/
H A Dgd.c1973 HDC memDC; in PHP_FUNCTION() local
2007 memDC = CreateCompatibleDC(hdc); in PHP_FUNCTION()
2009 hOld = (HBITMAP) SelectObject (memDC, memBM); in PHP_FUNCTION()
2032 int c = GetPixel(memDC, x,y); in PHP_FUNCTION()
2039 SelectObject(memDC,hOld); in PHP_FUNCTION()
2041 DeleteDC(memDC); in PHP_FUNCTION()
2060 HDC memDC; in PHP_FUNCTION() local
2082 memDC = CreateCompatibleDC(hdc); in PHP_FUNCTION()
2092 int c = GetPixel(memDC, x,y); in PHP_FUNCTION()
2098 SelectObject(memDC,hOld); in PHP_FUNCTION()
[all …]

Completed in 21 milliseconds