Home
last modified time | relevance | path

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

/PHP-5.6/ext/gd/
H A Dgd.c1978 HDC hdc; in PHP_FUNCTION() local
1999 hdc = GetDC(0); in PHP_FUNCTION()
2013 memDC = CreateCompatibleDC(hdc); in PHP_FUNCTION()
2014 memBM = CreateCompatibleBitmap(hdc, Width, Height); in PHP_FUNCTION()
2048 ReleaseDC( 0, hdc ); in PHP_FUNCTION()
2065 HDC hdc; in PHP_FUNCTION() local
2072 hdc = GetDC(0); in PHP_FUNCTION()
2078 if (!hdc) { in PHP_FUNCTION()
2088 memDC = CreateCompatibleDC(hdc); in PHP_FUNCTION()
2089 memBM = CreateCompatibleBitmap(hdc, Width, Height); in PHP_FUNCTION()
[all …]

Completed in 13 milliseconds