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

1 2 3

  /external/mesa3d/src/gallium/winsys/sw/gdi/
gdi_sw_winsys.h 11 HDC hDC );
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/mesa/drivers/windows/gdi/
wmesadef.h 14 HDC hDC;
27 HDC hDC;
32 HDC dib_hDC;
wmesa.c 32 * given HDC (Window handle).
35 wmesa_new_framebuffer(HDC hdc, struct gl_config *visual)
41 pwfb->hDC = hdc;
50 * Given an hdc, free the corresponding WMesaFramebuffer
53 wmesa_free_framebuffer(HDC hdc)
57 if (pwfb->hDC == hdc)
    [all...]
  /external/pdfium/core/include/fxge/
fx_ge_win32.h 31 static HBITMAP GetDDBitmap(const CFX_DIBitmap* pBitmap, HDC hDC);
33 static CFX_DIBitmap* LoadFromDDB(HDC hDC,
46 CFX_WindowsDIB(HDC hDC, int width, int height);
50 HDC GetDC() const { return m_hMemDC; }
54 void LoadFromDevice(HDC hDC, int left, int top);
56 void SetToDevice(HDC hDC, int left, int top)
    [all...]
  /external/ImageMagick/coders/
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...]
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...]
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/pdfium/core/src/fxge/win32/
fx_win32_dib.cpp 103 HBITMAP CFX_WindowsDIB::GetDDBitmap(const CFX_DIBitmap* pBitmap, HDC hDC) {
106 hBitmap = CreateDIBitmap(hDC, (BITMAPINFOHEADER*)info.c_str(), CBM_INIT,
131 HDC hDC = CreateCompatibleDC(NULL);
137 DeleteDC(hDC);
141 int ret = GetDIBits(hDC, hBitmap, 0, height, pDIBitmap->GetBuffer(),
147 DeleteDC(hDC);
164 HDC hDC = CreateCompatibleDC(NULL)
    [all...]
win32_int.h 19 FX_BOOL StretchBitMask(HDC hDC,
29 FX_BOOL StretchDIBits(HDC hDC,
37 FX_BOOL DrawPath(HDC hDC,
176 HDC m_hDC;
179 CGdiDeviceDriver(HDC hDC, int device_class);
185 CGdiDisplayDriver(HDC hDC)
    [all...]
fx_win32_device.cpp 61 HDC m_hDC;
441 HDC hdc = ::GetDC(NULL); local
442 if (hdc) {
443 ::ReleaseDC(NULL, hdc);
474 CGdiDeviceDriver::CGdiDeviceDriver(HDC hDC, int device_class) {
475 m_hDC = hDC;
479 SetStretchBltMode(hDC, pPlatform->m_bHalfTone ? HALFTONE : COLORONCOLOR);
758 static void _SetPathToDC(HDC hDC
    [all...]
  /external/mesa3d/include/GL/
wglext.h 453 extern HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
458 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
471 extern const char * WINAPI wglGetExtensionsStringARB (HDC hdc);
473 typedef const char * (WINAPI * PFNWGLGETEXTENSIONSSTRINGARBPROC) (HDC hdc);
479 extern BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues)
    [all...]
wmesa.h 81 * hDC - Windows device or memory context
94 extern WMesaContext WMesaCreateContext(HDC hDC,HPALETTE* pPal,
110 extern void WMesaMakeCurrent( WMesaContext ctx, HDC hdc );
123 extern void WMesaSwapBuffers(HDC hdc);
  /external/mesa3d/src/gallium/state_trackers/wgl/
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...]
stw_winsys.h 31 #include <windows.h> /* for HDC */
53 HDC hDC );
stw_ext_context.c 36 wglCreateContextAttribsARB(HDC hDC, HGLRC hShareContext, const int *attribList)
118 return (HGLRC) stw_create_context_attribs(hDC, layerPlane,
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...]
  /external/mesa3d/src/gallium/targets/libgl-gdi/
libgl_gdi.c 104 HDC hDC)
123 gdi_sw_display(winsys, dt, hDC);
130 gdi_sw_display(winsys, dt, hDC);
  /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/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/opencv3/samples/directx/
d3d9_interop.cpp 240 HDC hDC;
242 HRESULT r = pSurface->GetDC(&hDC);
250 HFONT hOldFont = (HFONT)::SelectObject(hDC, hFont);
255 ::GetTextMetrics(hDC, &tm);
262 ::TextOut(hDC, 0, y, buf, (int)strlen(buf));
267 ::TextOut(hDC, 0, y, buf, (int)strlen(buf));
272 ::TextOut(hDC, 0, y, buf, (int)strlen(buf));
274 ::SelectObject(hDC, hOldFont);
277 r = pSurface->ReleaseDC(hDC);
    [all...]
d3d9ex_interop.cpp 241 HDC hDC;
243 HRESULT r = pSurface->GetDC(&hDC);
251 HFONT hOldFont = (HFONT)::SelectObject(hDC, hFont);
256 ::GetTextMetrics(hDC, &tm);
263 ::TextOut(hDC, 0, y, buf, (int)strlen(buf));
268 ::TextOut(hDC, 0, y, buf, (int)strlen(buf));
273 ::TextOut(hDC, 0, y, buf, (int)strlen(buf));
275 ::SelectObject(hDC, hOldFont);
278 r = pSurface->ReleaseDC(hDC);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
wglew.h 113 typedef BOOL (WINAPI * PFNWGLSETSTEREOEMITTERSTATE3DLPROC) (HDC hDC, UINT uState);
171 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
199 typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int* attribList);
239 typedef const char* (WINAPI * PFNWGLGETEXTENSIONSSTRINGARBPROC) (HDC hdc);
266 typedef HDC (WINAPI * PFNWGLGETCURRENTREADDCARBPROC) (VOID);
267 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc)
    [all...]
  /external/skia/src/utils/win/
SkWGL_win.cpp 18 bool SkWGLExtensions::hasExtension(HDC dc, const char* ext) const {
42 const char* SkWGLExtensions::getExtensionsString(HDC hdc) const {
43 return fGetExtensionsString(hdc);
46 BOOL SkWGLExtensions::choosePixelFormat(HDC hdc,
52 return fChoosePixelFormat(hdc, piAttribIList, pfAttribFList,
56 BOOL SkWGLExtensions::getPixelFormatAttribiv(HDC hdc,
62 return fGetPixelFormatAttribiv(hdc, iPixelFormat, iLayerPlane
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp 187 static void _InsertWidthArray(HDC hDC,
193 GetCharWidth(hDC, start, end, widths);
224 CFX_ByteString _FPDF_GetPSNameFromTT(HDC hDC) {
226 DWORD size = ::GetFontData(hDC, 'eman', 0, NULL, 0);
229 ::GetFontData(hDC, 'eman', 0, buffer, size);
241 HDC hDC = CreateCompatibleDC(NULL);
242 hFont = SelectObject(hDC, hFont)
    [all...]

Completed in 247 milliseconds

1 2 3