Searched refs:textMetricsValues (Results 1 – 4 of 4) sorted by relevance
115 …ine::recordTextFragment(SVGInlineTextBox* textBox, const Vector<SVGTextMetrics>& textMetricsValues) in recordTextFragment() argument124 … const SVGTextMetrics& lastCharacterMetrics = textMetricsValues.at(m_visualMetricsListOffset - 1); in recordTextFragment()133 length += textMetricsValues.at(i).height(); in recordTextFragment()137 length += textMetricsValues.at(i).width(); in recordTextFragment()361 const Vector<SVGTextMetrics>* textMetricsValues = &logicalAttributes->textMetricsValues(); in currentLogicalCharacterMetrics() local362 unsigned textMetricsSize = textMetricsValues->size(); in currentLogicalCharacterMetrics()368 textMetricsValues = &logicalAttributes->textMetricsValues(); in currentLogicalCharacterMetrics()369 textMetricsSize = textMetricsValues->size(); in currentLogicalCharacterMetrics()375 logicalMetrics = textMetricsValues->at(m_logicalMetricsListOffset); in currentLogicalCharacterMetrics()441 … const Vector<SVGTextMetrics>& visualMetricsValues = text.layoutAttributes()->textMetricsValues(); in layoutTextOnLineOrPath()
188 Vector<SVGTextMetrics>* textMetricsValues = &attributes->textMetricsValues(); in measureTextRenderer() local193 textMetricsValues->clear(); in measureTextRenderer()212 textMetricsValues->append(SVGTextMetrics(SVGTextMetrics::SkippedSpaceMetrics)); in measureTextRenderer()224 textMetricsValues->append(currentMetrics); in measureTextRenderer()
59 Vector<SVGTextMetrics>& textMetricsValues() { return m_textMetricsValues; } in textMetricsValues() function60 const Vector<SVGTextMetrics>& textMetricsValues() const { return m_textMetricsValues; } in textMetricsValues() function
164 Vector<SVGTextMetrics>& textMetricsValues = layoutAttributes->textMetricsValues(); in modifyStartEndPositionsRespectingLigatures() local175 SVGTextMetrics& metrics = textMetricsValues[textMetricsOffset]; in modifyStartEndPositionsRespectingLigatures()187 SVGTextMetrics& metrics = textMetricsValues[textMetricsOffset]; in modifyStartEndPositionsRespectingLigatures()490 …or<SVGTextMetrics>& textMetrics = queryData->textRenderer->layoutAttributes()->textMetricsValues(); in characterNumberAtPositionCallback()