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

1 2 3 4 5 6 7

  /external/chromium/base/win/
scoped_hdc.h 16 // Like ScopedHandle but for HDC. Only use this on HDCs returned from
17 // CreateCompatibleDC. For an HDC returned by GetDC, use ReleaseDC instead.
21 explicit ScopedHDC(HDC h) : hdc_(h) { }
27 HDC Get() {
31 void Set(HDC h) {
36 operator HDC() { return hdc_; }
48 HDC hdc_;
  /external/skia/include/utils/
SkWGL.h 68 bool hasExtension(HDC dc, const char* ext) const;
70 const char* getExtensionsString(HDC hdc) const;
71 BOOL choosePixelFormat(HDC hdc, const int*, const FLOAT*, UINT, int*, UINT*) const;
72 BOOL getPixelFormatAttribiv(HDC, int, int, UINT, const int*, int*) const;
73 BOOL getPixelFormatAttribfv(HDC hdc, int, int, UINT, const int*, FLOAT*) const;
74 HGLRC createContextAttribs(HDC, HGLRC, const int *) const;
77 typedef const char* (WINAPI *GetExtensionsStringProc)(HDC hdc)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
GDIExtras.cpp 34 SOFT_LINK_OPTIONAL(coredll, AlphaBlend, BOOL, APIENTRY, (HDC hdcDest, int nXOriginDest, int nYOriginDest, int nWidthDest, int nHeightDest, HDC hdcSrc,
GDIExtras.h 32 typedef BOOL (APIENTRY *AlphaBlendPointerType) (HDC hdcDest, int nXOriginDest, int nYOriginDest, int nWidthDest, int nHeightDest, HDC hdcSrc,
48 inline bool alphaBlendIfSupported(HDC hdcDest, int nXOriginDest, int nYOriginDest, int nWidthDest, int nHeightDest, HDC hdcSrc,
LocalWindowsContext.h 51 HDC hdc() const { return m_hdc; } function in class:WebCore::LocalWindowsContext
55 HDC m_hdc;
  /sdk/emulator/opengl/host/libs/Translator/include/GL/
wglext.h 453 extern HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
458 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
471 extern const char * WINAPI wglGetExtensionsStringARB (HDC hdc);
473 typedef const char * (WINAPI * PFNWGLGETEXTENSIONSSTRINGARBPROC) (HDC hdc);
479 extern BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues)
    [all...]
  /external/icu4c/samples/layout/
gdiglue.h 26 rs_surface *rs_gdiRenderingSurfaceOpen(HDC hdc);
27 void rs_gdiRenderingSurfaceSetHDC(rs_surface *surface, HDC hdc);
GDIFontInstance.h 31 GDISurface(HDC theHDC);
38 HDC getHDC() const;
39 void setHDC(HDC theHDC);
42 HDC fHdc;
46 inline HDC GDISurface::getHDC() const
  /sdk/emulator/opengl/host/include/libOpenglRender/
render_api_platform_types.h 23 typedef HDC FBNativeDisplayType;
  /external/webkit/Source/JavaScriptCore/wtf/
OwnPtrCommon.h 34 typedef struct HDC__* HDC;
65 void deleteOwnedPtr(HDC);
  /external/webkit/Source/WebCore/platform/graphics/wince/
SharedBitmap.h 87 void draw(HDC, const IntRect& dstRect, const IntRect& srcRect, CompositeOperator compositeOp);
88 void drawPattern(HDC, const AffineTransform&, const FloatRect& tileRectIn, const AffineTransform& patternTransform,
93 virtual HDC getDC(SharedBitmap*, unsigned*);
94 virtual void releaseDC(SharedBitmap*, HDC, unsigned);
99 HDC getDC(unsigned* key1) { return s_dcProvider->getDC(this, key1); }
100 void releaseDC(HDC hdc, unsigned key1) { s_dcProvider->releaseDC(this, hdc, key1); }
111 HDC get() const { return m_hdc; }
126 HDC m_hdc
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
SkiaFontWin.h 48 static const SkPath* lookupOrCreatePathForGlyph(HDC, HFONT, WORD);
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/win/
DrawsGradient.cpp 38 void paint(HDC) const;
74 HDC dc = ::BeginPaint(window(), &paintStruct);
87 paint(reinterpret_cast<HDC>(wParam));
93 void DrawsGradient::paint(HDC dc) const
  /external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/win/
WMPrint.cpp 40 HDC dc = ::CreateCompatibleDC(0);
  /external/webkit/Source/WebKit2/UIProcess/win/
BackingStoreWin.cpp 43 BitmapDC(HBITMAP, HDC destinationDC);
46 operator HDC() const { return m_dc.get(); }
49 OwnPtr<HDC> m_dc;
53 BitmapDC::BitmapDC(HBITMAP bitmap, HDC destinationDC)
64 void BackingStore::paint(HDC dc, const IntRect& rect)
ChunkedUpdateDrawingAreaProxyWin.cpp 55 HDC screenDC = ::GetDC(0);
68 bool ChunkedUpdateDrawingAreaProxy::platformPaint(const IntRect& rect, HDC hdc)
73 // BitBlt from the backing-store to the passed in hdc.
74 ::BitBlt(hdc, rect.x(), rect.y(), rect.width(), rect.height(), m_backingStoreDC.get(), rect.x(), rect.y(), SRCCOPY);
82 OwnPtr<HDC> updateChunkBitmapDC(::CreateCompatibleDC(m_backingStoreDC.get()));
  /external/webkit/Tools/WinLauncher/
PrintWebUIDelegate.cpp 86 HDC dc = ::GetDC(0);
102 HDC dc = ::GetDC(0);
118 HDC dc = ::GetDC(0);
138 HDC dc = reinterpret_cast<HDC>(drawingContext);
171 HDC dc = reinterpret_cast<HDC>(drawingContext);
  /external/webkit/Source/WebCore/platform/win/
PopupMenuWin.h 34 typedef struct HDC__* HDC;
75 void paint(const IntRect& damageRect, HDC = 0);
117 HDC m_DC;
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_wingl_c.h 34 HDC GL_hdc;
41 HGLRC (WINAPI *wglCreateContext)(HDC hdc);
45 BOOL (WINAPI *wglMakeCurrent)(HDC hdc, HGLRC hglrc);
47 BOOL (WINAPI *wglGetPixelFormatAttribivARB)(HDC hdc, int iPixelFormat,
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3drmwin.h 41 STDMETHOD(HandlePaint)(THIS_ HDC hdc) PURE;
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DRMWIN.H 41 STDMETHOD(HandlePaint)(THIS_ HDC hdc) PURE;
  /external/webkit/Source/JavaScriptCore/wtf/win/
OwnPtrWin.cpp 46 void deleteOwnedPtr(HDC ptr)
  /external/webkit/Source/ThirdParty/ANGLE/include/EGL/
eglplatform.h 71 typedef HDC EGLNativeDisplayType;
  /sdk/emulator/opengl/host/libs/Translator/include/EGL/
eglplatform.h 71 typedef HDC EGLNativeDisplayType;
  /external/chromium/chrome/browser/ui/window_snapshot/
window_snapshot_win.cc 19 HDC window_hdc = GetWindowDC(window_handle);
46 typedef BOOL (WINAPI *PrintWindowPointer)(HWND, HDC, UINT);

Completed in 633 milliseconds

1 2 3 4 5 6 7