Home
last modified time | relevance | path

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

/PHP-5.6/ext/gd/
H A Dgd.c1979 HDC memDC; in PHP_FUNCTION() local
2013 memDC = CreateCompatibleDC(hdc); in PHP_FUNCTION()
2015 hOld = (HBITMAP) SelectObject (memDC, memBM); in PHP_FUNCTION()
2038 int c = GetPixel(memDC, x,y); in PHP_FUNCTION()
2045 SelectObject(memDC,hOld); in PHP_FUNCTION()
2047 DeleteDC(memDC); in PHP_FUNCTION()
2066 HDC memDC; in PHP_FUNCTION() local
2088 memDC = CreateCompatibleDC(hdc); in PHP_FUNCTION()
2098 int c = GetPixel(memDC, x,y); in PHP_FUNCTION()
2104 SelectObject(memDC,hOld); in PHP_FUNCTION()
[all …]

Completed in 12 milliseconds