HomeSort by relevance Sort by last modified time
    Searched refs:infiniteRect (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/rendering/
PaintInfo.h 90 if (rect == infiniteRect())
97 static IntRect infiniteRect() { return IntRect(INT_MIN / 2, INT_MIN / 2, INT_MAX, INT_MAX); }
RenderLayerBacking.cpp 318 IntRect result = PaintInfo::infiniteRect();
377 ASSERT(parentClipRect != PaintInfo::infiniteRect());
    [all...]
RenderLayerCompositor.cpp     [all...]
RenderLayer.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/svg/
SVGImageBufferTools.cpp 82 PaintInfo info(image->context(), PaintInfo::infiniteRect(), PaintPhaseForeground, 0, 0, 0);

Completed in 229 milliseconds