HomeSort by relevance Sort by last modified time
    Searched refs:HDC (Results 26 - 50 of 173) sorted by null

12 3 4 5 6 7

  /external/icu4c/samples/layout/
gdiglue.cpp 37 rs_surface *rs_gdiRenderingSurfaceOpen(HDC hdc)
39 return (rs_surface *) new GDISurface(hdc);
42 void rs_gdiRenderingSurfaceSetHDC(rs_surface *surface, HDC hdc)
46 rs->setHDC(hdc);
  /external/skia/include/gpu/gl/
SkNativeGLContext.h 48 HDC fOldHDC;
71 HDC fDeviceContext;
  /external/webkit/Source/JavaScriptCore/wtf/wince/
MemoryManager.h 25 typedef struct HDC__* HDC;
39 static HBITMAP createCompatibleBitmap(HDC hdc, int width, int height);
  /external/webkit/Source/WebCore/platform/win/
DragImageCGWin.cpp 46 HBITMAP allocImage(HDC dc, IntSize size, CGContextRef *targetRef)
92 HDC dc = GetDC(0);
93 HDC dstDC = CreateCompatibleDC(dc);
126 HDC dc = GetDC(0);
127 HDC workingDC = CreateCompatibleDC(dc);
DragImageCairoWin.cpp 45 HBITMAP allocImage(HDC dc, IntSize size, PlatformContextCairo** targetRef)
115 HDC dc = GetDC(0);
116 HDC dstDC = CreateCompatibleDC(dc);
156 HDC dc = GetDC(0);
157 HDC workingDC = CreateCompatibleDC(dc);
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp 28 DisplayInfo(HDC hdc,HWND wnd):isPixelFormatSet(false){dc = hdc; hwnd = wnd;};
29 HDC dc;
56 HDC getDC(int configId){return getTLS()->m_map[configId].dc;}
107 HDC getDC(){ return m_hdc;};
115 HDC m_hdc;
152 PROC wglGetExtentionsProcAddress(HDC hdc,const char *extension_name,const char* proc_name)
164 if (!_wglGetExtensionsStringARB || strstr(_wglGetExtensionsStringARB(hdc), extension_name) == NULL
216 HDC hdc = GetDC(hwnd); local
    [all...]
  /development/ndk/platforms/android-9/include/EGL/
eglplatform.h 71 typedef HDC EGLNativeDisplayType;
  /external/webkit/Source/WebCore/platform/graphics/win/
GlyphPageTreeNodeCairoWin.cpp 45 HDC dc = GetDC((HWND)0);
GraphicsContextCairoWin.cpp 39 static cairo_t* createCairoContextWithHDC(HDC hdc, bool hasAlpha)
41 // Put the HDC In advanced mode so it will honor affine transforms.
42 SetGraphicsMode(hdc, GM_ADVANCED);
46 HBITMAP bitmap = static_cast<HBITMAP>(GetCurrentObject(hdc, OBJ_BITMAP));
50 surface = cairo_win32_surface_create(hdc);
67 GraphicsContext::GraphicsContext(HDC dc, bool hasAlpha)
73 void GraphicsContext::platformInit(HDC dc, bool hasAlpha)
123 void GraphicsContext::releaseWindowsContext(HDC hdc, const IntRect& dstRect, bool supportAlphaBlend, bool mayCreateBitmap
    [all...]
QTMovieGWorld.h 64 void paint(HDC, int x, int y);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/win/
ChunkedUpdateDrawingAreaWin.cpp 40 OwnPtr<HDC> hdc(::CreateCompatibleDC(0));
46 HBITMAP hbmpOld = static_cast<HBITMAP>(::SelectObject(hdc.get(), hbmp.get()));
48 GraphicsContext gc(hdc.get());
53 ::FillRect(hdc.get(), &rect, (HBRUSH)::GetStockObject(WHITE_BRUSH));
61 ::SelectObject(hdc.get(), hbmpOld);
  /frameworks/native/opengl/include/EGL/
eglplatform.h 71 typedef HDC EGLNativeDisplayType;
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/EGL/
eglplatform.h 71 typedef HDC EGLNativeDisplayType;
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/EGL/
eglplatform.h 71 typedef HDC EGLNativeDisplayType;
  /prebuilts/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/EGL/
eglplatform.h 71 typedef HDC EGLNativeDisplayType;
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/EGL/
eglplatform.h 71 typedef HDC EGLNativeDisplayType;
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/EGL/
eglplatform.h 71 typedef HDC EGLNativeDisplayType;
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/EGL/
eglplatform.h 71 typedef HDC EGLNativeDisplayType;
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/EGL/
eglplatform.h 71 typedef HDC EGLNativeDisplayType;
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/EGL/
eglplatform.h 71 typedef HDC EGLNativeDisplayType;
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/EGL/
eglplatform.h 71 typedef HDC EGLNativeDisplayType;
  /external/quake/quake/src/QW/scitech/include/
mglwin.h 33 typedef HDC MGL_HDC;
104 /* Get a Windows HDC for the MGL device context. You can use this returned
105 * HDC to get GDI to draw to the device context surface, such as rendering
106 * and using TrueType fonts with the MGL. If a Windows compatible HDC is not
110 HDC MGLAPI MGL_getWinDC(MGLDC *dc);
114 bool MGLAPI MGL_setWinDC(MGLDC *dc,MGL_HDC hdc);
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGLWIN.H 33 typedef HDC MGL_HDC;
104 /* Get a Windows HDC for the MGL device context. You can use this returned
105 * HDC to get GDI to draw to the device context surface, such as rendering
106 * and using TrueType fonts with the MGL. If a Windows compatible HDC is not
110 HDC MGLAPI MGL_getWinDC(MGLDC *dc);
114 bool MGLAPI MGL_setWinDC(MGLDC *dc,MGL_HDC hdc);
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Display.h 32 Display(HDC deviceContext);
76 const HDC mDc;
  /external/webkit/Source/WebKit/wince/
WebView.h 89 void paint(HDC hDC, const WebCore::IntRect& clipRect);
96 OwnPtr<HDC> m_doubleBufferDC;

Completed in 942 milliseconds

12 3 4 5 6 7