Home
last modified time | relevance | path

Searched refs:floatWidthUsingSVGFont (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DFont.h162 float floatWidthUsingSVGFont(const TextRun&) const;
163 …float floatWidthUsingSVGFont(const TextRun&, int extraCharsAvailable, int& charsConsumed, String& …
DFont.cpp172 return floatWidthUsingSVGFont(run); in width()
192 return floatWidthUsingSVGFont(run, extraCharsAvailable, charsConsumed, glyphName); in width()
/external/webkit/Source/WebCore/svg/
DSVGFont.cpp431 float Font::floatWidthUsingSVGFont(const TextRun& run) const in floatWidthUsingSVGFont() function in WebCore::Font
438 float Font::floatWidthUsingSVGFont(const TextRun& run, int extraCharsAvailable, int& charsConsumed,… in floatWidthUsingSVGFont() function in WebCore::Font
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1037407 (WebCore::Font::floatWidthUsingSVGFont):
37859 (WebCore::Font::floatWidthUsingSVGFont): ditto
60678 (WebCore::Font::floatWidthUsingSVGFont):