Searched refs:logicalAttributes (Results 1 – 1 of 1) sorted by relevance
339 …SVGTextLayoutEngine::currentLogicalCharacterAttributes(SVGTextLayoutAttributes*& logicalAttributes) in currentLogicalCharacterAttributes() argument344 logicalAttributes = m_layoutAttributes[m_layoutAttributesPosition]; in currentLogicalCharacterAttributes()345 ASSERT(logicalAttributes); in currentLogicalCharacterAttributes()347 if (m_logicalCharacterOffset != logicalAttributes->context()->textLength()) in currentLogicalCharacterAttributes()354 logicalAttributes = m_layoutAttributes[m_layoutAttributesPosition]; in currentLogicalCharacterAttributes()360 …outEngine::currentLogicalCharacterMetrics(SVGTextLayoutAttributes*& logicalAttributes, SVGTextMetr… in currentLogicalCharacterMetrics() argument362 Vector<SVGTextMetrics>* textMetricsValues = &logicalAttributes->textMetricsValues(); in currentLogicalCharacterMetrics()366 if (!currentLogicalCharacterAttributes(logicalAttributes)) in currentLogicalCharacterMetrics()369 textMetricsValues = &logicalAttributes->textMetricsValues(); in currentLogicalCharacterMetrics()470 SVGTextLayoutAttributes* logicalAttributes = 0; in layoutTextOnLineOrPath() local[all …]