Searched defs:hDC (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_ext_context.c36 wglCreateContextAttribsARB(HDC hDC, HGLRC hShareContext, const int *attribList) argument
118 return (HGLRC) stw_create_context_attribs(hDC, layerPlane,
H A Dstw_framebuffer.h61 HDC hDC; member in struct:stw_framebuffer
H A Dstw_ext_pbuffer.c83 HDC hDC; local
205 hDC = GetDC(hWnd);
206 if (!hDC) {
214 fb = stw_framebuffer_create(hDC, iPixelFormat);
229 bRet = SetPixelFormat(hDC, iDisplayablePixelFormat, &pfd);
240 HDC hDC; local
249 hDC = GetDC(fb->hWnd);
251 assert(hDC == fb->hDC);
253 return hDC;
258 wglReleasePbufferDCARB(HPBUFFERARB hPbuffer, HDC hDC) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-gdi/
H A Dlibgl_gdi.c104 HDC hDC)
123 gdi_sw_display(winsys, dt, hDC);
130 gdi_sw_display(winsys, dt, hDC);
102 gdi_present(struct pipe_screen *screen, struct pipe_resource *res, HDC hDC) argument
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_ext_context.c36 wglCreateContextAttribsARB(HDC hDC, HGLRC hShareContext, const int *attribList) argument
118 return (HGLRC) stw_create_context_attribs(hDC, layerPlane,
H A Dstw_framebuffer.h61 HDC hDC; member in struct:stw_framebuffer
H A Dstw_ext_pbuffer.c83 HDC hDC; local
205 hDC = GetDC(hWnd);
206 if (!hDC) {
214 fb = stw_framebuffer_create(hDC, iPixelFormat);
229 bRet = SetPixelFormat(hDC, iDisplayablePixelFormat, &pfd);
240 HDC hDC; local
249 hDC = GetDC(fb->hWnd);
251 assert(hDC == fb->hDC);
253 return hDC;
258 wglReleasePbufferDCARB(HPBUFFERARB hPbuffer, HDC hDC) argument
[all...]
/external/mesa3d/src/gallium/targets/libgl-gdi/
H A Dlibgl_gdi.c104 HDC hDC)
123 gdi_sw_display(winsys, dt, hDC);
130 gdi_sw_display(winsys, dt, hDC);
102 gdi_present(struct pipe_screen *screen, struct pipe_resource *res, HDC hDC) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
H A Dwmesadef.h14 HDC hDC; member in struct:wmesa_context
27 HDC hDC; member in struct:wmesa_framebuffer
H A Dwmesa.c41 pwfb->hDC = hdc;
57 if (pwfb->hDC == hdc)
80 if (pwfb->hDC == hdc)
119 static void wmSetPixelFormat(WMesaFramebuffer pwfb, HDC hDC) argument
121 pwfb->cColorBits = GetDeviceCaps(hDC, BITSPIXEL);
160 pbmi->bmiHeader.biBitCount = GetDeviceCaps(pwfb->hDC, BITSPIXEL);
184 wmSetPixelFormat(pwfb, pwfb->hDC);
224 get_window_size(pwfb->hDC, width, height);
233 BitBlt(pwfb->hDC, 0, 0, pwfb->Base.Width, pwfb->Base.Height,
399 HDC DC = pwc->hDC;
1003 WMesaCreateContext(HDC hDC, HPALETTE* Pal, GLboolean rgb_flag, GLboolean db_flag, GLboolean alpha_flag) argument
[all...]
/external/mesa3d/src/mesa/drivers/windows/gdi/
H A Dwmesadef.h14 HDC hDC; member in struct:wmesa_context
27 HDC hDC; member in struct:wmesa_framebuffer
H A Dwmesa.c41 pwfb->hDC = hdc;
57 if (pwfb->hDC == hdc)
80 if (pwfb->hDC == hdc)
119 static void wmSetPixelFormat(WMesaFramebuffer pwfb, HDC hDC) argument
121 pwfb->cColorBits = GetDeviceCaps(hDC, BITSPIXEL);
160 pbmi->bmiHeader.biBitCount = GetDeviceCaps(pwfb->hDC, BITSPIXEL);
184 wmSetPixelFormat(pwfb, pwfb->hDC);
224 get_window_size(pwfb->hDC, width, height);
233 BitBlt(pwfb->hDC, 0, 0, pwfb->Base.Width, pwfb->Base.Height,
399 HDC DC = pwc->hDC;
1003 WMesaCreateContext(HDC hDC, HPALETTE* Pal, GLboolean rgb_flag, GLboolean db_flag, GLboolean alpha_flag) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-gdi/
H A Dgraw_gdi.c73 HDC hDC = NULL; local
115 hDC = GetDC(hWnd);
116 if (hDC == NULL)
119 *handle = (void *)hDC;
/external/mesa3d/src/gallium/targets/graw-gdi/
H A Dgraw_gdi.c73 HDC hDC = NULL; local
115 hDC = GetDC(hWnd);
116 if (hDC == NULL)
119 *handle = (void *)hDC;
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/gdi/
H A Dgdi_sw_winsys.c197 HDC hDC )
201 StretchDIBits(hDC,
214 HDC hDC = (HDC)context_private; local
216 gdi_sw_display(winsys, dt, hDC);
/external/mesa3d/src/gallium/winsys/sw/gdi/
H A Dgdi_sw_winsys.c197 HDC hDC )
201 StretchDIBits(hDC,
214 HDC hDC = (HDC)context_private; local
216 gdi_sw_display(winsys, dt, hDC);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/gdi/
H A Dnative_gdi.c43 HDC hDC; member in struct:gdi_display
128 HDC hDC; local
131 hDC = GetDC(gsurf->hWnd);
133 NATIVE_ATTACHMENT_FRONT_LEFT, (void *) hDC);
134 ReleaseDC(gsurf->hWnd, hDC);
146 HDC hDC; local
149 hDC = GetDC(gsurf->hWnd);
151 NATIVE_ATTACHMENT_BACK_LEFT, (void *) hDC);
152 ReleaseDC(gsurf->hWnd, hDC);
390 gdi_create_display(HDC hDC, cons argument
[all...]
/external/mesa3d/src/gallium/state_trackers/egl/gdi/
H A Dnative_gdi.c43 HDC hDC; member in struct:gdi_display
128 HDC hDC; local
131 hDC = GetDC(gsurf->hWnd);
133 NATIVE_ATTACHMENT_FRONT_LEFT, (void *) hDC);
134 ReleaseDC(gsurf->hWnd, hDC);
146 HDC hDC; local
149 hDC = GetDC(gsurf->hWnd);
151 NATIVE_ATTACHMENT_BACK_LEFT, (void *) hDC);
152 ReleaseDC(gsurf->hWnd, hDC);
390 gdi_create_display(HDC hDC, cons argument
[all...]
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_dib.cpp107 HBITMAP CFX_WindowsDIB::GetDDBitmap(const CFX_DIBitmap* pBitmap, HDC hDC) argument
111 hBitmap = CreateDIBitmap(hDC, (BITMAPINFOHEADER*)(FX_LPCSTR)info, CBM_INIT,
135 HDC hDC = CreateCompatibleDC(NULL); local
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); local
176 DeleteDC(hDC);
181 DeleteDC(hDC);
195 LoadFromDDB(HDC hDC, HBITMAP hBitmap, FX_DWORD* pPalette, FX_DWORD palsize) argument
282 CFX_WindowsDIB(HDC hDC, int width, int height) argument
302 LoadFromDevice(HDC hDC, int left, int top) argument
306 SetToDevice(HDC hDC, int left, int top) argument
[all...]
H A Dfx_win32_dwrite.cpp434 HDC hDC = pRenderTarget_->GetMemoryDC(); local
435 HBITMAP hBitmap = (HBITMAP)::GetCurrentObject(hDC, OBJ_BITMAP);
H A Dfx_win32_print.cpp17 CGdiPrinterDriver::CGdiPrinterDriver(HDC hDC) : CGdiDeviceDriver(hDC, FXDC_PRINTER) argument
244 CPSOutput::CPSOutput(HDC hDC) argument
246 m_hDC = hDC;
286 FX_BOOL CPSPrinterDriver::Init(HDC hDC, int pslevel, FX_BOOL bCmykOutput) argument
288 m_hDC = hDC;
294 m_pPSOutput = FX_NEW CPSOutput(hDC);
302 int ret = ::GetClipRgn(hDC, hRgn);
/external/skia/src/utils/win/
H A DSkWGL_win.cpp72 HGLRC SkWGLExtensions::createContextAttribs(HDC hDC, argument
75 return fCreateContextAttribs(hDC, hShareContext, attribList);
/external/chromium_org/third_party/npapi/npspy/windows/
H A Ddirpick.cpp297 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); local
539 HFONT hFontOld = SelectFont(hDC, hFont);
541 GetTextMetrics(hDC,
[all...]
/external/chromium_org/third_party/skia/src/utils/win/
H A DSkWGL_win.cpp72 HGLRC SkWGLExtensions::createContextAttribs(HDC hDC, argument
75 return fCreateContextAttribs(hDC, hShareContext, attribList);
82 HPBUFFER SkWGLExtensions::createPbuffer(HDC hDC, argument
87 return fCreatePbuffer(hDC, iPixelFormat, iWidth, iHeight, piAttribList);
94 int SkWGLExtensions::releasePbufferDC(HPBUFFER hPbuffer, HDC hDC) const {
95 return fReleasePbufferDC(hPbuffer, hDC);
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_doc.cpp195 static void _InsertWidthArray(HDC hDC, int start, int end, CPDF_Array* pWidthArray) argument
199 GetCharWidth(hDC, start, end, widths);
230 CFX_ByteString _FPDF_GetPSNameFromTT(HDC hDC) argument
233 DWORD size = ::GetFontData(hDC, 'eman', 0, NULL, 0);
236 ::GetFontData(hDC, 'eman', 0, buffer, size);
247 HDC hDC = CreateCompatibleDC(NULL); local
248 hFont = SelectObject(hDC, hFont);
249 int tm_size = GetOutlineTextMetrics(hDC, 0, NULL);
251 hFont = SelectObject(hDC, hFont);
253 DeleteDC(hDC);
[all...]

Completed in 1915 milliseconds

12