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

  /external/webkit/Source/WebCore/svg/
SVGFontData.h 38 float horizontalAdvanceX() const { return m_horizontalAdvanceX; }
SVGFontFaceElement.cpp 160 float SVGFontFaceElement::horizontalAdvanceX() const
181 return horizontalAdvanceX() / 2.0f;
SVGGlyphElement.h 59 , horizontalAdvanceX(0.0f)
79 && horizontalAdvanceX == other.horizontalAdvanceX
94 float horizontalAdvanceX;

Completed in 162 milliseconds