Home
last modified time | relevance | path

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

/PHP-7.0/ext/gd/
H A Dgd.c1894 HDC memDC; in PHP_FUNCTION() local
1928 memDC = CreateCompatibleDC(hdc); in PHP_FUNCTION()
1930 hOld = (HBITMAP) SelectObject (memDC, memBM); in PHP_FUNCTION()
1953 int c = GetPixel(memDC, x,y); in PHP_FUNCTION()
1960 SelectObject(memDC,hOld); in PHP_FUNCTION()
1962 DeleteDC(memDC); in PHP_FUNCTION()
1981 HDC memDC; in PHP_FUNCTION() local
2003 memDC = CreateCompatibleDC(hdc); in PHP_FUNCTION()
2013 int c = GetPixel(memDC, x,y); in PHP_FUNCTION()
2019 SelectObject(memDC,hOld); in PHP_FUNCTION()
[all …]

Completed in 16 milliseconds