HomeSort by relevance Sort by last modified time
    Searched refs:widthForSVGGlyph (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontData.h 41 virtual float widthForSVGGlyph(Glyph, float fontSize) const;
SVGFontData.cpp 119 float SVGFontData::widthForSVGGlyph(Glyph glyph, float fontSize) const
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
SimpleFontData.h 65 virtual float widthForSVGGlyph(Glyph, float fontSize) const = 0;
301 width = m_fontData->widthForSVGGlyph(glyph, m_platformData.size());

Completed in 924 milliseconds