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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
CustomFontData.h 51 virtual float widthForSVGGlyph(Glyph, float) const { return 0.0f; }
SimpleFontData.h 271 width = m_customFontData->widthForSVGGlyph(glyph, m_platformData.size());
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontData.h 46 virtual float widthForSVGGlyph(Glyph, float fontSize) const OVERRIDE;
SVGFontData.cpp 125 float SVGFontData::widthForSVGGlyph(Glyph glyph, float fontSize) const

Completed in 184 milliseconds