HomeSort by relevance Sort by last modified time
    Searched full:strokeboundaries (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGText.cpp 251 FloatRect strokeBoundaries = objectBoundingBox();
254 return strokeBoundaries;
258 strokeBoundaries.inflate(svgStyle->strokeWidth().value(static_cast<SVGElement*>(node())));
259 return strokeBoundaries;

Completed in 575 milliseconds