/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
ImageBuffer.h | 53 class IntRect; 103 PassRefPtr<Uint8ClampedArray> getImageData(Multiply, const IntRect&) const; 105 void putByteArray(Multiply, Uint8ClampedArray*, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint);
|
GraphicsContext.h | 252 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& rect) { clipRect(rect, NotAntiAliased, SkRegion::kDifference_Op); [all...] |
/external/chromium_org/third_party/WebKit/Source/web/ |
ValidationMessageClientImpl.cpp | 76 IntRect anchorInRootView = currentView()->contentsToRootView(anchor.pixelSnappedBoundingBox()); 125 IntRect newAnchorRect = currentView()->contentsToRootView(m_currentAnchor->pixelSnappedBoundingBox()); 132 IntRect newAnchorRectInScreen = currentView()->hostWindow()->rootViewToScreen(newAnchorRect);
|
ExternalPopupMenu.h | 43 class IntRect;
|
ValidationMessageClientImpl.h | 31 #include "platform/geometry/IntRect.h" 62 IntRect m_lastAnchorRectInScreen;
|
ScrollbarGroup.cpp | 37 ScrollbarGroup::ScrollbarGroup(FrameView* frameView, const IntRect& frameRect) 109 void ScrollbarGroup::invalidateScrollbarRect(Scrollbar* scrollbar, const IntRect& rect) 117 void ScrollbarGroup::invalidateScrollCornerRect(const IntRect&) 126 void ScrollbarGroup::setFrameRect(const IntRect& frameRect) 131 IntRect ScrollbarGroup::scrollableAreaBoundingBox() const 141 void ScrollbarGroup::getTickmarks(Vector<IntRect>& tickmarks) const
|
WebPopupMenuImpl.cpp | 41 #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();
|
WebPagePopupImpl.cpp | 85 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&)
|
/external/chromium_org/third_party/WebKit/Source/platform/mac/ |
ThemeMac.mm | 199 IntRect ThemeMac::inflateRect(const IntRect& zoomedRect, const IntSize& zoomedSize, const int* margins, float zoomFactor) 205 IntRect result(zoomedRect); 218 IntRect ThemeMac::inflateRectForAA(const IntRect& rect) { 220 return IntRect(rect.x() - margin, rect.y() - margin, rect.width() + 2 * margin, rect.height() + 2 * margin); 224 IntRect ThemeMac::inflateRectForFocusRing(const IntRect& rect) { 230 IntRect result; 270 static NSButtonCell *checkbox(ControlStates states, const IntRect& zoomedRect, float zoomFactor [all...] |
LocalCurrentGraphicsContext.mm | 30 LocalCurrentGraphicsContext::LocalCurrentGraphicsContext(GraphicsContext* graphicsContext, IntRect dirtyRect)
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
PagePopupClient.h | 35 #include "platform/geometry/IntRect.h" 82 static void addProperty(const char* name, const IntRect&, SharedBuffer*);
|
/external/chromium_org/third_party/WebKit/Source/core/paint/ |
BackgroundImageGeometry.cpp | 29 void BackgroundImageGeometry::clip(const IntRect& clipRect)
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderView.h | 103 IntRect selectionBounds() const; 107 virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const OVERRIDE; 135 IntRect unscaledDocumentRect() const; 138 IntRect documentRect() const;
|
RenderImage.h | 83 virtual void imageChanged(WrappedImagePtr, const IntRect* = 0) OVERRIDE; 108 void paintInvalidationOrMarkForLayout(bool imageSizeChanged, const IntRect* = 0);
|
RenderInline.h | 60 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;
|
RenderThemeChromiumDefault.cpp | 245 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& rect [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/ |
CompositingLayerAssigner.h | 31 #include "platform/geometry/IntRect.h" 75 IntRect boundingRect;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
RenderSVGInlineText.h | 59 virtual IntRect linesBoundingBox() const OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/ |
SVGImageChromeClient.cpp | 58 void SVGImageChromeClient::invalidateContentsAndRootView(const IntRect& r)
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
FilterEffect.cpp | 142 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& rect [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ |
ImageFrame.h | 31 #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/platform/scroll/ |
Scrollbar.cpp | 81 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 Scrollbar::convertFromContainingView(const IntRect& parentRect) cons [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/ |
RasterShape.h | 50 const IntRect& bounds() const { return m_bounds; } 75 IntRect m_bounds;
|
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
FloatRect.cpp | 31 #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()));
|
/external/chromium_org/third_party/WebKit/Source/core/imagebitmap/ |
ImageBitmapFactories.cpp | 112 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());
|