Searched refs:selectionRectForTextUsingSVGFont (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DFont.h164 FloatRect selectionRectForTextUsingSVGFont(const TextRun&, const FloatPoint&, int h, int from, int to) const;
H A DFont.cpp208 return selectionRectForTextUsingSVGFont(run, point, h, from, to);
/external/webkit/Source/WebCore/svg/
H A DSVGFont.cpp586 FloatRect Font::selectionRectForTextUsingSVGFont(const TextRun& run, const FloatPoint& point, int height, int from, int to) const function in class:WebCore::Font

Completed in 107 milliseconds