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

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebRect.h37 #include "platform/geometry/IntRect.h"
71 WebRect(const IntRect& r)
79 WebRect& operator=(const IntRect& r)
88 operator IntRect() const
90 return 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/
H A DRenderTableCol.cpp116 void RenderTableCol::imageChanged(WrappedImagePtr, const IntRect*) argument
H A DRenderTableRow.cpp228 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&);
98 virtual void adjustPaintInvalidationRect(const RenderObject*, IntRect&);
157 virtual bool paintCapsLockIndicator(RenderObject*, const PaintInfo&, const IntRect&) { return 0; }; argument
168 virtual IntSize meterSizeForBounds(const RenderMeter*, const IntRect&) const;
176 void paintSliderTicks(RenderObject*, const PaintInfo&, const IntRect&);
214 virtual bool paintCheckbox(RenderObject*, const PaintInfo&, const IntRect&) { return true; } argument
218 virtual bool paintRadio(RenderObject*, const PaintInfo&, const IntRect&) { return true; } argument
222 virtual bool paintButton(RenderObject*, const PaintInfo&, const IntRect argument
225 paintInnerSpinButton(RenderObject*, const PaintInfo&, const IntRect&) argument
228 paintTextField(RenderObject*, const PaintInfo&, const IntRect&) argument
230 paintTextArea(RenderObject*, const PaintInfo&, const IntRect&) argument
233 paintMenuList(RenderObject*, const PaintInfo&, const IntRect&) argument
236 paintMenuListButton(RenderObject*, const PaintInfo&, const IntRect&) argument
240 paintProgressBar(RenderObject*, const PaintInfo&, const IntRect&) argument
242 paintSliderTrack(RenderObject*, const PaintInfo&, const IntRect&) argument
245 paintSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) argument
248 paintSearchField(RenderObject*, const PaintInfo&, const IntRect&) argument
251 paintSearchFieldCancelButton(RenderObject*, const PaintInfo&, const IntRect&) argument
254 paintSearchFieldDecoration(RenderObject*, const PaintInfo&, const IntRect&) argument
257 paintSearchFieldResultsDecoration(RenderObject*, const PaintInfo&, const IntRect&) argument
259 paintMediaFullscreenButton(RenderObject*, const PaintInfo&, const IntRect&) argument
260 paintMediaPlayButton(RenderObject*, const PaintInfo&, const IntRect&) argument
261 paintMediaOverlayPlayButton(RenderObject*, const PaintInfo&, const IntRect&) argument
262 paintMediaMuteButton(RenderObject*, const PaintInfo&, const IntRect&) argument
263 paintMediaSliderTrack(RenderObject*, const PaintInfo&, const IntRect&) argument
264 paintMediaSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) argument
265 paintMediaVolumeSliderContainer(RenderObject*, const PaintInfo&, const IntRect&) argument
266 paintMediaVolumeSliderTrack(RenderObject*, const PaintInfo&, const IntRect&) argument
267 paintMediaVolumeSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) argument
268 paintMediaToggleClosedCaptionsButton(RenderObject*, const PaintInfo&, const IntRect&) argument
269 paintMediaCastButton(RenderObject*, const PaintInfo&, const IntRect&) argument
270 paintMediaControlsBackground(RenderObject*, const PaintInfo&, const IntRect&) argument
271 paintMediaCurrentTime(RenderObject*, const PaintInfo&, const IntRect&) argument
272 paintMediaTimeRemaining(RenderObject*, const PaintInfo&, const IntRect&) argument
273 paintMediaFullScreenVolumeSliderTrack(RenderObject*, const PaintInfo&, const IntRect&) argument
274 paintMediaFullScreenVolumeSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) argument
[all...]
H A DRenderTheme.cpp231 bool RenderTheme::paint(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
337 bool RenderTheme::paintBorderOnly(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
375 bool RenderTheme::paintDecorations(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
593 void RenderTheme::adjustPaintInvalidationRect(const RenderObject* o, IntRect& r)
801 IntSize RenderTheme::meterSizeForBounds(const RenderMeter*, const IntRect& bounds) const
811 bool RenderTheme::paintMeter(RenderObject*, const PaintInfo&, const IntRect&) argument
816 void RenderTheme::paintSliderTicks(RenderObject* o, const PaintInfo& paintInfo, const IntRect& rect)
853 IntRect trackBounds;
858 IntRect sliderBounds = o->absoluteBoundingBoxRectIgnoringTransforms();
1103 bool RenderTheme::paintUsingFallbackTheme(RenderObject* o, const PaintInfo& i, const IntRect
[all...]
H A DRenderInline.cpp641 AbsoluteRectsGeneratorContext(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset)
647 IntRect intRect = enclosingIntRect(rect);
652 Vector<IntRect>& m_rects;
658 void RenderInline::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const
876 IntRect RenderInline::linesBoundingBox() const
886 IntRect result;
1345 void RenderInline::imageChanged(WrappedImagePtr, const IntRect*) argument
H A DRenderListMarker.cpp1160 void RenderListMarker::imageChanged(WrappedImagePtr o, const IntRect*) argument
1496 IntRect RenderListMarker::getRelativeMarkerRect()
1499 return IntRect(0, 0, m_image->imageSize(this, style()->effectiveZoom()).width(), m_image->imageSize(this, style()->effectiveZoom()).height());
1501 IntRect relativeRect;
1507 relativeRect = IntRect(0, 0, font.width(m_text), font.fontMetrics().height());
1517 relativeRect = IntRect(1, 3 * (ascent - ascent * 2 / 3) / 2, bulletWidth, bulletWidth);
1521 return IntRect();
1598 return IntRect();
1603 relativeRect = IntRect(0, 0, itemWidth + suffixSpaceWidth, font.fontMetrics().height());
H A DRenderTableSection.cpp1376 void RenderTableSection::imageChanged(WrappedImagePtr, const IntRect*) argument
H A DRenderBox.cpp506 void RenderBox::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const
553 IntRect RenderBox::absoluteContentBox() const
556 IntRect rect = pixelSnappedIntRect(contentBoxRect());
741 IntRect box(absoluteBoundingBoxRect());
743 IntRect windowBox = view()->frameView()->contentsToWindow(box);
1254 void RenderBox::imageChanged(WrappedImagePtr image, const IntRect*) argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGImage.cpp181 void RenderSVGImage::imageChanged(WrappedImagePtr, const IntRect*) argument
/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:blink::IntRect
43 IntRect::IntRect(const LayoutRect& r) function in class:blink::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:blink
53 IntRect() { } function in class:blink::IntRect
54 IntRect(const IntPoint& location, const IntSize& size) function in class:blink::IntRect
56 IntRect(int x, int y, int width, int height) function in class:blink::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/scroll/
H A DScrollbarTheme.h30 #include "platform/geometry/IntRect.h"
47 virtual bool paint(ScrollbarThemeClient*, GraphicsContext*, const IntRect& damageRect);
80 virtual void paintScrollCorner(GraphicsContext*, const IntRect& cornerRect);
82 virtual void paintTickmarks(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) { } argument
83 virtual void paintOverhangBackground(GraphicsContext*, const IntRect&, const IntRect&, const IntRect&);
84 virtual void paintOverhangShadows(GraphicsContext*, const IntSize&, const IntRect&, const IntRect&, const IntRect argument
113 paintTrackBackground(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) argument
114 paintTrackPiece(GraphicsContext*, ScrollbarThemeClient*, const IntRect&, ScrollbarPart) argument
115 paintButton(GraphicsContext*, ScrollbarThemeClient*, const IntRect&, ScrollbarPart) argument
116 paintThumb(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) argument
[all...]
/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.cpp89 void WebScrollbarThemeClientImpl::setFrameRect(const IntRect&) argument
95 IntRect WebScrollbarThemeClientImpl::frameRect() const
97 return IntRect(location(), size());
106 void WebScrollbarThemeClientImpl::invalidateRect(const IntRect&) argument
117 void WebScrollbarThemeClientImpl::getTickmarks(Vector<IntRect>& tickmarks) const
/external/chromium_org/third_party/WebKit/Source/web/
H A DScrollbarGroup.cpp37 ScrollbarGroup::ScrollbarGroup(FrameView* frameView, const IntRect& frameRect)
109 void ScrollbarGroup::invalidateScrollbarRect(Scrollbar* scrollbar, const IntRect& rect)
117 void ScrollbarGroup::invalidateScrollCornerRect(const IntRect&) argument
126 void ScrollbarGroup::setFrameRect(const IntRect& frameRect)
131 IntRect ScrollbarGroup::scrollableAreaBoundingBox() const
141 void ScrollbarGroup::getTickmarks(Vector<IntRect>& tickmarks) const
H A DWebPagePopupImpl.cpp85 m_popup->m_windowRectInScreen = IntRect(rect);
89 virtual IntRect rootViewToScreen(const IntRect& rect) const OVERRIDE
91 IntRect rectInScreen(rect);
103 virtual void invalidateContentsAndRootView(const IntRect& paintRect) OVERRIDE
110 virtual void invalidateContentsForSlowScroll(const IntRect& updateRect) OVERRIDE
204 bool WebPagePopupImpl::initialize(WebViewImpl* webView, PagePopupClient* popupClient, const IntRect&) argument
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DPinchViewport.cpp306 scrollbarGraphicsLayer->setContentsRect(IntRect(0, 0, width, height));
354 IntRect PinchViewport::scrollableAreaBoundingBox() const
363 return IntRect();
379 void PinchViewport::invalidateScrollbarRect(Scrollbar*, const IntRect&) argument
414 void PinchViewport::paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip)

Completed in 359 milliseconds