Home
last modified time | relevance | path

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

/PHP-7.0/ext/gd/
H A Dgd.c1893 HDC hdc; in PHP_FUNCTION() local
1914 hdc = GetDC(0); in PHP_FUNCTION()
1928 memDC = CreateCompatibleDC(hdc); in PHP_FUNCTION()
1929 memBM = CreateCompatibleBitmap(hdc, Width, Height); in PHP_FUNCTION()
1963 ReleaseDC( 0, hdc ); in PHP_FUNCTION()
1980 HDC hdc; in PHP_FUNCTION() local
1987 hdc = GetDC(0); in PHP_FUNCTION()
1993 if (!hdc) { in PHP_FUNCTION()
2003 memDC = CreateCompatibleDC(hdc); in PHP_FUNCTION()
2004 memBM = CreateCompatibleBitmap(hdc, Width, Height); in PHP_FUNCTION()
[all …]

Completed in 32 milliseconds