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

  /external/webkit/Source/WebCore/svg/
SVGFontData.cpp 34 , m_verticalAdvanceY(fontFaceElement->verticalAdvanceY())
SVGGlyphElement.h 62 , verticalAdvanceY(0.0f)
82 && verticalAdvanceY == other.verticalAdvanceY
97 float verticalAdvanceY;
SVGFontData.h 42 float verticalAdvanceY() const { return m_verticalAdvanceY; }
SVGFontFaceElement.h 45 float verticalAdvanceY() const;
SVGGlyphElement.cpp 122 if (identifier.verticalAdvanceY == SVGGlyphIdentifier::inheritedValue())
123 identifier.verticalAdvanceY = svgFontData->verticalAdvanceY();
173 identifier.verticalAdvanceY = parseSVGGlyphAttribute(element, vert_adv_yAttr);
SVGFontFaceElement.cpp 201 float SVGFontFaceElement::verticalAdvanceY() const
SVGFont.cpp 561 currentPoint.move(0.0f, identifier.verticalAdvanceY * scale);

Completed in 131 milliseconds