Lines Matching refs:HDC
181 HDC hdc = ::GetDC(NULL);
183 dib = ::CreateDIBSection(hdc, reinterpret_cast<BITMAPINFO*>(&bitmap_header),
186 ::ReleaseDC(NULL, hdc);
384 HDC hdc = ::GetDC(NULL);
386 HBITMAP dib = ::CreateDIBSection(hdc, reinterpret_cast<BITMAPINFO*>(&h),
389 HDC dib_dc = CreateCompatibleDC(hdc);
390 ::ReleaseDC(NULL, hdc);