OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:widthForSVGGlyph
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
CustomFontData.h
53
virtual float
widthForSVGGlyph
(Glyph, float) const { return 0.0f; }
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontData.cpp
121
float SVGFontData::
widthForSVGGlyph
(Glyph glyph, float fontSize) const
Completed in 190 milliseconds