Searched refs:IntRect (Results 126 - 150 of 369) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFilterEffect.cpp142 IntRect FilterEffect::requestedRegionOfInputImageData(const IntRect& effectRect) const
147 return IntRect(location, m_absolutePaintRect.size());
150 IntRect FilterEffect::drawingRegionOfInputImage(const IntRect& srcRect) const
152 return IntRect(IntPoint(srcRect.x() - m_absolutePaintRect.x(),
164 IntRect intPaintRect(enclosingIntRect(paintRect));
267 m_absolutePaintRect = IntRect();
297 IntRect destinationRect(IntPoint(), m_absolutePaintRect.size());
305 PassRefPtr<Uint8ClampedArray> FilterEffect::asUnmultipliedImage(const IntRect
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
H A DImageFrame.h31 #include "platform/geometry/IntRect.h"
82 void zeroFillFrameRect(const IntRect&);
115 const IntRect& originalFrameRect() const { return m_originalFrameRect; }
135 void setOriginalFrameRect(const IntRect& r) { m_originalFrameRect = r; }
223 IntRect m_originalFrameRect;
/external/chromium_org/third_party/WebKit/Source/web/
H A DValidationMessageClientImpl.h31 #include "platform/geometry/IntRect.h"
62 IntRect m_lastAnchorRectInScreen;
H A DWebPopupMenuImpl.h115 virtual void invalidateContentsAndRootView(const IntRect&) OVERRIDE FINAL;
116 virtual void invalidateContentsForSlowScroll(const IntRect&) OVERRIDE FINAL;
118 virtual IntRect rootViewToScreen(const IntRect&) const OVERRIDE FINAL;
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 DWebPopupMenuImpl.cpp41 #include "platform/geometry/IntRect.h"
187 IntRect newGeometry(0, 0, m_size.width, m_size.height);
368 void WebPopupMenuImpl::invalidateContentsAndRootView(const IntRect& paintRect)
378 void WebPopupMenuImpl::invalidateContentsForSlowScroll(const IntRect& updateRect)
387 IntRect WebPopupMenuImpl::rootViewToScreen(const IntRect& rect) const
390 return IntRect();
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
H A DWebPluginContainerImpl.cpp101 void WebPluginContainerImpl::setFrameRect(const IntRect& frameRect)
107 void WebPluginContainerImpl::paint(GraphicsContext* gc, const IntRect& damageRect)
128 IntRect windowRect = view->contentsToWindow(damageRect);
134 void WebPluginContainerImpl::invalidateRect(const IntRect& rect)
141 IntRect dirtyRect = rect;
387 invalidateRect(static_cast<IntRect>(rect));
400 IntRect windowRect, clipRect;
401 Vector<IntRect> cutOutRects;
505 IntRect documentRect(x() + rect.x, y() + rect.y, rect.width, rect.height);
664 bool WebPluginContainerImpl::paintCustomOverhangArea(GraphicsContext* context, const IntRect
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbar.cpp81 Widget::setFrameRect(IntRect(0, 0, thickness, thickness));
109 void Scrollbar::getTickmarks(Vector<IntRect>& tickmarks) const
177 void Scrollbar::paint(GraphicsContext* context, const IntRect& damageRect)
474 void Scrollbar::setFrameRect(const IntRect& rect)
478 IntRect adjustedRect(rect);
482 IntRect resizerRect = view->convertFromContainingWindow(view->windowResizerRect());
542 void Scrollbar::invalidateRect(const IntRect& rect)
551 IntRect Scrollbar::convertToContainingView(const IntRect& localRect) const
559 IntRect Scrollba
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSCrossfadeValue.h87 virtual void imageChanged(ImageResource*, const IntRect* = 0) OVERRIDE;
94 void crossfadeChanged(const IntRect&);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderListMarker.h50 IntRect getRelativeMarkerRect();
70 virtual void imageChanged(WrappedImagePtr, const IntRect* = 0) OVERRIDE;
H A DRenderInline.h60 virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const OVERRIDE FINAL;
65 IntRect linesBoundingBox() const;
156 virtual IntRect borderBoundingBox() const OVERRIDE FINAL
158 IntRect boundingBox = linesBoundingBox();
159 return IntRect(0, 0, boundingBox.width(), boundingBox.height());
173 virtual void imageChanged(WrappedImagePtr, const IntRect* = 0) OVERRIDE FINAL;
H A DRenderThemeChromiumDefault.cpp245 bool RenderThemeChromiumDefault::paintCheckbox(RenderObject* o, const PaintInfo& i, const IntRect& rect)
254 IntRect unzoomedRect = rect;
281 bool RenderThemeChromiumDefault::paintRadio(RenderObject* o, const PaintInfo& i, const IntRect& rect)
304 bool RenderThemeChromiumDefault::paintButton(RenderObject* o, const PaintInfo& i, const IntRect& rect)
317 bool RenderThemeChromiumDefault::paintTextField(RenderObject* o, const PaintInfo& i, const IntRect& rect)
339 bool RenderThemeChromiumDefault::paintMenuList(RenderObject* o, const PaintInfo& i, const IntRect& rect)
384 bool RenderThemeChromiumDefault::paintMenuListButton(RenderObject* o, const PaintInfo& i, const IntRect& rect)
418 bool RenderThemeChromiumDefault::paintSliderTrack(RenderObject* o, const PaintInfo& i, const IntRect& rect)
429 IntRect unzoomedRect = rect;
444 bool RenderThemeChromiumDefault::paintSliderThumb(RenderObject* o, const PaintInfo& i, const IntRect
[all...]
H A DRenderThemeChromiumMac.mm522 void RenderThemeChromiumMac::adjustPaintInvalidationRect(const RenderObject* o, IntRect& r)
553 FloatRect RenderThemeChromiumMac::convertToPaintingRect(const RenderObject* inputRenderer, const RenderObject* partRenderer, const FloatRect& inputRect, const IntRect& r) const
715 bool RenderThemeChromiumMac::paintTextField(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
747 bool RenderThemeChromiumMac::paintCapsLockIndicator(RenderObject*, const PaintInfo& paintInfo, const IntRect& r)
808 bool RenderThemeChromiumMac::paintTextArea(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
843 bool RenderThemeChromiumMac::paintMenuList(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
855 IntRect inflatedRect = r;
885 IntSize RenderThemeChromiumMac::meterSizeForBounds(const RenderMeter* renderMeter, const IntRect& bounds) const
892 NSSize cellSize = [cell cellSizeForBounds:IntRect(IntPoint(), bounds.size())];
897 bool RenderThemeChromiumMac::paintMeter(RenderObject* renderObject, const PaintInfo& paintInfo, const IntRect
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DRasterShape.h50 const IntRect& bounds() const { return m_bounds; }
75 IntRect m_bounds;
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGModelObject.h57 virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const OVERRIDE FINAL;
80 virtual IntRect absoluteFocusRingBoundingBoxRect() const OVERRIDE FINAL;
/external/chromium_org/third_party/WebKit/Source/platform/mac/
H A DLocalCurrentGraphicsContext.mm30 LocalCurrentGraphicsContext::LocalCurrentGraphicsContext(GraphicsContext* graphicsContext, IntRect dirtyRect)
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.h252 void drawRect(const IntRect&);
265 void fillRoundedRect(const IntRect&, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color&);
273 void fillBetweenRoundedRects(const IntRect&, const IntSize& outerTopLeft, const IntSize& outerTopRight, const IntSize& outerBottomLeft, const IntSize& outerBottomRight,
274 const IntRect&, const IntSize& innerTopLeft, const IntSize& innerTopRight, const IntSize& innerBottomLeft, const IntSize& innerBottomRight, const Color&);
280 void drawImage(Image*, const IntRect&, CompositeOperator = CompositeSourceOver, RespectImageOrientationEnum = DoNotRespectImageOrientation);
285 void drawTiledImage(Image*, const IntRect& destRect, const IntPoint& srcPoint, const IntSize& tileSize,
287 void drawTiledImage(Image*, const IntRect& destRect, const IntRect& srcRect,
313 void clip(const IntRect& rect) { clipRect(rect); }
316 void clipOut(const IntRect
[all...]
H A DGraphicsLayer.h34 #include "platform/geometry/IntRect.h"
191 void setContentsRect(const IntRect&);
202 void setContentsToNinePatch(Image*, const IntRect& aperture);
236 virtual void paint(GraphicsContext&, const IntRect& clip) OVERRIDE;
257 void paintGraphicsLayerContents(GraphicsContext&, const IntRect& clip);
323 IntRect m_contentsRect;
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatRect.cpp31 #include "platform/geometry/IntRect.h"
41 FloatRect::FloatRect(const IntRect& r) : m_location(r.location()), m_size(r.size())
228 IntRect enclosingIntRect(const FloatRect& rect)
233 return IntRect(location, maxPoint - location);
236 IntRect enclosedIntRect(const FloatRect& rect)
243 return IntRect(location, size);
246 IntRect roundedIntRect(const FloatRect& rect)
248 return IntRect(roundedIntPoint(rect.location()), roundedIntSize(rect.size()));
H A DFloatRect.h45 class IntRect;
59 FloatRect(const IntRect&);
136 // Note, this doesn't match what IntRect::contains(IntPoint&) does; the int version
228 PLATFORM_EXPORT IntRect enclosingIntRect(const FloatRect&);
230 // Returns a valid IntRect contained within the given FloatRect.
231 PLATFORM_EXPORT IntRect enclosedIntRect(const FloatRect&);
233 PLATFORM_EXPORT IntRect roundedIntRect(const FloatRect&);
/external/chromium_org/third_party/WebKit/Source/core/imagebitmap/
H A DImageBitmapFactories.cpp112 return fulfillImageBitmap(scriptState, ImageBitmap::create(image, IntRect(sx, sy, sw, sh)));
148 return fulfillImageBitmap(scriptState, ImageBitmap::create(video, IntRect(sx, sy, sw, sh)));
181 return fulfillImageBitmap(scriptState, canvas->buffer() ? ImageBitmap::create(canvas, IntRect(sx, sy, sw, sh)) : nullptr);
186 ImageBitmapLoader* loader = ImageBitmapFactories::ImageBitmapLoader::create(from(eventTarget), IntRect(), scriptState);
199 ImageBitmapLoader* loader = ImageBitmapFactories::ImageBitmapLoader::create(from(eventTarget), IntRect(sx, sy, sw, sh), scriptState);
218 return fulfillImageBitmap(scriptState, ImageBitmap::create(data, IntRect(sx, sy, sw, sh)));
233 return fulfillImageBitmap(scriptState, ImageBitmap::create(bitmap, IntRect(sx, sy, sw, sh)));
272 ImageBitmapFactories::ImageBitmapLoader::ImageBitmapLoader(ImageBitmapFactories& factory, const IntRect& cropRect, ScriptState* scriptState)
321 m_cropRect = IntRect(IntPoint(), image->size());
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DEmptyClients.h128 virtual IntRect windowResizerRect() const OVERRIDE { return IntRect(); }
130 virtual void invalidateContentsAndRootView(const IntRect&) OVERRIDE { }
131 virtual void invalidateContentsForSlowScroll(const IntRect&) OVERRIDE { }
134 virtual IntRect rootViewToScreen(const IntRect& r) const OVERRIDE { return r; }
162 virtual bool paintCustomOverhangArea(GraphicsContext*, const IntRect&, const IntRect&, const IntRect&) OVERRIDE { return false; }
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DRenderedPosition.cpp227 IntRect RenderedPosition::absoluteRect(LayoutUnit* extraWidthToEndOfLine) const
230 return IntRect();
232 IntRect localRect = pixelSnappedIntRect(m_renderer->localCaretRect(m_inlineBox, m_offset, extraWidthToEndOfLine));
233 return localRect == IntRect() ? IntRect() : m_renderer->localToAbsoluteQuad(FloatRect(localRect)).enclosingBoundingBox();
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp146 view->Widget::setFrameRect(IntRect(view->location(), initialSize));
300 void FrameView::invalidateRect(const IntRect& rect)
315 IntRect paintInvalidationRect = rect;
321 void FrameView::setFrameRect(const IntRect& newRect)
323 IntRect oldRect = frameRect();
458 const IntRect rect = renderView->documentRect();
577 IntRect documentRect = renderView->documentRect();
1291 IntRect updateRect = pixelSnappedIntRect(paintInvalidationRectIncludingNonCompositingDescendants(layer));
1297 IntRect previousRect = updateRect;
1313 Vector<IntRect> subRectsToUpdat
[all...]

Completed in 2624 milliseconds

1234567891011>>