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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
SVGGlyph.h 64 , verticalAdvanceY(0)
86 && verticalAdvanceY == other.verticalAdvanceY
102 float verticalAdvanceY;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGlyphElement.cpp 103 if (identifier.verticalAdvanceY == SVGGlyph::inheritedValue())
104 identifier.verticalAdvanceY = svgFontData->verticalAdvanceY();
140 identifier.verticalAdvanceY = parseSVGGlyphAttribute(element, SVGNames::vert_adv_yAttr);
SVGFontFaceElement.h 47 float verticalAdvanceY() const;
SVGFontData.h 58 float verticalAdvanceY() const { return m_verticalAdvanceY; }
SVGFontFaceElement.cpp 198 float SVGFontFaceElement::verticalAdvanceY() const
SVGFontData.cpp 55 , m_verticalAdvanceY(fontFaceElement->verticalAdvanceY())

Completed in 96 milliseconds