hdc              1867 ext/gd/gd.c    	HDC		hdc;
hdc              1888 ext/gd/gd.c    	hdc		= GetDC(0);
hdc              1902 ext/gd/gd.c    	memDC	= CreateCompatibleDC(hdc);
hdc              1903 ext/gd/gd.c    	memBM	= CreateCompatibleBitmap(hdc, Width, Height);
hdc              1937 ext/gd/gd.c    	ReleaseDC( 0, hdc );
hdc              1954 ext/gd/gd.c    	HDC		hdc;
hdc              1961 ext/gd/gd.c    	hdc		= GetDC(0);
hdc              1967 ext/gd/gd.c    	if (!hdc) {
hdc              1977 ext/gd/gd.c    	memDC	= CreateCompatibleDC(hdc);
hdc              1978 ext/gd/gd.c    	memBM	= CreateCompatibleBitmap(hdc, Width, Height);
hdc              1980 ext/gd/gd.c    	BitBlt( memDC, 0, 0, Width, Height , hdc, rc.left, rc.top , SRCCOPY );
hdc              1996 ext/gd/gd.c    	ReleaseDC( 0, hdc );