OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:logicalattributes
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngine.cpp
334
bool SVGTextLayoutEngine::currentLogicalCharacterAttributes(SVGTextLayoutAttributes*&
logicalAttributes
)
339
logicalAttributes
= m_layoutAttributes[m_layoutAttributesPosition];
340
ASSERT(
logicalAttributes
);
342
if (m_logicalCharacterOffset !=
logicalAttributes
->context()->textLength())
349
logicalAttributes
= m_layoutAttributes[m_layoutAttributesPosition];
355
bool SVGTextLayoutEngine::currentLogicalCharacterMetrics(SVGTextLayoutAttributes*&
logicalAttributes
, SVGTextMetrics& logicalMetrics)
357
Vector<SVGTextMetrics>* textMetricsValues = &
logicalAttributes
->textMetricsValues();
361
if (!currentLogicalCharacterAttributes(
logicalAttributes
))
364
textMetricsValues = &
logicalAttributes
->textMetricsValues();
465
SVGTextLayoutAttributes*
logicalAttributes
= 0
[
all
...]
Completed in 502 milliseconds