Lines Matching refs:hdc
1948 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()
2043 BitBlt( memDC, 0, 0, Width, Height , hdc, rc.left, rc.top , SRCCOPY ); in PHP_FUNCTION()
2059 ReleaseDC( 0, hdc ); in PHP_FUNCTION()