Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DSVGRootInlineBox.cpp1431 info.svgChars.append(svgChar); in buildLayoutInformationForTextBox()
1439 void SVGRootInlineBox::buildTextChunks(Vector<SVGChar>& svgChars, Vector<SVGTextChunk>& svgTextChun… in buildTextChunks() argument
1442 info.it = svgChars.begin(); in buildTextChunks()
1443 info.chunk.start = svgChars.begin(); in buildTextChunks()
1444 info.chunk.end = svgChars.begin(); in buildTextChunks()
1446 buildTextChunks(svgChars, start, info); in buildTextChunks()
1447 ASSERT(info.it == svgChars.end()); in buildTextChunks()
1450 void SVGRootInlineBox::buildTextChunks(Vector<SVGChar>& svgChars, InlineFlowBox* start, SVGTextChun… in buildTextChunks() argument
1493 ASSERT(info.it != svgChars.end()); in buildTextChunks()
1577 if (info.it != svgChars.end()) { in buildTextChunks()
[all …]
DSVGCharacterLayoutInfo.h132 Vector<SVGChar>& svgChars; member
DSVGCharacterLayoutInfo.cpp83 , svgChars(chars) in SVGCharacterLayoutInfo()