Home
last modified time | relevance | path

Searched refs:hDC (Results 1 – 25 of 26) sorted by relevance

12

/external/mesa3d/include/GL/
Dwglext.h453 extern HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
458 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
501 extern HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, …
503 extern int WINAPI wglReleasePbufferDCARB (HPBUFFERARB hPbuffer, HDC hDC);
507 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, i…
509 typedef int (WINAPI * PFNWGLRELEASEPBUFFERDCARBPROC) (HPBUFFERARB hPbuffer, HDC hDC);
537 extern HGLRC WINAPI wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int *attribList…
539 typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int…
585 extern HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, …
587 extern int WINAPI wglReleasePbufferDCEXT (HPBUFFEREXT hPbuffer, HDC hDC);
[all …]
Dwmesa.h94 extern WMesaContext WMesaCreateContext(HDC hDC,HPALETTE* pPal,
/external/pdfium/core/src/fxge/win32/
Dfx_win32_dib.cpp98 HBITMAP CFX_WindowsDIB::GetDDBitmap(const CFX_DIBitmap* pBitmap, HDC hDC) in GetDDBitmap() argument
102 hBitmap = CreateDIBitmap(hDC, (BITMAPINFOHEADER*)info.c_str(), CBM_INIT, in GetDDBitmap()
126 HDC hDC = CreateCompatibleDC(NULL); in LoadFromFile() local
132 DeleteDC(hDC); in LoadFromFile()
136 …int ret = GetDIBits(hDC, hBitmap, 0, height, pDIBitmap->GetBuffer(), (BITMAPINFO*)info.c_str(), DI… in LoadFromFile()
143 DeleteDC(hDC); in LoadFromFile()
158 HDC hDC = CreateCompatibleDC(NULL); in LoadDIBitmap() local
164 DeleteDC(hDC); in LoadDIBitmap()
168 …int ret = GetDIBits(hDC, hBitmap, 0, height, pDIBitmap->GetBuffer(), (BITMAPINFO*)info.c_str(), DI… in LoadDIBitmap()
175 DeleteDC(hDC); in LoadDIBitmap()
[all …]
Dfx_win32_device.cpp416 CGdiDeviceDriver::CGdiDeviceDriver(HDC hDC, int device_class) in CGdiDeviceDriver() argument
418 m_hDC = hDC; in CGdiDeviceDriver()
421 SetStretchBltMode(hDC, pPlatform->m_bHalfTone ? HALFTONE : COLORONCOLOR); in CGdiDeviceDriver()
678 static void _SetPathToDC(HDC hDC, const CFX_PathData* pPathData, const CFX_AffineMatrix* pMatrix) in _SetPathToDC() argument
680 BeginPath(hDC); in _SetPathToDC()
691 MoveToEx(hDC, screen_x, screen_y, NULL); in _SetPathToDC()
696 LineTo(hDC, screen_x, screen_y); in _SetPathToDC()
715 PolyBezierTo(hDC, lppt, 3); in _SetPathToDC()
719 CloseFigure(hDC); in _SetPathToDC()
722 EndPath(hDC); in _SetPathToDC()
[all …]
Dwin32_int.h20 …FX_BOOL StretchBitMask(HDC hDC, BOOL bMonoDevice, const CFX_DIBitmap* pBitmap, int dest_left, in…
22 FX_BOOL StretchDIBits(HDC hDC, const CFX_DIBitmap* pBitmap, int dest_left, int dest_top,
24 FX_BOOL DrawPath(HDC hDC, const CFX_PathData* pPathData,
128 CGdiDeviceDriver(HDC hDC, int device_class);
134 CGdiDisplayDriver(HDC hDC);
155 CGdiPrinterDriver(HDC hDC);
172 CPSOutput(HDC hDC);
187 FX_BOOL Init(HDC hDC, int ps_level, FX_BOOL bCmykOutput);
Dfx_win32_print.cpp17 CGdiPrinterDriver::CGdiPrinterDriver(HDC hDC) : CGdiDeviceDriver(hDC, FXDC_PRINTER) in CGdiPrinterDriver() argument
238 CPSOutput::CPSOutput(HDC hDC) in CPSOutput() argument
240 m_hDC = hDC; in CPSOutput()
280 FX_BOOL CPSPrinterDriver::Init(HDC hDC, int pslevel, FX_BOOL bCmykOutput) in Init() argument
282 m_hDC = hDC; in Init()
288 m_pPSOutput = new CPSOutput(hDC); in Init()
293 int ret = ::GetClipRgn(hDC, hRgn); in Init()
Dfx_win32_dwrite.cpp427 HDC hDC = pRenderTarget_->GetMemoryDC(); in DrawGlyphRun() local
428 HBITMAP hBitmap = (HBITMAP)::GetCurrentObject(hDC, OBJ_BITMAP); in DrawGlyphRun()
Dfx_win32_gdipext.cpp687 FX_BOOL CGdiplusExt::StretchBitMask(HDC hDC, BOOL bMonoDevice, const CFX_DIBitmap* pBitmap, int des… in StretchBitMask() argument
693 CallFunc(GdipCreateFromHDC)(hDC, &pGraphics); in StretchBitMask()
704 FX_BOOL CGdiplusExt::StretchDIBits(HDC hDC, const CFX_DIBitmap* pBitmap, int dest_left, int dest_to… in StretchDIBits() argument
709 CallFunc(GdipCreateFromHDC)(hDC, &pGraphics); in StretchDIBits()
846 BOOL CGdiplusExt::DrawPath(HDC hDC, const CFX_PathData* pPathData, in DrawPath() argument
861 CallFunc(GdipCreateFromHDC)(hDC, &pGraphics); in DrawPath()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_ext_pbuffer.c83 HDC hDC; in wglCreatePbufferARB() local
205 hDC = GetDC(hWnd); in wglCreatePbufferARB()
206 if (!hDC) { in wglCreatePbufferARB()
214 fb = stw_framebuffer_create(hDC, iPixelFormat); in wglCreatePbufferARB()
229 bRet = SetPixelFormat(hDC, iDisplayablePixelFormat, &pfd); in wglCreatePbufferARB()
240 HDC hDC; in wglGetPbufferDCARB() local
249 hDC = GetDC(fb->hWnd); in wglGetPbufferDCARB()
251 assert(hDC == fb->hDC); in wglGetPbufferDCARB()
253 return hDC; in wglGetPbufferDCARB()
259 HDC hDC) in wglReleasePbufferDCARB() argument
[all …]
Dstw_ext_context.c36 wglCreateContextAttribsARB(HDC hDC, HGLRC hShareContext, const int *attribList) in wglCreateContextAttribsARB() argument
118 return (HGLRC) stw_create_context_attribs(hDC, layerPlane, in wglCreateContextAttribsARB()
Dstw_winsys.h53 HDC hDC );
Dstw_framebuffer.h61 HDC hDC; member
Dstw_framebuffer.c95 ReleaseDC(fb->hWnd, fb->hDC); in stw_framebuffer_destroy_locked()
260 fb->hDC = GetDC(hWnd); in stw_framebuffer_create()
Dstw_st.c181 return stw_st_framebuffer_present_locked(stwfb->fb->hDC, &stwfb->base, statt); in stw_st_framebuffer_flush_front()
/external/pdfium/core/include/fxge/
Dfx_ge_win32.h34 static HBITMAP GetDDBitmap(const CFX_DIBitmap* pBitmap, HDC hDC);
36 …static CFX_DIBitmap* LoadFromDDB(HDC hDC, HBITMAP hBitmap, FX_DWORD* pPalette = NULL, FX_DWORD siz…
47 CFX_WindowsDIB(HDC hDC, int width, int height);
61 void LoadFromDevice(HDC hDC, int left, int top);
63 void SetToDevice(HDC hDC, int left, int top);
75 static IFX_RenderDeviceDriver* CreateDriver(HDC hDC, FX_BOOL bCmykOutput = FALSE);
77 …CFX_WindowsDevice(HDC hDC, FX_BOOL bCmykOutput = FALSE, FX_BOOL bForcePSOutput = FALSE, int psLeve…
/external/mesa3d/src/gallium/state_trackers/egl/gdi/
Dnative_gdi.c43 HDC hDC; member
128 HDC hDC; in gdi_surface_flush_frontbuffer() local
131 hDC = GetDC(gsurf->hWnd); in gdi_surface_flush_frontbuffer()
133 NATIVE_ATTACHMENT_FRONT_LEFT, (void *) hDC); in gdi_surface_flush_frontbuffer()
134 ReleaseDC(gsurf->hWnd, hDC); in gdi_surface_flush_frontbuffer()
146 HDC hDC; in gdi_surface_swap_buffers() local
149 hDC = GetDC(gsurf->hWnd); in gdi_surface_swap_buffers()
151 NATIVE_ATTACHMENT_BACK_LEFT, (void *) hDC); in gdi_surface_swap_buffers()
152 ReleaseDC(gsurf->hWnd, hDC); in gdi_surface_swap_buffers()
390 gdi_create_display(HDC hDC, const struct native_event_handler *event_handler) in gdi_create_display() argument
[all …]
/external/mesa3d/src/mesa/drivers/windows/gdi/
Dwmesa.c41 pwfb->hDC = hdc; in wmesa_new_framebuffer()
57 if (pwfb->hDC == hdc) in wmesa_free_framebuffer()
80 if (pwfb->hDC == hdc) in wmesa_lookup_framebuffer()
119 static void wmSetPixelFormat(WMesaFramebuffer pwfb, HDC hDC) in wmSetPixelFormat() argument
121 pwfb->cColorBits = GetDeviceCaps(hDC, BITSPIXEL); in wmSetPixelFormat()
160 pbmi->bmiHeader.biBitCount = GetDeviceCaps(pwfb->hDC, BITSPIXEL); in wmCreateBackingStore()
184 wmSetPixelFormat(pwfb, pwfb->hDC); in wmCreateBackingStore()
224 get_window_size(pwfb->hDC, width, height); in wmesa_get_buffer_size()
233 BitBlt(pwfb->hDC, 0, 0, pwfb->Base.Width, pwfb->Base.Height, in wmesa_flush()
399 HDC DC = pwc->hDC; in clear()
[all …]
Dwmesadef.h14 HDC hDC; member
27 HDC hDC; member
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_doc.cpp195 static void _InsertWidthArray(HDC hDC, int start, int end, CPDF_Array* pWidthArray) in _InsertWidthArray() argument
199 GetCharWidth(hDC, start, end, widths); in _InsertWidthArray()
230 CFX_ByteString _FPDF_GetPSNameFromTT(HDC hDC) in _FPDF_GetPSNameFromTT() argument
233 DWORD size = ::GetFontData(hDC, 'eman', 0, NULL, 0); in _FPDF_GetPSNameFromTT()
236 ::GetFontData(hDC, 'eman', 0, buffer, size); in _FPDF_GetPSNameFromTT()
247 HDC hDC = CreateCompatibleDC(NULL); in AddWindowsFont() local
248 hFont = SelectObject(hDC, hFont); in AddWindowsFont()
249 int tm_size = GetOutlineTextMetrics(hDC, 0, NULL); in AddWindowsFont()
251 hFont = SelectObject(hDC, hFont); in AddWindowsFont()
253 DeleteDC(hDC); in AddWindowsFont()
[all …]
/external/mesa3d/src/gallium/targets/graw-gdi/
Dgraw_gdi.c73 HDC hDC = NULL; in graw_create_window_and_screen() local
115 hDC = GetDC(hWnd); in graw_create_window_and_screen()
116 if (hDC == NULL) in graw_create_window_and_screen()
119 *handle = (void *)hDC; in graw_create_window_and_screen()
/external/mesa3d/src/gallium/targets/libgl-gdi/
Dlibgl_gdi.c104 HDC hDC) in gdi_present() argument
123 gdi_sw_display(winsys, dt, hDC); in gdi_present()
130 gdi_sw_display(winsys, dt, hDC); in gdi_present()
/external/mesa3d/src/gallium/winsys/sw/gdi/
Dgdi_sw_winsys.c197 HDC hDC ) in gdi_sw_display() argument
201 StretchDIBits(hDC, in gdi_sw_display()
214 HDC hDC = (HDC)context_private; in gdi_sw_displaytarget_display() local
216 gdi_sw_display(winsys, dt, hDC); in gdi_sw_displaytarget_display()
Dgdi_sw_winsys.h11 HDC hDC );
/external/skia/src/utils/win/
DSkWGL_win.cpp72 HGLRC SkWGLExtensions::createContextAttribs(HDC hDC, in createContextAttribs() argument
75 return fCreateContextAttribs(hDC, hShareContext, attribList); in createContextAttribs()
82 HPBUFFER SkWGLExtensions::createPbuffer(HDC hDC, in createPbuffer() argument
87 return fCreatePbuffer(hDC, iPixelFormat, iWidth, iHeight, piAttribList); in createPbuffer()
94 int SkWGLExtensions::releasePbufferDC(HPBUFFER hPbuffer, HDC hDC) const { in releasePbufferDC()
95 return fReleasePbufferDC(hPbuffer, hDC); in releasePbufferDC()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...

12