Home
last modified time | relevance | path

Searched defs:widthForSVGGlyph (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DCustomFontData.h51 virtual float widthForSVGGlyph(Glyph, float) const { return 0.0f; } in widthForSVGGlyph() function
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGFontData.cpp125 float SVGFontData::widthForSVGGlyph(Glyph glyph, float fontSize) const in widthForSVGGlyph() function in blink::SVGFontData