HomeSort by relevance Sort by last modified time
    Searched defs:strokeBoundingBox (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGGradientStop.h 47 virtual FloatRect strokeBoundingBox() const { return FloatRect(); }
RenderSVGForeignObject.h 46 virtual FloatRect strokeBoundingBox() const { return FloatRect(FloatPoint(), m_viewport.size()); }
RenderSVGImage.h 57 virtual FloatRect strokeBoundingBox() const { return m_objectBoundingBox; }
RenderSVGPath.cpp 56 FloatRect strokeBoundingBox = m_strokeBoundingBox;
62 strokeBoundingBox.unite(zeroLengthSubpathRect(m_zeroLengthLinecapLocations[i], strokeWidth));
65 return strokeBoundingBox;
RenderSVGInline.cpp 62 FloatRect RenderSVGInline::strokeBoundingBox() const
65 return object->strokeBoundingBox();
104 FloatRect textBoundingBox = object->strokeBoundingBox();
RenderSVGRoot.h 94 virtual FloatRect strokeBoundingBox() const { return m_strokeBoundingBox; }
RenderSVGShape.cpp 130 if (!strokeBoundingBox().contains(point))
381 FloatRect strokeBoundingBox = m_fillBoundingBox;
392 strokeBoundingBox.unite(strokeBoundingRect);
395 strokeBoundingBox.unite(path().strokeBoundingRect(strokeData));
400 strokeBoundingBox.unite(markerRect(strokeWidth()));
402 return strokeBoundingBox;
407 m_repaintBoundingBox = strokeBoundingBox();
RenderSVGText.cpp 486 quads.append(localToAbsoluteQuad(strokeBoundingBox(), 0 /* mode */, wasFixed));
505 FloatRect RenderSVGText::strokeBoundingBox() const
521 FloatRect repaintRect = strokeBoundingBox();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.cpp     [all...]

Completed in 61 milliseconds