OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:floatWidthUsingSVGFont
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/
Font.h
162
float
floatWidthUsingSVGFont
(const TextRun&) const;
163
float
floatWidthUsingSVGFont
(const TextRun&, int extraCharsAvailable, int& charsConsumed, String& glyphName) const;
Font.cpp
172
return
floatWidthUsingSVGFont
(run);
192
return
floatWidthUsingSVGFont
(run, extraCharsAvailable, charsConsumed, glyphName);
/external/webkit/Source/WebCore/svg/
SVGFont.cpp
431
float Font::
floatWidthUsingSVGFont
(const TextRun& run) const
438
float Font::
floatWidthUsingSVGFont
(const TextRun& run, int extraCharsAvailable, int& charsConsumed, String& glyphName) const
Completed in 18 milliseconds