Searched refs:widthForSVGGlyph (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFontData.h46 virtual float widthForSVGGlyph(Glyph, float fontSize) const OVERRIDE;
H A DSVGFontData.cpp125 float SVGFontData::widthForSVGGlyph(Glyph glyph, float fontSize) const function in class:blink::SVGFontData
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DCustomFontData.h51 virtual float widthForSVGGlyph(Glyph, float) const { return 0.0f; } function in class:blink::CustomFontData
H A DSimpleFontData.h271 width = m_customFontData->widthForSVGGlyph(glyph, m_platformData.size());

Completed in 88 milliseconds