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

  /external/webkit/Source/WebCore/svg/
SVGFontData.h 42 float verticalAdvanceY() const { return m_verticalAdvanceY; }
SVGFontFaceElement.cpp 201 float SVGFontFaceElement::verticalAdvanceY() const
SVGGlyphElement.h 62 , verticalAdvanceY(0.0f)
82 && verticalAdvanceY == other.verticalAdvanceY
97 float verticalAdvanceY;

Completed in 50 milliseconds