HomeSort by relevance Sort by last modified time
    Searched defs:hDC (Results 1 - 22 of 22) sorted by null

  /external/mesa3d/src/gallium/targets/graw-gdi/
graw_gdi.c 73 HDC hDC = NULL;
115 hDC = GetDC(hWnd);
116 if (hDC == NULL)
119 *handle = (void *)hDC;
  /external/ImageMagick/coders/
clipboard.c 158 HDC
159 hDC,
188 hDC=GetDC(NULL);
189 if (hDC == 0)
191 hBitmap=CreateDIBSection(hDC,&DIBinfo,DIB_RGB_COLORS,(void **) &ppBits,
193 ReleaseDC(NULL,hDC);
197 hDC=CreateCompatibleDC(NULL);
198 if (hDC == 0)
203 hOldBitmap=(HBITMAP) SelectObject(hDC,hBitmap);
206 DeleteDC(hDC);
    [all...]
screenshot.c 128 HDC
130 hDC;
162 hDC=CreateDC(device.DeviceName,device.DeviceName,NULL,NULL);
163 if (hDC == (HDC) NULL)
167 screen->columns=(size_t) GetDeviceCaps(hDC,HORZRES);
168 screen->rows=(size_t) GetDeviceCaps(hDC,VERTRES);
178 bitmapDC=CreateCompatibleDC(hDC);
179 if (bitmapDC == (HDC) NULL)
181 DeleteDC(hDC);
    [all...]
emf.c 323 HDC
324 hDC;
396 hDC=GetDC(NULL);
397 hTemp=SetWinMetaFileBits(dwSize,pBits,hDC,&mp);
398 ReleaseDC(NULL,hDC);
433 hDC=GetDC(NULL);
434 hTemp=SetWinMetaFileBits(dwSize,&(pBits[sizeof(APMHEADER)]),hDC,&mp);
435 ReleaseDC(NULL,hDC);
451 HDC
452 hDC;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_pbuffer.c 70 wglCreatePbufferARB(HDC hCurrentDC,
85 HDC hDC;
240 hDC = GetDC(hWnd);
241 if (!hDC) {
249 fb = stw_framebuffer_create(hDC, iPixelFormat);
270 bRet = SetPixelFormat(hDC, iDisplayablePixelFormat, &pfd);
277 HDC WINAPI
281 HDC hDC;
    [all...]
stw_st.c 178 stw_st_framebuffer_present_locked(HDC hdc,
189 stw_framebuffer_present_locked(hdc, stwfb->fb, resource);
207 HDC hDC;
214 hDC = GetDC(stwfb->fb->hWnd);
216 ret = stw_st_framebuffer_present_locked(hDC, &stwfb->base, statt);
218 ReleaseDC(stwfb->fb->hWnd, hDC);
265 stw_st_swap_framebuffer_locked(HDC hdc, struct st_framebuffer_iface *stfb
    [all...]
  /external/mesa3d/src/gallium/winsys/sw/gdi/
gdi_sw_winsys.c 198 HDC hDC )
202 StretchDIBits(hDC,
216 HDC hDC = (HDC)context_private;
218 gdi_sw_display(winsys, dt, hDC);
  /external/pdfium/core/fxge/win32/
fx_win32_dib.cpp 104 HDC hDC) {
106 return CreateDIBitmap(hDC, (BITMAPINFOHEADER*)info.c_str(), CBM_INIT,
132 HDC hDC = CreateCompatibleDC(nullptr);
138 DeleteDC(hDC);
142 int ret = GetDIBits(hDC, hBitmap, 0, height, pDIBitmap->GetBuffer(),
144 DeleteDC(hDC);
168 HDC hDC = CreateCompatibleDC(nullptr)
    [all...]
fx_win32_dwrite.cpp 425 HDC hDC = pRenderTarget_->GetMemoryDC();
426 HBITMAP hBitmap = (HBITMAP)::GetCurrentObject(hDC, OBJ_BITMAP);
  /external/swiftshader/tests/OGLSimpleCube/
OGLSimpleCube.cpp 53 HDC hDC;
133 SwapBuffers(hDC);
142 void setupPixelFormat(HDC hDC)
166 pixelFormat = ChoosePixelFormat(hDC, &pfd);
168 MessageBox(WindowFromDC(hDC), L"ChoosePixelFormat failed.", L"Error",
173 if(SetPixelFormat(hDC, pixelFormat, &pfd) != TRUE) {
174 MessageBox(WindowFromDC(hDC), L"SetPixelFormat failed.", L"Error",
209 hDC = GetDC(hWnd)
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
OGLES2HelloAPI_Windows.cpp 125 HDC hDC = 0;
191 hDC = GetDC(hWnd);
192 if (!hDC)
206 eglDisplay = eglGetDisplay(hDC);
520 if (hDC) ReleaseDC(hWnd, hDC);
  /external/pdfium/core/fpdfapi/parser/
cpdf_document.cpp 213 void InsertWidthArray(HDC hDC, int start, int end, CPDF_Array* pWidthArray) {
216 GetCharWidth(hDC, start, end, widths);
220 ByteString FPDF_GetPSNameFromTT(HDC hDC) {
222 DWORD size = ::GetFontData(hDC, 'eman', 0, nullptr, 0);
225 ::GetFontData(hDC, 'eman', 0, buffer, size);
    [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_interform.cpp 347 HDC hDC = ::GetDC(nullptr);
348 EnumFontFamiliesExA(hDC, &lf, (FONTENUMPROCA)EnumFontFamExProc, (LPARAM)&fd,
350 ::ReleaseDC(nullptr, hDC);
    [all...]
  /external/pdfium/xfa/fgas/font/
cfgas_fontmgr.cpp 192 HDC hDC = ::GetDC(nullptr);
200 EnumFontFamiliesExW(hDC, (LPLOGFONTW)&lfFind, (FONTENUMPROCW)GdiFontEnumProc,
202 ::ReleaseDC(nullptr, hDC);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commdlg.h 392 HDC hDC;
411 HDC hDC;
524 HDC hDC;
546 HDC hDC;
609 HDC hDC;
    [all...]
digitalv.h 781 HDC hDC;
ddrawi.h 703 ULONG_PTR hDC;
    [all...]
mmsystem.h     [all...]
commctrl.h 190 HDC hDC;
307 HDC hdc; member in struct:tagNMCUSTOMDRAWINFO
343 HDC hdcDst;
423 WINCOMMCTRLAPI WINBOOL WINAPI ImageList_Draw(HIMAGELIST himl,int i,HDC hdcDst,int x,int y,UINT fStyle);
426 WINCOMMCTRLAPI WINBOOL WINAPI ImageList_DrawEx(HIMAGELIST himl,int i,HDC hdcDst,int x,int y,int dx,int dy,COLORREF rgbBk,COLORREF rgbFg,UINT fStyle);
    [all...]
winuser.h 51 typedef WINBOOL (CALLBACK *GRAYSTRINGPROC) (HDC, LPARAM, int);
65 typedef WINBOOL (CALLBACK *DRAWSTATEPROC) (HDC hdc, LPARAM lData, WPARAM wData, int cx, int cy);
1757 HDC hdc; member in struct:tagPAINTSTRUCT
    [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 631 milliseconds