Searched defs:HDC (Results 1 - 7 of 7) sorted by relevance

/external/webkit/WebCore/platform/win/
H A DPlatformScrollBar.h33 typedef struct HDC__* HDC; typedef in typeref:struct:HDC__
/external/webkit/JavaScriptCore/wtf/
H A DOwnPtrCommon.h33 typedef struct HDC__* HDC; typedef in typeref:struct:HDC__
52 void deleteOwnedPtr(HDC);
/external/webkit/JavaScriptCore/wtf/wince/
H A DMemoryManager.h25 typedef struct HDC__* HDC; typedef in typeref:struct:HDC__
39 static HBITMAP createCompatibleBitmap(HDC hdc, int width, int height);
/external/chromium/base/
H A Dscoped_handle_win.h109 // Like ScopedHandle but for HDC. Only use this on HDCs returned from
110 // CreateCompatibleDC. For an HDC returned by GetDC, use ReleaseDC instead.
114 explicit ScopedHDC(HDC h) : hdc_(h) { }
120 HDC Get() {
124 void Set(HDC h) {
129 operator HDC() { return hdc_; }
141 HDC hdc_;
/external/webkit/WebCore/platform/
H A DPopupMenu.h41 typedef struct HDC__* HDC; typedef in typeref:struct:HDC__
116 void paint(const IntRect& damageRect, HDC = 0);
165 HDC m_DC;
/external/webkit/WebCore/platform/graphics/
H A DGraphicsContext.h99 typedef struct HDC__* HDC; typedef in typeref:struct:HDC__
357 HDC getWindowsContext(const IntRect&, bool supportAlphaBlend = false, bool mayCreateBitmap = true); // The passed in rect is used to create a bitmap for compositing inside transparency layers.
358 void releaseWindowsContext(HDC, const IntRect&, bool supportAlphaBlend = false, bool mayCreateBitmap = true); // The passed in HDC should be the one handed back by getWindowsContext.
359 void drawRoundCorner(bool newClip, RECT clipRect, RECT rectWin, HDC dc, int width, int height);
361 GraphicsContext(HDC, bool hasAlpha = false); // FIXME: To be removed.
363 HDC getWindowsContext(const IntRect&, bool supportAlphaBlend = true, bool mayCreateBitmap = true); // The passed in rect is used to create a bitmap for compositing inside transparency layers.
364 void releaseWindowsContext(HDC, const IntRect&, bool supportAlphaBlend = true, bool mayCreateBitmap = true); // The passed in HDC should be the one handed back by getWindowsContext.
379 WindowsBitmap(HDC, IntSiz
[all...]
/external/webkit/WebCore/platform/wx/wxcode/win/
H A Dscrollbar_render.cpp100 operator HDC() const { return m_hdc; }
103 HDC m_hdc;

Completed in 152 milliseconds