Searched refs:svgChars (Results 1 – 3 of 3) sorted by relevance
1431 info.svgChars.append(svgChar); in buildLayoutInformationForTextBox()1439 void SVGRootInlineBox::buildTextChunks(Vector<SVGChar>& svgChars, Vector<SVGTextChunk>& svgTextChun… in buildTextChunks() argument1442 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() argument1493 ASSERT(info.it != svgChars.end()); in buildTextChunks()1577 if (info.it != svgChars.end()) { in buildTextChunks()[all …]
132 Vector<SVGChar>& svgChars; member
83 , svgChars(chars) in SVGCharacterLayoutInfo()