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

  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_framebuffer.h 61 HDC hDC;
112 * Create a new framebuffer object which will correspond to the given HDC.
119 HDC hdc,
138 * Search a framebuffer with a matching HDC.
145 HDC hdc );
148 stw_framebuffer_present_locked(HDC hdc,
    [all...]
stw_ext_pbuffer.c 68 wglCreatePbufferARB(HDC hCurrentDC,
83 HDC hDC;
205 hDC = GetDC(hWnd);
206 if (!hDC) {
214 fb = stw_framebuffer_create(hDC, iPixelFormat);
229 bRet = SetPixelFormat(hDC, iDisplayablePixelFormat, &pfd);
236 HDC WINAPI
240 HDC hDC;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
wmesadef.h 14 HDC hDC;
27 HDC hDC;
32 HDC dib_hDC;
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_framebuffer.h 61 HDC hDC;
112 * Create a new framebuffer object which will correspond to the given HDC.
119 HDC hdc,
138 * Search a framebuffer with a matching HDC.
145 HDC hdc );
148 stw_framebuffer_present_locked(HDC hdc,
    [all...]
stw_ext_pbuffer.c 68 wglCreatePbufferARB(HDC hCurrentDC,
83 HDC hDC;
205 hDC = GetDC(hWnd);
206 if (!hDC) {
214 fb = stw_framebuffer_create(hDC, iPixelFormat);
229 bRet = SetPixelFormat(hDC, iDisplayablePixelFormat, &pfd);
236 HDC WINAPI
240 HDC hDC;
    [all...]
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wmesadef.h 14 HDC hDC;
27 HDC hDC;
32 HDC dib_hDC;
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/gdi/
gdi_sw_winsys.c 197 HDC hDC )
201 StretchDIBits(hDC,
214 HDC hDC = (HDC)context_private;
216 gdi_sw_display(winsys, dt, hDC);
  /external/mesa3d/src/gallium/winsys/sw/gdi/
gdi_sw_winsys.c 197 HDC hDC )
201 StretchDIBits(hDC,
214 HDC hDC = (HDC)context_private;
216 gdi_sw_display(winsys, dt, hDC);
  /external/pdfium/core/src/fxge/win32/
fx_win32_dib.cpp 107 HBITMAP CFX_WindowsDIB::GetDDBitmap(const CFX_DIBitmap* pBitmap, HDC hDC)
111 hBitmap = CreateDIBitmap(hDC, (BITMAPINFOHEADER*)(FX_LPCSTR)info, CBM_INIT,
135 HDC hDC = CreateCompatibleDC(NULL);
140 DeleteDC(hDC);
145 DeleteDC(hDC);
149 int ret = GetDIBits(hDC, hBitmap, 0, height, pDIBitmap->GetBuffer(), (BITMAPINFO*)(FX_LPCSTR)info, DIB_RGB_COLORS);
156 DeleteDC(hDC);
171 HDC hDC = CreateCompatibleDC(NULL);
    [all...]
fx_win32_dwrite.cpp 434 HDC hDC = pRenderTarget_->GetMemoryDC();
435 HBITMAP hBitmap = (HBITMAP)::GetCurrentObject(hDC, OBJ_BITMAP);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/gdi/
native_gdi.c 43 HDC hDC;
128 HDC hDC;
131 hDC = GetDC(gsurf->hWnd);
133 NATIVE_ATTACHMENT_FRONT_LEFT, (void *) hDC);
134 ReleaseDC(gsurf->hWnd, hDC);
146 HDC hDC;
149 hDC = GetDC(gsurf->hWnd)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/gdi/
native_gdi.c 43 HDC hDC;
128 HDC hDC;
131 hDC = GetDC(gsurf->hWnd);
133 NATIVE_ATTACHMENT_FRONT_LEFT, (void *) hDC);
134 ReleaseDC(gsurf->hWnd, hDC);
146 HDC hDC;
149 hDC = GetDC(gsurf->hWnd)
    [all...]
  /external/chromium_org/third_party/npapi/npspy/windows/
dirpick.cpp 297 colorText = SetTextColor(lpdis->hDC, GetSysColor(COLOR_HIGHLIGHTTEXT));
298 colorBack = SetBkColor(lpdis->hDC, GetSysColor(COLOR_HIGHLIGHT));
343 ExtTextOut(lpdis->hDC,
352 BOOL res = DrawIcon(lpdis->hDC,
359 SetTextColor(lpdis->hDC, colorText);
360 SetBkColor(lpdis->hDC, colorBack);
364 DrawFocusRect(lpdis->hDC, &lpdis->rcItem);
538 HDC hDC = GetDC(hWnd);
539 HFONT hFontOld = SelectFont(hDC, hFont)
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp 195 static void _InsertWidthArray(HDC hDC, int start, int end, CPDF_Array* pWidthArray)
199 GetCharWidth(hDC, start, end, widths);
230 CFX_ByteString _FPDF_GetPSNameFromTT(HDC hDC)
233 DWORD size = ::GetFontData(hDC, 'eman', 0, NULL, 0);
236 ::GetFontData(hDC, 'eman', 0, buffer, size);
247 HDC hDC = CreateCompatibleDC(NULL);
248 hFont = SelectObject(hDC, hFont);
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_form.cpp 390 HDC hDC = ::GetDC(NULL);
391 EnumFontFamiliesExA(hDC, &lf, (FONTENUMPROCA)EnumFontFamExProc, (LPARAM)&fd, 0);
392 ::ReleaseDC(NULL, hDC);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commdlg.h 388 HDC hDC;
407 HDC hDC;
514 HDC hDC;
536 HDC hDC;
595 HDC hDC;
    [all...]
digitalv.h 781 HDC hDC;
ddrawi.h 703 ULONG_PTR hDC;
    [all...]
mmsystem.h     [all...]
winuser.h 42 typedef WINBOOL (CALLBACK *GRAYSTRINGPROC)(HDC,LPARAM,int);
52 typedef WINBOOL (CALLBACK *DRAWSTATEPROC)(HDC hdc,LPARAM lData,WPARAM wData,int cx,int cy);
1598 HDC hdc; member in struct:tagPAINTSTRUCT
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 600 milliseconds