Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/svg/
DSVGTextLayoutAttributesBuilder.cpp198 SVGTextMetrics lastMetrics = SVGTextMetrics::emptyMetrics(); in propagateLayoutAttributes() local
210 float runWidthAdvance = startToCurrentMetrics.width() - lastMetrics.width(); in propagateLayoutAttributes()
214 lastMetrics = startToCurrentMetrics; in propagateLayoutAttributes()