Home
last modified time | relevance | path

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

/php-src/ext/gd/
H A Dgd.c1066 HDC hdc; in PHP_FUNCTION() local
1084 hdc = GetDC(0); in PHP_FUNCTION()
1098 memDC = CreateCompatibleDC(hdc); in PHP_FUNCTION()
1099 memBM = CreateCompatibleBitmap(hdc, Width, Height); in PHP_FUNCTION()
1118 ReleaseDC( 0, hdc ); in PHP_FUNCTION()
1134 HDC hdc; in PHP_FUNCTION() local
1139 hdc = GetDC(0); in PHP_FUNCTION()
1145 if (!hdc) { in PHP_FUNCTION()
1155 memDC = CreateCompatibleDC(hdc); in PHP_FUNCTION()
1156 memBM = CreateCompatibleBitmap(hdc, Width, Height); in PHP_FUNCTION()
[all …]

Completed in 20 milliseconds