Home
last modified time | relevance | path

Searched refs:enclosingIntRect (Results 1 – 25 of 63) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderSelectionInfo.h71 m_object->repaintUsingContainer(m_repaintContainer, enclosingIntRect(m_rect)); in repaint()
92 m_object->repaintUsingContainer(m_repaintContainer, enclosingIntRect(m_rects)); in repaint()
DHitTestLocation.cpp69 m_boundingBox = enclosingIntRect(quad.boundingBox()); in HitTestLocation()
129 m_boundingBox = enclosingIntRect(m_transformedRect.boundingBox()); in move()
DRenderGeometryMap.cpp178 …ASSERT(enclosingIntRect(rendererMappedResult) == enclosingIntRect(FloatQuad(result).boundingBox())… in mapToContainer()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGContainer.cpp152 IntRect paintRectInParent = enclosingIntRect(localToParentTransform().mapRect(repaintRect)); in paint()
160 …IntRect paintRectInParent = enclosingIntRect(localToParentTransform().mapRect(repaintRectInLocalCo… in addFocusRingRects()
DRenderSVGImage.cpp84 … m_imageResource->setContainerSizeForRenderer(enclosingIntRect(m_objectBoundingBox).size()); in updateImageViewport()
227 IntRect contentRect = enclosingIntRect(repaintRectInLocalCoordinates()); in addFocusRingRects()
DSVGRenderingContext.h88 return enclosingIntRect(absoluteTransform.mapRect(targetRect)); in calculateImageBufferRect()
DSVGRenderTreeAsText.cpp310 ts << " " << enclosingIntRect(const_cast<RenderObject&>(object).absoluteClippedOverflowRect()); in writePositionAndStyle()
368 …ts << " " << enclosingIntRect(FloatRect(text.location(), FloatSize(box->logicalWidth(), box->logic… in writeRenderSVGTextBox()
586 …ts << " " << enclosingIntRect(FloatRect(text.firstRunOrigin(), text.floatLinesBoundingBox().size()… in writeSVGInlineText()
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
DSVGFEImage.cpp80 setAbsolutePaintRect(enclosingIntRect(paintRect)); in determineAbsolutePaintRect()
148 imageSize = enclosingIntRect(renderer->repaintRectInLocalCoordinates()).size(); in externalRepresentation()
/external/chromium_org/third_party/WebKit/Source/platform/geometry/cg/
DIntRectCG.cpp38 IntRect enclosingIntRect(const CGRect& rect) in enclosingIntRect() function
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DFETile.h37 …virtual void determineAbsolutePaintRect() { setAbsolutePaintRect(enclosingIntRect(maxEffectRect())… in determineAbsolutePaintRect()
DFEFlood.h49 …virtual void determineAbsolutePaintRect() { setAbsolutePaintRect(enclosingIntRect(maxEffectRect())… in determineAbsolutePaintRect()
DSourceGraphic.cpp48 setAbsolutePaintRect(enclosingIntRect(paintRect)); in determineAbsolutePaintRect()
DFEDisplacementMap.h56 …virtual void determineAbsolutePaintRect() { setAbsolutePaintRect(enclosingIntRect(maxEffectRect())… in determineAbsolutePaintRect()
DSourceAlpha.cpp49 setAbsolutePaintRect(enclosingIntRect(paintRect)); in determineAbsolutePaintRect()
DFETurbulence.h63 …virtual void determineAbsolutePaintRect() { setAbsolutePaintRect(enclosingIntRect(maxEffectRect())… in determineAbsolutePaintRect()
DFELighting.h49 …virtual void determineAbsolutePaintRect() { setAbsolutePaintRect(enclosingIntRect(maxEffectRect())… in determineAbsolutePaintRect()
DFEConvolveMatrix.h74 …virtual void determineAbsolutePaintRect() { setAbsolutePaintRect(enclosingIntRect(maxEffectRect())… in determineAbsolutePaintRect()
DFEOffset.cpp78 setAbsolutePaintRect(enclosingIntRect(paintRect)); in determineAbsolutePaintRect()
DFEDropShadow.cpp64 setAbsolutePaintRect(enclosingIntRect(absolutePaintRect)); in determineAbsolutePaintRect()
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DIntRect.h197 PLATFORM_EXPORT IntRect enclosingIntRect(const CGRect&);
199 PLATFORM_EXPORT IntRect enclosingIntRect(const NSRect&);
DFloatQuad.h110 return enclosingIntRect(boundingBox()); in enclosingBoundingBox()
DLayoutRect.cpp132 IntRect enclosingIntRect(const LayoutRect& rect) in enclosingIntRect() function
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSCanvasValue.cpp51 IntRect imageChangeRect = enclosingIntRect(changedRect); in canvasChanged()
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
DSVGImage.cpp244 context->clip(enclosingIntRect(dstRect)); in draw()
264 view->paint(context, enclosingIntRect(srcRect)); in draw()
/external/chromium_org/third_party/WebKit/Source/platform/geometry/mac/
DIntRectMac.mm38 IntRect enclosingIntRect(const NSRect& rect)

123