Home
last modified time | relevance | path

Searched refs:logicalAttributes (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGTextLayoutEngine.cpp339 …SVGTextLayoutEngine::currentLogicalCharacterAttributes(SVGTextLayoutAttributes*& logicalAttributes) in currentLogicalCharacterAttributes() argument
344 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() argument
362 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 …]