Home | History | Annotate | Download | only in svg

Lines Matching refs:textMetricsValues

115 void SVGTextLayoutEngine::recordTextFragment(SVGInlineTextBox* textBox, const Vector<SVGTextMetrics>& textMetricsValues)
124 const SVGTextMetrics& lastCharacterMetrics = textMetricsValues.at(m_visualMetricsListOffset - 1);
133 length += textMetricsValues.at(i).height();
137 length += textMetricsValues.at(i).width();
361 const Vector<SVGTextMetrics>* textMetricsValues = &logicalAttributes->textMetricsValues();
362 unsigned textMetricsSize = textMetricsValues->size();
368 textMetricsValues = &logicalAttributes->textMetricsValues();
369 textMetricsSize = textMetricsValues->size();
375 logicalMetrics = textMetricsValues->at(m_logicalMetricsListOffset);
441 const Vector<SVGTextMetrics>& visualMetricsValues = text.layoutAttributes()->textMetricsValues();