Lines Matching full:value
78 static inline SVGGlyphIdentifier::ArabicForm parseArabicForm(const AtomicString& value)
80 if (value == "medial")
82 else if (value == "terminal")
84 else if (value == "isolated")
86 else if (value == "initial")
92 static inline SVGGlyphIdentifier::Orientation parseOrientation(const AtomicString& value)
94 if (value == "h")
96 else if (value == "v")
102 static inline Path parsePathData(const AtomicString& value)
105 pathFromSVGData(result, value);
127 AtomicString value(element->getAttribute(name));
128 if (value.isEmpty())
131 return value.toFloat();
141 // value of the font's horiz-adv-x attribute. Glyph widths are required to be non-negative,
147 // is as if the attribute were set to the value of the font's vert-origin-x attribute.
152 // is as if the attribute were set to the value of the font's vert-origin-y attribute.
157 // value of the font's vert-adv-y attribute.