HomeSort by relevance Sort by last modified time
    Searched refs:enclosingIntRect (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FETile.h 37 virtual void determineAbsolutePaintRect() { setAbsolutePaintRect(enclosingIntRect(maxEffectRect())); }
FEFlood.h 49 virtual void determineAbsolutePaintRect() { setAbsolutePaintRect(enclosingIntRect(maxEffectRect())); }
FEDisplacementMap.h 56 virtual void determineAbsolutePaintRect() { setAbsolutePaintRect(enclosingIntRect(maxEffectRect())); }
SourceGraphic.cpp 50 setAbsolutePaintRect(enclosingIntRect(paintRect));
FETurbulence.h 63 virtual void determineAbsolutePaintRect() { setAbsolutePaintRect(enclosingIntRect(maxEffectRect())); }
SourceAlpha.cpp 51 setAbsolutePaintRect(enclosingIntRect(paintRect));
FEConvolveMatrix.h 74 virtual void determineAbsolutePaintRect() { setAbsolutePaintRect(enclosingIntRect(maxEffectRect())); }
FELighting.h 49 virtual void determineAbsolutePaintRect() { setAbsolutePaintRect(enclosingIntRect(maxEffectRect())); }
FEDropShadow.cpp 65 setAbsolutePaintRect(enclosingIntRect(absolutePaintRect));
FEOffset.cpp 126 setAbsolutePaintRect(enclosingIntRect(paintRect));
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/cg/
IntRectCG.cpp 38 IntRect enclosingIntRect(const CGRect& rect)
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
IntRectMac.mm 38 IntRect enclosingIntRect(const NSRect& rect)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderSelectionInfo.h 71 m_object->repaintUsingContainer(m_repaintContainer, enclosingIntRect(m_rect));
92 m_object->repaintUsingContainer(m_repaintContainer, enclosingIntRect(m_rects));
HitTestLocation.cpp 85 m_boundingBox = enclosingIntRect(quad.boundingBox());
145 m_boundingBox = enclosingIntRect(m_transformedRect.boundingBox());
RenderGeometryMap.cpp 142 ASSERT(enclosingIntRect(rendererMappedResult) == enclosingIntRect(FloatQuad(result).boundingBox()));
143 // if (enclosingIntRect(rendererMappedResult) != enclosingIntRect(FloatQuad(result).boundingBox()))
RenderLazyBlock.cpp 188 if (m_expandedViewportRect.intersects(enclosingIntRect(intersectRect))) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGContainer.cpp 150 IntRect paintRectInParent = enclosingIntRect(localToParentTransform().mapRect(repaintRect));
158 IntRect paintRectInParent = enclosingIntRect(localToParentTransform().mapRect(repaintRectInLocalCoordinates()));
SVGRenderingContext.h 88 return enclosingIntRect(absoluteTransform.mapRect(targetRect));
RenderSVGImage.cpp 82 m_imageResource->setContainerSizeForRenderer(enclosingIntRect(m_objectBoundingBox).size());
225 IntRect contentRect = enclosingIntRect(repaintRectInLocalCoordinates());
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
SVGFEImage.cpp 82 setAbsolutePaintRect(enclosingIntRect(paintRect));
151 imageSize = enclosingIntRect(renderer->repaintRectInLocalCoordinates()).size();
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSCanvasValue.cpp 51 IntRect imageChangeRect = enclosingIntRect(changedRect);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
IntRect.h 197 IntRect enclosingIntRect(const CGRect&);
199 IntRect enclosingIntRect(const NSRect&);
FloatQuad.h 110 return enclosingIntRect(boundingBox());
LayoutRect.cpp 129 IntRect enclosingIntRect(const LayoutRect& rect)
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImage.cpp 201 context->clip(enclosingIntRect(dstRect));
220 view->paint(context, enclosingIntRect(srcRect));

Completed in 193 milliseconds

1 2 3