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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
SVGGlyph.h 60 , horizontalAdvanceX(0)
82 && horizontalAdvanceX == other.horizontalAdvanceX
98 float horizontalAdvanceX;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontFaceElement.h 42 float horizontalAdvanceX() const;
SVGGlyphElement.cpp 100 if (identifier.horizontalAdvanceX == SVGGlyph::inheritedValue())
101 identifier.horizontalAdvanceX = svgFontData->horizontalAdvanceX();
131 identifier.horizontalAdvanceX = parseSVGGlyphAttribute(element, SVGNames::horiz_adv_xAttr);
SVGFontData.h 49 float horizontalAdvanceX() const { return m_horizontalAdvanceX; }
SVGFontFaceElement.cpp 161 float SVGFontFaceElement::horizontalAdvanceX() const
182 return horizontalAdvanceX() / 2.0f;
SVGFontData.cpp 49 , m_horizontalAdvanceX(fontFaceElement->horizontalAdvanceX())
129 return svgGlyph.horizontalAdvanceX * scaleEmToUnits(fontSize, svgFontFaceElement->unitsPerEm());

Completed in 2270 milliseconds