/external/webkit/Source/WebCore/accessibility/ |
AccessibilityTableHeaderContainer.h | 34 #include "IntRect.h" 55 virtual IntRect elementRect() const; 59 IntRect m_headerRect;
|
/external/webkit/Source/WebCore/dom/ |
ClientRect.h | 36 class IntRect; 41 static PassRefPtr<ClientRect> create(const IntRect& rect) { return adoptRef(new ClientRect(rect)); } 53 ClientRect(const IntRect&);
|
/external/webkit/Source/WebCore/editing/ |
SelectionController.h | 30 #include "IntRect.h" 115 IntRect localCaretRect(); 116 IntRect localCaretRectForPainting() const { return m_caretRect; } 119 IntRect absoluteCaretBounds(); 143 void paintCaret(GraphicsContext*, int tx, int ty, const IntRect& clipRect); 170 void paintDragCaret(GraphicsContext*, int tx, int ty, const IntRect& clipRect) const; 206 IntRect caretRepaintRect() const; 216 IntRect absoluteBoundsForLocalRect(const IntRect&) const; 233 IntRect m_caretRect; // caret rect in coords local to the renderer responsible for painting the care [all...] |
/external/webkit/Source/WebCore/page/win/ |
FrameWin.h | 37 class IntRect; 40 void computePageRectsForFrame(Frame*, const IntRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, Vector<IntRect>& outPages, int& outPageHeight);
|
/external/webkit/Source/WebCore/platform/chromium/ |
ScrollbarThemeChromiumLinux.h | 42 virtual void paintTrackPiece(GraphicsContext*, Scrollbar*, const IntRect&, ScrollbarPart); 43 virtual void paintButton(GraphicsContext*, Scrollbar*, const IntRect&, ScrollbarPart); 44 virtual void paintThumb(GraphicsContext*, Scrollbar*, const IntRect&);
|
ScrollbarThemeChromiumWin.h | 44 virtual void paintTrackPiece(GraphicsContext*, Scrollbar*, const IntRect&, ScrollbarPart); 45 virtual void paintButton(GraphicsContext*, Scrollbar*, const IntRect&, ScrollbarPart); 46 virtual void paintThumb(GraphicsContext*, Scrollbar*, const IntRect&);
|
ScrollbarThemeChromiumMac.h | 42 virtual bool paint(Scrollbar*, GraphicsContext* context, const IntRect& damageRect); 60 virtual IntRect backButtonRect(Scrollbar*, ScrollbarPart, bool painting = false); 61 virtual IntRect forwardButtonRect(Scrollbar*, ScrollbarPart, bool painting = false); 62 virtual IntRect trackRect(Scrollbar*, bool painting = false);
|
/external/webkit/Source/WebCore/platform/graphics/android/context/ |
PlatformGraphicsContext.h | 29 #include "IntRect.h" 95 virtual void addInnerRoundedRectClip(const IntRect& rect, int thickness) = 0; 100 virtual bool clipOut(const IntRect& r) = 0; 113 virtual void drawEllipse(const IntRect& rect) = 0; 114 virtual void drawFocusRing(const Vector<IntRect>& rects, int /* width */, 124 virtual void drawRect(const IntRect& rect) = 0; 131 void fillRoundedRect(const IntRect& rect, const IntSize& topLeft, 137 virtual void fillRoundedRect(const IntRect& rect, const IntSize& topLeft, 140 virtual void strokeArc(const IntRect& r, int startAngle, int angleSpan) = 0; 146 virtual void drawMediaButton(const IntRect& rect, RenderSkinMediaButton::MediaButton buttonType [all...] |
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
TiledImageOpenVG.h | 23 #include "IntRect.h" 49 IntRect tilesInRect(const FloatRect&) const; 53 IntRect tileRect(int xIndex, int yIndex) const;
|
/external/webkit/Source/WebCore/platform/haiku/ |
RenderThemeHaiku.h | 58 virtual bool paintCheckbox(RenderObject*, const PaintInfo&, const IntRect&); 61 virtual bool paintRadio(RenderObject*, const PaintInfo&, const IntRect&); 65 virtual bool paintMenuList(RenderObject*, const PaintInfo&, const IntRect&);
|
WidgetHaiku.cpp | 33 #include "IntRect.h" 73 IntRect Widget::frameRect() const 78 void Widget::setFrameRect(const IntRect& rect) 121 void Widget::paint(GraphicsContext*, IntRect const&)
|
/external/webkit/Source/WebKit2/UIProcess/API/mac/ |
WKPrintingView.h | 41 Vector<WebCore::IntRect> _printingPageRects; 43 HashMap<WebCore::IntRect, Vector<uint8_t> > _pagePreviews; 49 HashMap<uint64_t, WebCore::IntRect> _expectedPreviewCallbacks;
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
WebChromeClient.h | 110 virtual WebCore::IntRect windowResizerRect() const; 113 virtual void invalidateWindow(const WebCore::IntRect&, bool); 114 virtual void invalidateContentsAndWindow(const WebCore::IntRect&, bool); 115 virtual void invalidateContentsForSlowScroll(const WebCore::IntRect&, bool); 116 virtual void scroll(const WebCore::IntSize& scrollOffset, const WebCore::IntRect& scrollRect, const WebCore::IntRect& clipRect); 121 virtual WebCore::IntRect windowToScreen(const WebCore::IntRect&) const; 124 virtual void scrollRectIntoView(const WebCore::IntRect&, const WebCore::ScrollView*) const; // Currently only Mac has a non empty implementation. 164 virtual bool paintCustomOverhangArea(WebCore::GraphicsContext*, const WebCore::IntRect&, const WebCore::IntRect&, const WebCore::IntRect&) [all...] |
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
ShaderProgram.h | 24 #include "IntRect.h" 123 void setupDrawing(const IntRect& invScreenRect, const SkRect& visibleContentRect, 124 const IntRect& screenRect, int titleBarHeight, 125 const IntRect& screenClip, float scale); 150 IntRect clippedRectWithVisibleContentRect(const IntRect& rect, int margin = 0); 201 IntRect m_invScreenRect; 203 IntRect m_invViewClip; 207 IntRect m_screenRect;
|
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/ |
CCLayerImpl.h | 31 #include "IntRect.h" 64 virtual void draw(const IntRect& contentRect); 123 const IntRect& scissorRect() const { return m_scissorRect; } 124 void setScissorRect(const IntRect& rect) { m_scissorRect = rect; } 134 const IntRect getDrawRect() const; 138 const IntRect& drawableContentRect() const { return m_drawableContentRect; } 139 void setDrawableContentRect(const IntRect& rect) { m_drawableContentRect = rect; } 194 IntRect m_scissorRect; 201 IntRect m_drawableContentRect;
|
/external/webkit/Source/WebCore/platform/graphics/opengl/ |
TextureMapperGL.h | 41 virtual void drawTexture(const BitmapTexture& texture, const IntRect&, const TransformationMatrix& transform, float opacity, const BitmapTexture* maskTexture); 43 virtual void setClip(const IntRect&); 44 virtual void paintToTarget(const BitmapTexture&, const IntSize&, const TransformationMatrix&, float opacity, const IntRect& visibleRect); 65 virtual PlatformGraphicsContext* beginPaint(const IntRect& dirtyRect, bool opaque) = 0;
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
TileQt.cpp | 85 void Tile::invalidate(const IntRect& dirtyRect) 87 IntRect tileDirtyRect = intersection(dirtyRect, m_rect); 94 Vector<IntRect> Tile::updateBackBuffer() 97 return Vector<IntRect>(); 118 Vector<IntRect> updatedRects; 122 IntRect rect = dirtyRects[n]; 142 void Tile::paint(GraphicsContext* context, const IntRect& rect) 147 IntRect target = intersection(rect, m_rect); 148 IntRect source((target.x() - m_rect.x()),
|
/external/webkit/Source/WebCore/platform/mac/ |
ScrollbarThemeMac.h | 39 virtual bool paint(Scrollbar*, GraphicsContext* context, const IntRect& damageRect); 63 virtual IntRect backButtonRect(Scrollbar*, ScrollbarPart, bool painting = false); 64 virtual IntRect forwardButtonRect(Scrollbar*, ScrollbarPart, bool painting = false); 65 virtual IntRect trackRect(Scrollbar*, bool painting = false);
|
/external/webkit/Source/WebCore/platform/qt/ |
WidgetQt.cpp | 39 #include "IntRect.h" 62 IntRect Widget::frameRect() const 67 void Widget::setFrameRect(const IntRect& rect) 104 void Widget::paint(GraphicsContext*, const IntRect&)
|
/external/webkit/Source/WebCore/platform/win/ |
WidgetWin.cpp | 36 #include "IntRect.h" 79 void Widget::paint(GraphicsContext*, const IntRect&) 91 IntRect Widget::frameRect() const 96 void Widget::setFrameRect(const IntRect& rect)
|
/external/webkit/Source/WebCore/rendering/ |
RenderBox.h | 110 IntRect frameRect() const { return m_frameRect; } 111 void setFrameRect(const IntRect& rect) { m_frameRect = rect; } 113 IntRect borderBoxRect() const { return IntRect(0, 0, width(), height()); } 114 virtual IntRect borderBoundingBox() const { return borderBoxRect(); } 117 IntRect contentBoxRect() const { return IntRect(borderLeft() + paddingLeft(), borderTop() + paddingTop(), contentWidth(), contentHeight()); } 119 IntRect absoluteContentBox() const; 124 virtual IntRect outlineBoundsForRepaint(RenderBoxModelObject* /*repaintContainer*/, IntPoint* cachedOffsetToRepaintContainer) const; 125 virtual void addFocusRingRects(Vector<IntRect>&, int tx, int ty) [all...] |
RenderListMarker.h | 57 virtual void imageChanged(WrappedImagePtr, const IntRect* = 0); 68 virtual IntRect selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipToVisibleContent = true); 76 IntRect getRelativeMarkerRect(); 77 IntRect localSelectionRect();
|
RenderSelectionInfo.h | 28 #include "IntRect.h" 65 , m_rect(o->needsLayout() ? IntRect() : o->selectionRectForRepaint(m_repaintContainer, clipToVisibleContent)) 74 IntRect rect() const { return m_rect; } 77 IntRect m_rect; // relative to repaint container
|
/external/webkit/Source/WebCore/rendering/svg/ |
RenderSVGModelObject.h | 54 virtual IntRect clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer); 55 virtual void computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect&, bool fixed = false); 56 virtual IntRect outlineBoundsForRepaint(RenderBoxModelObject* repaintContainer, IntPoint*) const; 58 virtual void absoluteRects(Vector<IntRect>&, int tx, int ty);
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
ChromeClientAndroid.h | 112 virtual IntRect windowResizerRect() const; 115 virtual void invalidateWindow(const WebCore::IntRect&, bool); 116 virtual void invalidateContentsAndWindow(const WebCore::IntRect&, bool); 117 virtual void invalidateContentsForSlowScroll(const WebCore::IntRect&, bool); 118 virtual void scroll(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect); 120 virtual IntRect windowToScreen(const IntRect&) const; 123 virtual void scrollRectIntoView(const IntRect&, const ScrollView*) const;
|