Home
last modified time | relevance | path

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

/PHP-7.2/ext/gd/
H A Dgd.c1948 HDC hdc; in PHP_FUNCTION() local
1966 hdc = GetDC(0); in PHP_FUNCTION()
1980 memDC = CreateCompatibleDC(hdc); in PHP_FUNCTION()
1981 memBM = CreateCompatibleBitmap(hdc, Width, Height); in PHP_FUNCTION()
2000 ReleaseDC( 0, hdc ); in PHP_FUNCTION()
2017 HDC hdc; in PHP_FUNCTION() local
2024 hdc = GetDC(0); in PHP_FUNCTION()
2030 if (!hdc) { in PHP_FUNCTION()
2040 memDC = CreateCompatibleDC(hdc); in PHP_FUNCTION()
2041 memBM = CreateCompatibleBitmap(hdc, Width, Height); in PHP_FUNCTION()
[all …]

Completed in 18 milliseconds