Home
last modified time | relevance | path

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

/PHP-8.4/ext/gd/
H A Dgd.c1107 HDC hdc; in PHP_FUNCTION() local
1127 hdc = GetDC(0); in PHP_FUNCTION()
1141 memDC = CreateCompatibleDC(hdc); in PHP_FUNCTION()
1142 memBM = CreateCompatibleBitmap(hdc, Width, Height); in PHP_FUNCTION()
1161 ReleaseDC( 0, hdc ); in PHP_FUNCTION()
1177 HDC hdc; in PHP_FUNCTION() local
1182 hdc = GetDC(0); in PHP_FUNCTION()
1186 if (!hdc) { in PHP_FUNCTION()
1196 memDC = CreateCompatibleDC(hdc); in PHP_FUNCTION()
1197 memBM = CreateCompatibleBitmap(hdc, Width, Height); in PHP_FUNCTION()
[all …]

Completed in 17 milliseconds