Home
last modified time | relevance | path

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

/PHP-5.3/ext/gd/
H A Dgd.c1972 HDC hdc; in PHP_FUNCTION() local
1993 hdc = GetDC(0); in PHP_FUNCTION()
2007 memDC = CreateCompatibleDC(hdc); in PHP_FUNCTION()
2008 memBM = CreateCompatibleBitmap(hdc, Width, Height); in PHP_FUNCTION()
2042 ReleaseDC( 0, hdc ); in PHP_FUNCTION()
2059 HDC hdc; in PHP_FUNCTION() local
2066 hdc = GetDC(0); in PHP_FUNCTION()
2072 if (!hdc) { in PHP_FUNCTION()
2082 memDC = CreateCompatibleDC(hdc); in PHP_FUNCTION()
2083 memBM = CreateCompatibleBitmap(hdc, Width, Height); in PHP_FUNCTION()
[all …]

Completed in 13 milliseconds