Searched defs:IntRect (Results 1 - 25 of 79) sorted by relevance

1234

/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/gtk/
H A DWebPopupMenuGtk.cpp37 void WebPopupMenu::setUpPlatformData(const IntRect&, PlatformPopupMenuData&) argument
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/qt/
H A DWebPopupMenuQt.cpp35 void WebPopupMenu::setUpPlatformData(const IntRect&, PlatformPopupMenuData&) argument
/external/webkit/Source/WebKit2/Shared/cairo/
H A DShareableBitmapCairo.cpp42 void ShareableBitmap::paint(GraphicsContext&, const IntPoint&, const IntRect&) argument
/external/webkit/Source/WebCore/platform/graphics/brew/
H A DIconBrew.cpp28 #include "IntRect.h"
45 void Icon::paint(GraphicsContext*, const IntRect&) argument
/external/webkit/Source/WebCore/platform/graphics/efl/
H A DIntRectEfl.cpp22 #include "IntRect.h"
28 IntRect::IntRect(const Eina_Rectangle& r) function in class:WebCore::IntRect
34 IntRect::operator Eina_Rectangle() const
/external/webkit/Source/WebCore/platform/graphics/gtk/
H A DIntRectGtk.cpp21 #include "IntRect.h"
27 IntRect::IntRect(const GdkRectangle& r) function in class:WebCore::IntRect
33 IntRect::operator GdkRectangle() const
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DIconHaiku.cpp27 #include "IntRect.h"
45 void Icon::paint(GraphicsContext*, const IntRect&) argument
H A DIntRectHaiku.cpp29 #include "IntRect.h"
36 IntRect::IntRect(const BRect& rect) function in class:WebCore::IntRect
42 IntRect::operator BRect() const
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DIntRectQt.cpp29 #include "IntRect.h"
35 IntRect::IntRect(const QRect& r) function in class:WebCore::IntRect
41 IntRect::operator QRect() const
/external/webkit/Source/WebCore/platform/graphics/win/
H A DIntRectWin.cpp28 #include "IntRect.h"
34 IntRect::IntRect(const RECT& r) function in class:WebCore::IntRect
39 IntRect::operator RECT() const
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DIntRectWx.cpp27 #include "IntRect.h"
34 IntRect::IntRect(const wxRect& r) function in class:WebCore::IntRect
40 IntRect::operator wxRect() const
/external/webkit/Source/WebKit2/PluginProcess/qt/
H A DPluginControllerProxyQt.cpp48 void PluginControllerProxy::platformGeometryDidChange(const IntRect& frameRect, const IntRect&) argument
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DIntRectSkia.cpp32 #include "IntRect.h"
38 IntRect::operator SkIRect() const
44 IntRect::operator SkRect() const
51 IntRect::IntRect(const SkIRect& r) function in class:WebCore::IntRect
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DChromeClientEfl.h76 virtual void createSelectPopup(PopupMenuClient*, int selected, const IntRect& rect);
96 virtual IntRect windowResizerRect() const;
100 virtual IntRect windowToScreen(const IntRect&) const;
133 virtual void scrollRectIntoView(const IntRect&, const ScrollView*) const {} argument
139 virtual void invalidateContents(const IntRect&, bool);
140 virtual void invalidateWindow(const IntRect&, bool);
141 virtual void invalidateContentsAndWindow(const IntRect&, bool);
142 virtual void invalidateContentsForSlowScroll(const IntRect&, bool);
143 virtual void scroll(const IntSize&, const IntRect
[all...]
/external/webkit/Source/WebCore/platform/
H A DScrollbarThemeComposite.h35 virtual bool paint(Scrollbar*, GraphicsContext* context, const IntRect& damageRect);
46 virtual void paintScrollCorner(ScrollView*, GraphicsContext*, const IntRect& cornerRect);
52 virtual IntRect backButtonRect(Scrollbar*, ScrollbarPart, bool painting = false) = 0;
53 virtual IntRect forwardButtonRect(Scrollbar*, ScrollbarPart, bool painting = false) = 0;
54 virtual IntRect trackRect(Scrollbar*, bool painting = false) = 0;
56 virtual void splitTrack(Scrollbar*, const IntRect& track, IntRect& startTrack, IntRect& thumb, IntRect& endTrack);
61 virtual void paintTrackBackground(GraphicsContext*, Scrollbar*, const IntRect argument
62 paintTrackPiece(GraphicsContext*, Scrollbar*, const IntRect&, ScrollbarPart) argument
63 paintButton(GraphicsContext*, Scrollbar*, const IntRect&, ScrollbarPart) argument
64 paintThumb(GraphicsContext*, Scrollbar*, const IntRect&) argument
65 paintTickmarks(GraphicsContext*, Scrollbar*, const IntRect&) argument
[all...]
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
H A DCCCanvasLayerImpl.cpp50 void CCCanvasLayerImpl::draw(const IntRect&) argument
H A DCCPluginLayerImpl.cpp49 void CCPluginLayerImpl::draw(const IntRect&) argument
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DChromeClientWx.h34 #include "IntRect.h"
103 virtual IntRect windowResizerRect() const;
104 virtual void scrollBackingStore(int dx, int dy, const IntRect& scrollViewRect, const IntRect& clipRect);
107 virtual void invalidateWindow(const IntRect&, bool);
108 virtual void invalidateContentsAndWindow(const IntRect&, bool);
109 virtual void invalidateContentsForSlowScroll(const IntRect&, bool);
110 virtual void scroll(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect);
113 virtual IntRect windowToScree
144 scrollRectIntoView(const IntRect&, const ScrollView*) const argument
[all...]
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapePluginNone.cpp45 bool NetscapePlugin::platformInvalidate(const IntRect&) argument
54 void NetscapePlugin::platformPaint(GraphicsContext*, const IntRect&, bool) argument
/external/webkit/Source/WebCore/platform/android/
H A DSearchPopupMenuAndroid.h33 class IntRect;
40 virtual void show(const IntRect&, FrameView*, int index) { } argument
/external/webkit/Source/WebCore/platform/chromium/
H A DFramelessScrollView.cpp46 void FramelessScrollView::invalidateScrollbarRect(Scrollbar* scrollbar, const IntRect& rect)
49 IntRect dirtyRect = rect;
60 void FramelessScrollView::invalidateRect(const IntRect& rect)
71 IntRect FramelessScrollView::windowClipRect(bool clipToContents) const
76 void FramelessScrollView::paintContents(GraphicsContext*, const IntRect&) argument
80 void FramelessScrollView::paintScrollCorner(GraphicsContext* context, const IntRect& cornerRect)
H A DWidgetChromium.cpp65 void Widget::paint(GraphicsContext*, const IntRect&) argument
77 IntRect Widget::frameRect() const
82 void Widget::setFrameRect(const IntRect& rect)
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DImageLayerChromium.cpp67 m_dirtyRect = IntRect(IntPoint(0, 0), bounds());
71 void ImageLayerChromium::paintContentsIfDirty(const IntRect&) argument
78 IntRect paintRect(IntPoint(0, 0), m_decodedImage.size());
81 m_dirtyRect = IntRect();
88 IntRect paintRect(IntPoint(0, 0), m_decodedImage.size());
92 IntRect ImageLayerChromium::layerBounds() const
94 return IntRect(IntPoint(0, 0), m_decodedImage.size());
102 const IntRect sourceRect = layerBounds();
/external/webkit/Source/WebCore/platform/win/
H A DWidgetWin.cpp36 #include "IntRect.h"
79 void Widget::paint(GraphicsContext*, const IntRect&) argument
91 IntRect Widget::frameRect() const
96 void Widget::setFrameRect(const IntRect& rect)
/external/webkit/Source/WebCore/rendering/
H A DRenderTableCol.cpp72 IntRect RenderTableCol::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer)
81 return IntRect();
85 void RenderTableCol::imageChanged(WrappedImagePtr, const IntRect*) argument

Completed in 378 milliseconds

1234