Home | History | Annotate | Download | only in svg

Lines Matching refs:fastGetAttribute

123     const AtomicString& value = fastGetAttribute(units_per_emAttr);
132 return static_cast<int>(ceilf(fastGetAttribute(x_heightAttr).toFloat()));
143 return m_fontElement->fastGetAttribute(horiz_origin_xAttr).toFloat();
154 return m_fontElement->fastGetAttribute(horiz_origin_yAttr).toFloat();
165 return m_fontElement->fastGetAttribute(horiz_adv_xAttr).toFloat();
176 const AtomicString& value = m_fontElement->fastGetAttribute(vert_origin_xAttr);
191 const AtomicString& value = m_fontElement->fastGetAttribute(vert_origin_yAttr);
205 const AtomicString& value = m_fontElement->fastGetAttribute(vert_adv_yAttr);
218 const AtomicString& ascentValue = fastGetAttribute(ascentAttr);
223 const AtomicString& vertOriginY = m_fontElement->fastGetAttribute(vert_origin_yAttr);
237 const AtomicString& descentValue = fastGetAttribute(descentAttr);
247 const AtomicString& vertOriginY = m_fontElement->fastGetAttribute(vert_origin_yAttr);