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

  /external/webkit/Source/WebCore/platform/graphics/
Font.h 164 FloatRect selectionRectForTextUsingSVGFont(const TextRun&, const FloatPoint&, int h, int from, int to) const;
Font.cpp 208 return selectionRectForTextUsingSVGFont(run, point, h, from, to);
  /external/webkit/Source/WebCore/svg/
SVGFont.cpp 586 FloatRect Font::selectionRectForTextUsingSVGFont(const TextRun& run, const FloatPoint& point, int height, int from, int to) const

Completed in 35 milliseconds