Home
last modified time | relevance | path

Searched refs:RECT (Results 1 – 25 of 76) sorted by relevance

1234

/external/webkit/WebKitTools/WinLauncher/
DPrintWebUIDelegate.h56 virtual HRESULT STDMETHODCALLTYPE setFrame(IWebView*, RECT*) { return E_NOTIMPL; } in setFrame() argument
57 virtual HRESULT STDMETHODCALLTYPE webViewFrame(IWebView*, RECT*) { return E_NOTIMPL; } in webViewFrame() argument
58 virtual HRESULT STDMETHODCALLTYPE setContentRect(IWebView*, RECT*) { return E_NOTIMPL; } in setContentRect() argument
59 virtual HRESULT STDMETHODCALLTYPE webViewContentRect(IWebView*, RECT*) { return E_NOTIMPL; } in webViewContentRect() argument
93 virtual HRESULT STDMETHODCALLTYPE drawHeaderInRect(IWebView*, RECT*, OLE_HANDLE);
94 virtual HRESULT STDMETHODCALLTYPE drawFooterInRect(IWebView*, RECT*, OLE_HANDLE, UINT, UINT);
95 virtual HRESULT STDMETHODCALLTYPE webViewPrintingMarginRect(IWebView*, RECT*);
102 …virtual HRESULT STDMETHODCALLTYPE paintCustomScrollbar(IWebView*, HDC, RECT, WebScrollBarControlSi… in paintCustomScrollbar() argument
103 …virtual HRESULT STDMETHODCALLTYPE paintCustomScrollCorner(IWebView*, HDC, RECT) { return E_NOTIMPL… in paintCustomScrollCorner() argument
DPrintWebUIDelegate.cpp68 HRESULT PrintWebUIDelegate::webViewPrintingMarginRect(IWebView* view, RECT* rect) in webViewPrintingMarginRect()
132 /* [in] */ RECT *rect, in drawHeaderInRect()
164 /* [in] */ RECT *rect, in drawFooterInRect()
/external/webkit/WebKit/win/WebCoreSupport/
DWebInspectorDelegate.h115 /* [in] */ RECT*) { return E_NOTIMPL; } in setFrame() argument
119 /* [retval][out] */ RECT*) { return E_NOTIMPL; } in webViewFrame() argument
123 /* [in] */ RECT*) { return E_NOTIMPL; } in setContentRect() argument
127 /* [retval][out] */ RECT*) { return E_NOTIMPL; } in webViewContentRect() argument
270 /* [in] */ RECT *rect, in drawHeaderInRect()
275 /* [in] */ RECT *rect, in drawFooterInRect()
282 /* [retval][out] */ RECT *rect) { return E_NOTIMPL; } in webViewPrintingMarginRect()
313 /* [in] */ RECT rect, in paintCustomScrollbar()
325 /* [in] */ RECT rect) { return E_NOTIMPL; } in paintCustomScrollCorner()
DWebInspectorClient.cpp121 RECT rect; in createPage()
262 RECT hostWindowRect; in setAttachedWindowHeight()
265 RECT inspectedRect; in setAttachedWindowHeight()
408 RECT rect; in onSize()
442 RECT inspectorRect; in onWebViewWindowPosChanging()
DWebChromeClient.cpp82 RECT rect = IntRect(r); in setWindowRect()
92 RECT rect; in windowRect()
106 RECT rect; in pageRect()
655 RECT webRect = enclosingIntRect(rect); in paintCustomScrollbar()
672 RECT webRect = enclosingIntRect(rect); in paintCustomScrollCorner()
/external/webkit/WebKitTools/DumpRenderTree/win/
DUIDelegate.h111 /* [in] */ RECT *frame);
115 /* [retval][out] */ RECT *frame);
119 /* [in] */ RECT *contentRect) { return E_NOTIMPL; } in setContentRect()
123 /* [retval][out] */ RECT *contentRect) { return E_NOTIMPL; } in webViewContentRect()
271 /* [in] */ RECT *rect,
276 /* [in] */ RECT *rect,
283 /* [retval][out] */ RECT *rect);
314 /* [in] */ RECT rect,
326 /* [in] */ RECT rect);
401 RECT m_frame;
DUIDelegate.cpp317 /* [in] */ RECT *rect, in drawHeaderInRect()
325 /* [in] */ RECT *rect, in drawFooterInRect()
335 /* [retval][out] */ RECT *rect) in webViewPrintingMarginRect()
393 /* [in] */ RECT rect, in paintCustomScrollbar()
408 /* [in] */ RECT rect) in paintCustomScrollCorner()
415 /* [in] */ RECT* frame) in setFrame()
423 /* [retval][out] */ RECT* frame) in webViewFrame()
/external/webkit/WebCore/platform/graphics/win/
DWKCACFLayerRenderer.cpp66 inline static CGRect winRectToCGRect(RECT rc) in winRectToCGRect()
71 inline static CGRect winRectToCGRect(RECT rc, RECT relativeToRect) in winRectToCGRect()
211 RECT rect; in createRenderer()
296 RECT clientRect; in getDirtyRects()
303 RECT dirtyRect; in getDirtyRects()
317 RECT* rect = reinterpret_cast<RECT*>(regionData->Buffer); in getDirtyRects()
422 RECT clientRect; in bounds()
DIntRectWin.cpp34 IntRect::IntRect(const RECT& r) in IntRect()
39 IntRect::operator RECT() const in operator RECT()
41 RECT rect = { x(), y(), right(), bottom() }; in operator RECT()
/external/webkit/WebKitTools/WebKitAPITest/
DHostWindow.cpp50 RECT HostWindow::clientRect() const in clientRect()
52 RECT rect = {0}; in clientRect()
54 RECT emptyRect = {0}; in clientRect()
DHostWindow.h39 RECT clientRect() const;
/external/chromium/base/gfx/
Drect.h21 typedef struct tagRECT RECT; typedef
34 explicit Rect(const RECT& r);
45 Rect& operator=(const RECT& r);
100 RECT ToRECT() const;
Drect.cc54 Rect::Rect(const RECT& r) in Rect()
60 Rect& Rect::operator=(const RECT& r) { in operator =()
123 RECT Rect::ToRECT() const { in ToRECT()
124 RECT r; in ToRECT()
/external/webkit/WebKit/win/
DWebScrollBar.h79 /* [in] */ RECT bounds);
89 /* [in] */ RECT damageRect);
92 /* [retval][out] */ RECT* bounds);
DWebScrollBar.cpp136 /* [in] */ RECT bounds) in setRect()
161 /* [in] */ RECT damageRect) in paint()
170 /* [retval][out] */ RECT* bounds) in frameRect()
266 RECT r = rect; in invalidateScrollbarRect()
/external/webkit/WebCore/platform/win/
DScrollbarThemeWin.cpp71 …INAPI, (HANDLE hTheme, HDC hdc, int iPartId, int iStateId, const RECT* pRect, const RECT* pClipRec…
244 RECT themeRect(rect); in paintTrackPiece()
310 RECT themeRect(rect); in paintButton()
342 RECT themeRect(rect); in paintGripper()
364 RECT themeRect(rect); in paintThumb()
DPopupMenuWin.cpp159 RECT viewRect = {0}; in show()
487 RECT r = damageRect; in invalidateItem()
690 RECT r = listRect; in valueChanged()
703 RECT r = scrollRect; in invalidateScrollbarRect()
896 RECT bounds; in wndProc()
930 RECT bounds; in wndProc()
949 RECT r = scrollBarRect; in wndProc()
955 RECT bounds; in wndProc()
/external/webkit/WebKit/win/Interfaces/
DIWebScrollBarPrivate.idl51 HRESULT setRect([in] RECT bounds);
57 HRESULT paint([in] HDC dc, [in] RECT damageRect);
59 HRESULT frameRect([out, retval] RECT* bounds);
DIWebFramePrivate.idl77 HRESULT contentBounds([out, retval] RECT* result);
78 HRESULT frameBounds([out, retval] RECT* result);
86 HRESULT paintDocumentRectToContext([in] RECT rect, [in] OLE_HANDLE deviceContext);
/external/webkit/WebCore/platform/graphics/
DIntRect.h46 typedef struct tagRECT RECT; typedef
142 IntRect(const RECT&);
143 operator RECT() const;
/external/webkit/WebCore/platform/graphics/wince/
DGraphicsContextWince.cpp268 …> getTransparentLayerBitmap(IntRect& origRect, AlphaPaintType alphaPaint, RECT& bmpRect, bool chec… in getTransparentLayerBitmap()
275 RECT clipBox; in getTransparentLayerBitmap()
319 …DC hdc, SharedBitmap* bmp, const IntRect& origRect, AlphaPaintType alphaPaint, const RECT& bmpRect) in paintBackTransparentLayerBitmap()
452 const RECT& rect() const { return m_bmpRect; } in rect()
463 RECT m_bmpRect;
837 RECT clipRect; in strokeArc()
890 RECT rect = { winPoints[0].x, winPoints[0].y, winPoints[0].x, winPoints[0].y }; in drawConvexPolygon()
1038 RECT rect = trRect; in drawFocusRing()
1241 static inline IntPoint rectCenterPoint(const RECT& rect) in rectCenterPoint()
1275 RECT rectWin = dstRect; in fillRoundedRect()
[all …]
/external/webkit/WebCore/rendering/
DRenderThemeWince.cpp65 int iStateId, const RECT *pRect,
66 const RECT* pClipRect);
68 int iStateId, const RECT *pRect,
70 const RECT* pClipRect);
72 int iStateId, const RECT* pRect,
73 RECT* pContentRect);
75 int iStateId, RECT* prc, int ts,
/external/qemu/distrib/sdl-1.2.12/src/video/windib/
DSDL_dibvideo.c495 RECT bounds;
1254 RECT rect;
1269 RECT wrect;
1270 RECT primary;
1349 RECT wrect;
1351 RECT bestRect;
1352 RECT primary;
1396 RECT* sr;
/external/webkit/WebCore/platform/wx/wxcode/win/
Dscrollbar_render.cpp152 RECT r; in wxRenderer_DrawScrollbar()
166 RECT buttonRect = r; in wxRenderer_DrawScrollbar()
/external/icu4c/samples/layout/
DSurface.cpp18 RECT clip; in drawGlyphs()

1234