Lines Matching refs:SVGInlineBoxCharacterRange
269 info.chunk.boxes.append(SVGInlineBoxCharacterRange()); in startTextChunk()
712 float cummulatedWidthOfInlineBoxCharacterRange(SVGInlineBoxCharacterRange& range) in cummulatedWidthOfInlineBoxCharacterRange()
725 float cummulatedHeightOfInlineBoxCharacterRange(SVGInlineBoxCharacterRange& range) in cummulatedHeightOfInlineBoxCharacterRange()
759 Vector<SVGInlineBoxCharacterRange>::iterator it = chunk.boxes.begin(); in cummulatedWidthOrHeightOfTextChunk()
760 Vector<SVGInlineBoxCharacterRange>::iterator end = chunk.boxes.end(); in cummulatedWidthOrHeightOfTextChunk()
763 SVGInlineBoxCharacterRange& range = *it; in cummulatedWidthOrHeightOfTextChunk()
787 SVGInlineBoxCharacterRange subRange; in cummulatedWidthOrHeightOfTextChunk()
877 Vector<SVGInlineBoxCharacterRange>::iterator boxIt = chunk.boxes.begin(); in applyTextAnchorToTextChunk()
878 Vector<SVGInlineBoxCharacterRange>::iterator boxEnd = chunk.boxes.end(); in applyTextAnchorToTextChunk()
881 SVGInlineBoxCharacterRange& range = *boxIt; in applyTextAnchorToTextChunk()
1487 info.chunk.boxes.append(SVGInlineBoxCharacterRange()); in buildTextChunks()
1495 SVGInlineBoxCharacterRange& range = info.chunk.boxes.last(); in buildTextChunks()
1540 SVGInlineBoxCharacterRange& range = info.chunk.boxes.last(); in buildTextChunks()
1568 SVGInlineBoxCharacterRange& range = info.chunk.boxes.last(); in buildTextChunks()
1593 info.chunk.boxes.append(SVGInlineBoxCharacterRange()); in buildTextChunks()
1655 Vector<SVGInlineBoxCharacterRange>::iterator boxIt = chunk.boxes.begin(); in layoutTextChunks()
1656 Vector<SVGInlineBoxCharacterRange>::iterator boxEnd = chunk.boxes.end(); in layoutTextChunks()
1660 SVGInlineBoxCharacterRange& range = *boxIt; i++; in layoutTextChunks()
1737 Vector<SVGInlineBoxCharacterRange>::iterator boxIt = curChunk.boxes.begin(); in walkTextChunks()
1738 Vector<SVGInlineBoxCharacterRange>::iterator boxEnd = curChunk.boxes.end(); in walkTextChunks()
1747 SVGInlineBoxCharacterRange& range = *boxIt; in walkTextChunks()