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

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DFramelessScrollView.cpp45 void FramelessScrollView::invalidateScrollbarRect(Scrollbar* scrollbar, const IntRect& rect)
48 IntRect dirtyRect = rect;
64 IntRect FramelessScrollView::scrollableAreaBoundingBox() const
69 void FramelessScrollView::invalidateRect(const IntRect& rect)
80 IntRect FramelessScrollView::windowClipRect(IncludeScrollbarsInRect scrollbarInclusion) const
82 IntRect clipRect = visibleContentRect(scrollbarInclusion);
88 void FramelessScrollView::paintContents(GraphicsContext*, const IntRect&) argument
H A DScrollbarTheme.h30 #include "platform/geometry/IntRect.h"
48 virtual bool paint(ScrollbarThemeClient*, GraphicsContext*, const IntRect& damageRect);
81 virtual void paintScrollCorner(GraphicsContext*, const IntRect& cornerRect);
83 virtual void paintTickmarks(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) { } argument
84 virtual void paintOverhangBackground(GraphicsContext*, const IntRect&, const IntRect&, const IntRect&);
85 virtual void paintOverhangShadows(GraphicsContext*, const IntSize&, const IntRect&, const IntRect&, const IntRect argument
114 paintTrackBackground(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) argument
115 paintTrackPiece(GraphicsContext*, ScrollbarThemeClient*, const IntRect&, ScrollbarPart) argument
116 paintButton(GraphicsContext*, ScrollbarThemeClient*, const IntRect&, ScrollbarPart) argument
117 paintThumb(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableCol.cpp110 void RenderTableCol::imageChanged(WrappedImagePtr, const IntRect*) argument
H A DRenderTableRow.cpp244 void RenderTableRow::imageChanged(WrappedImagePtr, const IntRect*) argument
H A DRenderTheme.h70 bool paint(RenderObject*, const PaintInfo&, const IntRect&);
71 bool paintBorderOnly(RenderObject*, const PaintInfo&, const IntRect&);
72 bool paintDecorations(RenderObject*, const PaintInfo&, const IntRect&);
104 virtual void adjustRepaintRect(const RenderObject*, IntRect&);
163 virtual bool paintCapsLockIndicator(RenderObject*, const PaintInfo&, const IntRect&) { return 0; }; argument
174 virtual IntSize meterSizeForBounds(const RenderMeter*, const IntRect&) const;
182 void paintSliderTicks(RenderObject*, const PaintInfo&, const IntRect&);
216 virtual bool paintCheckbox(RenderObject*, const PaintInfo&, const IntRect&) { return true; } argument
220 virtual bool paintRadio(RenderObject*, const PaintInfo&, const IntRect&) { return true; } argument
224 virtual bool paintButton(RenderObject*, const PaintInfo&, const IntRect argument
227 paintInnerSpinButton(RenderObject*, const PaintInfo&, const IntRect&) argument
230 paintTextField(RenderObject*, const PaintInfo&, const IntRect&) argument
232 paintTextArea(RenderObject*, const PaintInfo&, const IntRect&) argument
235 paintMenuList(RenderObject*, const PaintInfo&, const IntRect&) argument
238 paintMenuListButton(RenderObject*, const PaintInfo&, const IntRect&) argument
242 paintProgressBar(RenderObject*, const PaintInfo&, const IntRect&) argument
244 paintSliderTrack(RenderObject*, const PaintInfo&, const IntRect&) argument
247 paintSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) argument
250 paintSearchField(RenderObject*, const PaintInfo&, const IntRect&) argument
253 paintSearchFieldCancelButton(RenderObject*, const PaintInfo&, const IntRect&) argument
256 paintSearchFieldDecoration(RenderObject*, const PaintInfo&, const IntRect&) argument
259 paintSearchFieldResultsDecoration(RenderObject*, const PaintInfo&, const IntRect&) argument
261 paintMediaFullscreenButton(RenderObject*, const PaintInfo&, const IntRect&) argument
262 paintMediaPlayButton(RenderObject*, const PaintInfo&, const IntRect&) argument
263 paintMediaOverlayPlayButton(RenderObject*, const PaintInfo&, const IntRect&) argument
264 paintMediaMuteButton(RenderObject*, const PaintInfo&, const IntRect&) argument
265 paintMediaSliderTrack(RenderObject*, const PaintInfo&, const IntRect&) argument
266 paintMediaSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) argument
267 paintMediaVolumeSliderContainer(RenderObject*, const PaintInfo&, const IntRect&) argument
268 paintMediaVolumeSliderTrack(RenderObject*, const PaintInfo&, const IntRect&) argument
269 paintMediaVolumeSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) argument
270 paintMediaToggleClosedCaptionsButton(RenderObject*, const PaintInfo&, const IntRect&) argument
271 paintMediaControlsBackground(RenderObject*, const PaintInfo&, const IntRect&) argument
272 paintMediaCurrentTime(RenderObject*, const PaintInfo&, const IntRect&) argument
273 paintMediaTimeRemaining(RenderObject*, const PaintInfo&, const IntRect&) argument
274 paintMediaFullScreenVolumeSliderTrack(RenderObject*, const PaintInfo&, const IntRect&) argument
275 paintMediaFullScreenVolumeSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) argument
[all...]
H A DRenderTheme.cpp230 bool RenderTheme::paint(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
341 bool RenderTheme::paintBorderOnly(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
379 bool RenderTheme::paintDecorations(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
603 void RenderTheme::adjustRepaintRect(const RenderObject* o, IntRect& r)
812 IntSize RenderTheme::meterSizeForBounds(const RenderMeter*, const IntRect& bounds) const
822 bool RenderTheme::paintMeter(RenderObject*, const PaintInfo&, const IntRect&) argument
827 void RenderTheme::paintSliderTicks(RenderObject* o, const PaintInfo& paintInfo, const IntRect& rect)
864 IntRect trackBounds;
869 IntRect sliderBounds = o->absoluteBoundingBoxRectIgnoringTransforms();
1116 bool RenderTheme::paintUsingFallbackTheme(RenderObject* o, const PaintInfo& i, const IntRect
[all...]
H A DRenderInline.cpp623 AbsoluteRectsGeneratorContext(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset)
629 IntRect intRect = enclosingIntRect(rect);
634 Vector<IntRect>& m_rects;
640 void RenderInline::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const
852 IntRect RenderInline::linesBoundingBox() const
862 IntRect result;
1355 void RenderInline::imageChanged(WrappedImagePtr, const IntRect*) argument
1364 void RenderInline::addFocusRingRects(Vector<IntRect>& rects, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer)
1469 IntRect pixelSnappedBox = pixelSnappedIntRect(box);
1472 IntRect pixelSnappedLastLin
[all...]
H A DRenderListMarker.cpp1144 IntRect marker = getRelativeMarkerRect();
1346 void RenderListMarker::imageChanged(WrappedImagePtr o, const IntRect*) argument
1703 IntRect RenderListMarker::getRelativeMarkerRect()
1706 return IntRect(0, 0, m_image->imageSize(this, style()->effectiveZoom()).width(), m_image->imageSize(this, style()->effectiveZoom()).height());
1708 IntRect relativeRect;
1714 relativeRect = IntRect(0, 0, font.width(m_text), font.fontMetrics().height());
1724 relativeRect = IntRect(1, 3 * (ascent - ascent * 2 / 3) / 2, bulletWidth, bulletWidth);
1728 return IntRect();
1805 return IntRect();
1810 relativeRect = IntRect(
[all...]
H A DRenderTableSection.cpp1482 void RenderTableSection::imageChanged(WrappedImagePtr, const IntRect*) argument
H A DRenderBox.cpp527 void RenderBox::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const
574 IntRect RenderBox::absoluteContentBox() const
577 IntRect rect = pixelSnappedIntRect(contentBoxRect());
589 void RenderBox::addFocusRingRects(Vector<IntRect>& rects, const LayoutPoint& additionalOffset, const RenderLayerModelObject*)
762 IntRect box(absoluteBoundingBoxRect());
764 IntRect windowBox = view()->frameView()->contentsToWindow(box);
1136 // Because RoundedRect uses IntRect internally the inset applied by the
1191 IntRect snappedPaintRect(pixelSnappedIntRect(paintRect));
1488 void RenderBox::imageChanged(WrappedImagePtr image, const IntRect*) argument
4140 Vector<IntRect> focusRingRect
[all...]
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebRect.h37 #include "platform/geometry/IntRect.h"
71 WebRect(const WebCore::IntRect& r)
79 WebRect& operator=(const WebCore::IntRect& r)
88 operator WebCore::IntRect() const
90 return WebCore::IntRect(x, y, width, height);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSCrossfadeValue.cpp190 void CSSCrossfadeValue::crossfadeChanged(const IntRect&) argument
199 void CSSCrossfadeValue::CrossfadeSubimageObserverProxy::imageChanged(ImageResource*, const IntRect* rect)
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGImage.cpp159 paintOutline(childPaintInfo, IntRect(boundingBox));
211 void RenderSVGImage::imageChanged(WrappedImagePtr, const IntRect*) argument
231 void RenderSVGImage::addFocusRingRects(Vector<IntRect>& rects, const LayoutPoint&, const RenderLayerModelObject*)
234 IntRect contentRect = enclosingIntRect(paintInvalidationRectInLocalCoordinates());
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DIntRect.cpp27 #include "platform/geometry/IntRect.h"
37 IntRect::IntRect(const FloatRect& r) function in class:WebCore::IntRect
43 IntRect::IntRect(const LayoutRect& r) function in class:WebCore::IntRect
49 bool IntRect::intersects(const IntRect& other) const
57 bool IntRect::contains(const IntRect& other) const
63 void IntRect
[all...]
H A DIntRect.h50 class PLATFORM_EXPORT IntRect { class in namespace:WebCore
53 IntRect() { } function in class:WebCore::IntRect
54 IntRect(const IntPoint& location, const IntSize& size) function in class:WebCore::IntRect
56 IntRect(int x, int y, int width, int height) function in class:WebCore::IntRect
59 explicit IntRect(const FloatRect&); // don't do this implicitly since it's lossy
60 explicit IntRect(const LayoutRect&); // don't do this implicitly since it's lossy
123 bool intersects(const IntRect&) const;
124 bool contains(const IntRect&) const;
132 void intersect(const IntRect&);
133 void unite(const IntRect
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DBitmapImageTest.cpp57 virtual void changedInRect(const Image*, const IntRect&) { } argument
/external/chromium_org/third_party/WebKit/Source/platform/
H A DWidget.h33 #include "platform/geometry/IntRect.h"
63 virtual void setFrameRect(const IntRect& frame) { m_frame = frame; }
64 const IntRect& frameRect() const { return m_frame; }
65 IntRect boundsRect() const { return IntRect(0, 0, width(), height()); }
67 void resize(int w, int h) { setFrameRect(IntRect(x(), y(), w, h)); }
68 void resize(const IntSize& s) { setFrameRect(IntRect(location(), s)); }
69 void move(int x, int y) { setFrameRect(IntRect(x, y, width(), height())); }
70 void move(const IntPoint& p) { setFrameRect(IntRect(p, size())); }
72 virtual void paint(GraphicsContext*, const IntRect argument
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebScrollbarThemeClientImpl.cpp91 void WebScrollbarThemeClientImpl::setFrameRect(const IntRect&) argument
97 IntRect WebScrollbarThemeClientImpl::frameRect() const
99 return IntRect(location(), size());
108 void WebScrollbarThemeClientImpl::invalidateRect(const IntRect&) argument
119 void WebScrollbarThemeClientImpl::getTickmarks(Vector<IntRect>& tickmarks) const
/external/chromium_org/third_party/WebKit/Source/web/
H A DScrollbarGroup.cpp39 ScrollbarGroup::ScrollbarGroup(FrameView* frameView, const IntRect& frameRect)
111 void ScrollbarGroup::invalidateScrollbarRect(Scrollbar* scrollbar, const IntRect& rect)
119 void ScrollbarGroup::invalidateScrollCornerRect(const IntRect&) argument
128 void ScrollbarGroup::setFrameRect(const IntRect& frameRect)
133 IntRect ScrollbarGroup::scrollableAreaBoundingBox() const
143 void ScrollbarGroup::getTickmarks(Vector<IntRect>& tickmarks) const
H A DWebPagePopupImpl.cpp82 m_popup->m_windowRectInScreen = IntRect(rect);
93 virtual void invalidateContentsAndRootView(const IntRect& paintRect) OVERRIDE
100 virtual void scroll(const IntSize& scrollDelta, const IntRect& scrollRect, const IntRect& clipRect) OVERRIDE
105 virtual void invalidateContentsForSlowScroll(const IntRect& updateRect) OVERRIDE
188 bool WebPagePopupImpl::initialize(WebViewImpl* webView, PagePopupClient* popupClient, const IntRect&) argument
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DPinchViewport.cpp308 scrollbarGraphicsLayer->setContentsRect(IntRect(0, 0, width, height));
356 IntRect PinchViewport::scrollableAreaBoundingBox() const
365 return IntRect();
381 void PinchViewport::invalidateScrollbarRect(Scrollbar*, const IntRect&) argument
416 void PinchViewport::paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip)

Completed in 621 milliseconds