hdc 1955 ext/gd/gd.c HDC hdc; hdc 1976 ext/gd/gd.c hdc = GetDC(0); hdc 1990 ext/gd/gd.c memDC = CreateCompatibleDC(hdc); hdc 1991 ext/gd/gd.c memBM = CreateCompatibleBitmap(hdc, Width, Height); hdc 2025 ext/gd/gd.c ReleaseDC( 0, hdc ); hdc 2042 ext/gd/gd.c HDC hdc; hdc 2049 ext/gd/gd.c hdc = GetDC(0); hdc 2055 ext/gd/gd.c if (!hdc) { hdc 2065 ext/gd/gd.c memDC = CreateCompatibleDC(hdc); hdc 2066 ext/gd/gd.c memBM = CreateCompatibleBitmap(hdc, Width, Height); hdc 2068 ext/gd/gd.c BitBlt( memDC, 0, 0, Width, Height , hdc, rc.left, rc.top , SRCCOPY ); hdc 2084 ext/gd/gd.c ReleaseDC( 0, hdc );