parseSVGGlyphAttribute 129 Source/core/svg/SVGGlyphElement.cpp identifier.horizontalAdvanceX = parseSVGGlyphAttribute(element, SVGNames::horiz_adv_xAttr); parseSVGGlyphAttribute 134 Source/core/svg/SVGGlyphElement.cpp identifier.verticalOriginX = parseSVGGlyphAttribute(element, SVGNames::vert_origin_xAttr); parseSVGGlyphAttribute 139 Source/core/svg/SVGGlyphElement.cpp identifier.verticalOriginY = parseSVGGlyphAttribute(element, SVGNames::vert_origin_yAttr); parseSVGGlyphAttribute 144 Source/core/svg/SVGGlyphElement.cpp identifier.verticalAdvanceY = parseSVGGlyphAttribute(element, SVGNames::vert_adv_yAttr);