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

  /external/webkit/WebCore/svg/
SVGFontData.cpp 35 , m_verticalAdvanceY(fontFaceElement->verticalAdvanceY())
SVGGlyphElement.h 62 , verticalAdvanceY(0.0f)
82 verticalAdvanceY == other.verticalAdvanceY &&
98 float verticalAdvanceY;
SVGFontData.h 42 float verticalAdvanceY() const { return m_verticalAdvanceY; }
SVGFontFaceElement.h 52 float verticalAdvanceY() const;
SVGGlyphElement.cpp 121 if (identifier.verticalAdvanceY == SVGGlyphIdentifier::inheritedValue())
122 identifier.verticalAdvanceY = svgFontData->verticalAdvanceY();
158 identifier.verticalAdvanceY = parseSVGGlyphAttribute(element, vert_adv_yAttr);
SVGFontFaceElement.cpp 203 float SVGFontFaceElement::verticalAdvanceY() const
SVGFont.cpp 555 currentPoint.move(0.0f, identifier.verticalAdvanceY * scale);

Completed in 135 milliseconds