verticalAdvanceY   55 Source/core/svg/SVGFontData.cpp     , m_verticalAdvanceY(fontFaceElement->verticalAdvanceY())
verticalAdvanceY   57 Source/core/svg/SVGFontData.h     float verticalAdvanceY() const { return m_verticalAdvanceY; }
verticalAdvanceY   45 Source/core/svg/SVGFontFaceElement.h     float verticalAdvanceY() const;
verticalAdvanceY  107 Source/core/svg/SVGGlyphElement.cpp     if (identifier.verticalAdvanceY == SVGGlyph::inheritedValue())
verticalAdvanceY  108 Source/core/svg/SVGGlyphElement.cpp         identifier.verticalAdvanceY = svgFontData->verticalAdvanceY();
verticalAdvanceY  144 Source/core/svg/SVGGlyphElement.cpp     identifier.verticalAdvanceY = parseSVGGlyphAttribute(element, SVGNames::vert_adv_yAttr);
verticalAdvanceY   64 Source/platform/fonts/SVGGlyph.h         , verticalAdvanceY(0)
verticalAdvanceY   86 Source/platform/fonts/SVGGlyph.h             && verticalAdvanceY == other.verticalAdvanceY
verticalAdvanceY  102 Source/platform/fonts/SVGGlyph.h     float verticalAdvanceY;