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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGInline.cpp 72 FloatRect RenderSVGInline::strokeBoundingBox() const
75 return object->strokeBoundingBox();
114 FloatRect textBoundingBox = object->strokeBoundingBox();
RenderSVGPath.cpp 56 FloatRect strokeBoundingBox = m_strokeBoundingBox;
62 strokeBoundingBox.unite(zeroLengthSubpathRect(m_zeroLengthLinecapLocations[i], strokeWidth));
65 return strokeBoundingBox;
RenderSVGShape.cpp 124 if (!strokeBoundingBox().contains(point))
383 FloatRect strokeBoundingBox = m_fillBoundingBox;
394 strokeBoundingBox.unite(strokeBoundingRect);
397 strokeBoundingBox.unite(path().strokeBoundingRect(strokeData));
402 strokeBoundingBox.unite(markerRect(strokeWidth()));
404 return strokeBoundingBox;
409 m_paintInvalidationBoundingBox = strokeBoundingBox();
RenderSVGText.cpp 466 quads.append(localToAbsoluteQuad(strokeBoundingBox(), 0 /* mode */, wasFixed));
474 FloatRect RenderSVGText::strokeBoundingBox() const
490 FloatRect paintInvalidationRect = strokeBoundingBox();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.cpp     [all...]

Completed in 42 milliseconds