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

123

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/cg/
H A DIntRectCG.cpp38 IntRect enclosingIntRect(const CGRect& rect) function in namespace:WebCore
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
H A DFETile.h37 virtual void determineAbsolutePaintRect() { setAbsolutePaintRect(enclosingIntRect(maxEffectRect())); }
H A DFEFlood.h49 virtual void determineAbsolutePaintRect() { setAbsolutePaintRect(enclosingIntRect(maxEffectRect())); }
H A DFEDisplacementMap.h56 virtual void determineAbsolutePaintRect() { setAbsolutePaintRect(enclosingIntRect(maxEffectRect())); }
H A DSourceGraphic.cpp50 setAbsolutePaintRect(enclosingIntRect(paintRect));
H A DSourceAlpha.cpp51 setAbsolutePaintRect(enclosingIntRect(paintRect));
H A DFEConvolveMatrix.h74 virtual void determineAbsolutePaintRect() { setAbsolutePaintRect(enclosingIntRect(maxEffectRect())); }
H A DFELighting.h49 virtual void determineAbsolutePaintRect() { setAbsolutePaintRect(enclosingIntRect(maxEffectRect())); }
H A DFETurbulence.h63 virtual void determineAbsolutePaintRect() { setAbsolutePaintRect(enclosingIntRect(maxEffectRect())); }
H A DFEDropShadow.cpp65 setAbsolutePaintRect(enclosingIntRect(absolutePaintRect));
H A DFEOffset.cpp126 setAbsolutePaintRect(enclosingIntRect(paintRect));
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
H A DIntRectMac.mm38 IntRect enclosingIntRect(const NSRect& rect)
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderSelectionInfo.h71 m_object->repaintUsingContainer(m_repaintContainer, enclosingIntRect(m_rect));
92 m_object->repaintUsingContainer(m_repaintContainer, enclosingIntRect(m_rects));
H A DHitTestLocation.cpp85 m_boundingBox = enclosingIntRect(quad.boundingBox());
145 m_boundingBox = enclosingIntRect(m_transformedRect.boundingBox());
H A DRenderGeometryMap.cpp142 ASSERT(enclosingIntRect(rendererMappedResult) == enclosingIntRect(FloatQuad(result).boundingBox()));
143 // if (enclosingIntRect(rendererMappedResult) != enclosingIntRect(FloatQuad(result).boundingBox()))
H A DRenderLazyBlock.cpp188 if (m_expandedViewportRect.intersects(enclosingIntRect(intersectRect))) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGContainer.cpp150 IntRect paintRectInParent = enclosingIntRect(localToParentTransform().mapRect(repaintRect));
158 IntRect paintRectInParent = enclosingIntRect(localToParentTransform().mapRect(repaintRectInLocalCoordinates()));
H A DSVGRenderingContext.h88 return enclosingIntRect(absoluteTransform.mapRect(targetRect));
H A DRenderSVGImage.cpp82 m_imageResource->setContainerSizeForRenderer(enclosingIntRect(m_objectBoundingBox).size());
225 IntRect contentRect = enclosingIntRect(repaintRectInLocalCoordinates());
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
H A DSVGFEImage.cpp82 setAbsolutePaintRect(enclosingIntRect(paintRect));
151 imageSize = enclosingIntRect(renderer->repaintRectInLocalCoordinates()).size();
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSCanvasValue.cpp51 IntRect imageChangeRect = enclosingIntRect(changedRect);
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DIntRect.h197 IntRect enclosingIntRect(const CGRect&);
199 IntRect enclosingIntRect(const NSRect&);
H A DFloatQuad.h110 return enclosingIntRect(boundingBox());
H A DLayoutRect.cpp129 IntRect enclosingIntRect(const LayoutRect& rect) function in namespace:WebCore
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
H A DSVGImage.cpp201 context->clip(enclosingIntRect(dstRect));
220 view->paint(context, enclosingIntRect(srcRect));

Completed in 337 milliseconds

123