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 198 HDC hDC )
202 StretchDIBits(hDC,
216 HDC hDC = (HDC)context_private;
218 gdi_sw_display(winsys, dt, hDC);
  /external/pdfium/core/fxge/
cfx_windowsrenderdevice.h 39 static IFX_RenderDeviceDriver* CreateDriver(HDC hDC);
41 explicit CFX_WindowsRenderDevice(HDC hDC);
  /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/fxge/win32/
cpsoutput.cpp 13 CPSOutput::CPSOutput(HDC hDC) : m_hDC(hDC) {}
cfx_windowsdib.h 38 static HBITMAP GetDDBitmap(const RetainPtr<CFX_DIBitmap>& pBitmap, HDC hDC);
47 void LoadFromDevice(HDC hDC, int left, int top);
48 void SetToDevice(HDC hDC, int left, int top);
51 CFX_WindowsDIB(HDC hDC, int width, int height);
53 HDC m_hMemDC;
cpsoutput.h 17 explicit CPSOutput(HDC hDC);
25 HDC m_hDC;
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...]
win32_int.h 39 bool StretchBitMask(HDC hDC,
49 bool StretchDIBits(HDC hDC,
57 bool DrawPath(HDC hDC,
131 CGdiDeviceDriver(HDC hDC, int device_class);
180 HDC m_hDC;
191 explicit CGdiDisplayDriver(HDC hDC)
    [all...]
fx_win32_print.cpp 29 ScopedState(HDC hDC, HFONT hFont) : m_hDC(hDC) {
41 HDC m_hDC;
57 CGdiPrinterDriver::CGdiPrinterDriver(HDC hDC)
58 : CGdiDeviceDriver(hDC, FXDC_PRINTER),
333 CPSPrinterDriver::CPSPrinterDriver(HDC hDC, int pslevel, bool bCmykOutput)
334 : m_hDC(hDC), m_bCmykOutput(bCmykOutput)
    [all...]
  /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/mesa3d/src/gallium/drivers/swr/
swr_public.h 44 void *hDC);
swr_loader.cpp 79 void *hDC)
84 hDC,
  /external/mesa3d/include/GL/
wglext.h 61 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
66 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
89 typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int *attribList);
91 HGLRC WINAPI wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int *attribList);
113 typedef const char *(WINAPI * PFNWGLGETEXTENSIONSSTRINGARBPROC) (HDC hdc);
    [all...]
  /external/swiftshader/include/GL/
wglext.h 59 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
64 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
87 typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int *attribList);
89 HGLRC WINAPI wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int *attribList);
116 typedef const char *(WINAPI * PFNWGLGETEXTENSIONSSTRINGARBPROC) (HDC hdc);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
wglext.h 61 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
66 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
89 typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int *attribList);
91 HGLRC WINAPI wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int *attribList);
113 typedef const char *(WINAPI * PFNWGLGETEXTENSIONSSTRINGARBPROC) (HDC hdc);
    [all...]
  /external/mesa3d/src/gallium/targets/libgl-gdi/
libgl_gdi.c 118 HDC hDC)
137 gdi_sw_display(winsys, dt, hDC);
144 swr_gdi_swap(screen, res, hDC);
151 gdi_sw_display(winsys, dt, hDC);
  /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_winsys.h 31 #include <windows.h> /* for HDC */
53 HDC hDC );
stw_ext_context.c 58 wglCreateContextAttribsARB(HDC hDC, HGLRC hShareContext, const int *attribList)
166 context = wglCreateContext_func(hDC);
186 c = stw_create_context_attribs(hDC, layerPlane, share_dhglrc,
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/targets/graw-gdi/
graw_gdi.c 73 HDC hDC = NULL;
115 hDC = GetDC(hWnd);
116 if (hDC == NULL)
119 *handle = (void *)hDC;
  /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);

Completed in 592 milliseconds

1 2 3