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/core/platform/graphics/
SVGGlyph.h 63 , verticalAdvanceY(0)
85 && verticalAdvanceY == other.verticalAdvanceY
101 float verticalAdvanceY;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontFaceElement.h 45 float verticalAdvanceY() const;
SVGGlyphElement.cpp 109 if (identifier.verticalAdvanceY == SVGGlyph::inheritedValue())
110 identifier.verticalAdvanceY = svgFontData->verticalAdvanceY();
146 identifier.verticalAdvanceY = parseSVGGlyphAttribute(element, SVGNames::vert_adv_yAttr);
SVGFontData.h 53 float verticalAdvanceY() const { return m_verticalAdvanceY; }
SVGFontFaceElement.cpp 202 float SVGFontFaceElement::verticalAdvanceY() const
SVGFontData.cpp 52 , m_verticalAdvanceY(fontFaceElement->verticalAdvanceY())

Completed in 265 milliseconds