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

/PHP_TRUNK/ext/gd/
H A Dgd.c1937 HDC hdc; local
1958 hdc = GetDC(0);
1972 memDC = CreateCompatibleDC(hdc);
1973 memBM = CreateCompatibleBitmap(hdc, Width, Height);
2007 ReleaseDC( 0, hdc );
2024 HDC hdc; local
2031 hdc = GetDC(0);
2037 if (!hdc) {
2047 memDC = CreateCompatibleDC(hdc);
2048 memBM = CreateCompatibleBitmap(hdc, Widt
[all...]

Completed in 6 milliseconds