Home
last modified time | relevance | path

Searched defs:hDC (Results 1 – 24 of 24) sorted by relevance

/external/pdfium/core/fxge/win32/
Dfx_win32_dib.cpp108 HDC hDC) { in GetDDBitmap()
136 HDC hDC = CreateCompatibleDC(nullptr); in LoadFromFile() local
172 HDC hDC = CreateCompatibleDC(nullptr); in LoadDIBitmap() local
189 CFX_WindowsDIB::CFX_WindowsDIB(HDC hDC, int width, int height) { in CFX_WindowsDIB()
212 void CFX_WindowsDIB::LoadFromDevice(HDC hDC, int left, int top) { in LoadFromDevice()
216 void CFX_WindowsDIB::SetToDevice(HDC hDC, int left, int top) { in SetToDevice()
Dcpsoutput.cpp14 CPSOutput::CPSOutput(HDC hDC, OutputMode mode) : m_hDC(hDC), m_mode(mode) {} in CPSOutput()
Dfx_win32_print.cpp31 ScopedState(HDC hDC, HFONT hFont) in ScopedState()
59 CGdiPrinterDriver::CGdiPrinterDriver(HDC hDC) in CGdiPrinterDriver()
335 CPSPrinterDriver::CPSPrinterDriver(HDC hDC, in CPSPrinterDriver()
516 CTextOnlyPrinterDriver::CTextOnlyPrinterDriver(HDC hDC) in CTextOnlyPrinterDriver()
Dfx_win32_device.cpp150 void SetPathToDC(HDC hDC, in SetPathToDC()
707 CGdiDeviceDriver::CGdiDeviceDriver(HDC hDC, DeviceType device_type) in CGdiDeviceDriver()
1144 CGdiDisplayDriver::CGdiDisplayDriver(HDC hDC) in CGdiDisplayDriver()
1358 HDC hDC, in CFX_WindowsRenderDevice()
1367 HDC hDC, in CreateDriver()
Dfx_win32_gdipext.cpp776 bool CGdiplusExt::StretchDIBits(HDC hDC, in StretchDIBits()
807 bool CGdiplusExt::DrawPath(HDC hDC, in DrawPath()
/external/mesa3d/src/gallium/frontends/wgl/
Dstw_ext_pbuffer.c85 HDC hDC; in wglCreatePbufferARB() local
283 HDC hDC; in wglGetPbufferDCARB() local
300 HDC hDC) in wglReleasePbufferDCARB()
Dstw_ext_context.c58 wglCreateContextAttribsARB(HDC hDC, HGLRC hShareContext, const int *attribList) in wglCreateContextAttribsARB()
Dstw_st.c273 HDC hDC; in stw_st_framebuffer_flush_front() local
/external/mesa3d/src/gallium/drivers/swr/
Dswr_memory.h27 swr_LoadHotTile(HANDLE hDC, in swr_LoadHotTile()
42 swr_StoreHotTile(HANDLE hDC, in swr_StoreHotTile()
Dswr_loader.cpp149 void *hDC) in swr_gdi_swap()
/external/pdfium/core/fpdfapi/render/
Dcpdf_windowsrenderdevice.cpp23 CPDF_WindowsRenderDevice::CPDF_WindowsRenderDevice(HDC hDC) in CPDF_WindowsRenderDevice()
/external/angle/src/libGL/
Dentry_points_wgl.cpp306 BOOL GL_APIENTRY wglUseFontBitmapsA(HDC hDC, DWORD first, DWORD count, DWORD listBase) in wglUseFontBitmapsA()
312 BOOL GL_APIENTRY wglUseFontBitmapsW(HDC hDC, DWORD first, DWORD count, DWORD listBase) in wglUseFontBitmapsW()
318 BOOL GL_APIENTRY wglUseFontOutlinesA(HDC hDC, in wglUseFontOutlinesA()
331 BOOL GL_APIENTRY wglUseFontOutlinesW(HDC hDC, in wglUseFontOutlinesW()
/external/mesa3d/src/gallium/winsys/sw/gdi/
Dgdi_sw_winsys.c198 HDC hDC ) in gdi_sw_display()
216 HDC hDC = (HDC)context_private; in gdi_sw_displaytarget_display() local
/external/mesa3d/src/gallium/targets/libgl-gdi/
Dlibgl_gdi.c126 HDC hDC) in gdi_present()
/external/ImageMagick/coders/
Dscreenshot.c129 hDC; in ReadSCREENSHOTImage() local
Demf.c319 hDC; in ReadEnhMetaFile() local
452 hDC; in ReadEMFImage() local
/external/mesa3d/src/gallium/targets/graw-gdi/
Dgraw_gdi.c73 HDC hDC = NULL; in graw_create_window_and_screen() local
/external/OpenCL-CTS/test_common/gl/
Dsetup_win32.cpp73 HDC hDC = wglGetCurrentDC(); in CreateCLContext() local
/external/pdfium/core/fpdfapi/page/
Dcpdf_docpagedata.cpp63 void InsertWidthArray(HDC hDC, int start, int end, CPDF_Array* pWidthArray) { in InsertWidthArray()
69 ByteString GetPSNameFromTT(HDC hDC) { in GetPSNameFromTT()
543 HDC hDC = CreateCompatibleDC(nullptr); in AddWindowsFont() local
/external/skqp/src/utils/win/
DSkWGL_win.cpp75 HGLRC SkWGLExtensions::createContextAttribs(HDC hDC, in createContextAttribs()
85 HPBUFFER SkWGLExtensions::createPbuffer(HDC hDC, in createPbuffer()
/external/skia/src/utils/win/
DSkWGL_win.cpp75 HGLRC SkWGLExtensions::createContextAttribs(HDC hDC, in createContextAttribs()
85 HPBUFFER SkWGLExtensions::createPbuffer(HDC hDC, in createPbuffer()
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp166 HDC hDC = ::GetDC(nullptr); in EnumGdiFonts() local
/external/pdfium/core/fpdfdoc/
Dcpdf_interactiveform.cpp368 HDC hDC = ::GetDC(nullptr); in RetrieveSpecificFont() local
/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp2038 BOOL SetControlColor(HWND hWnd, HDC hDC, HBRUSH *brush) { in SetControlColor()