Searched refs:SVGInlineBoxCharacterRange (Results 1 – 6 of 6) sorted by relevance
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()[all …]
346 Vector<SVGInlineBoxCharacterRange>::iterator boxIt = chunk.boxes.begin(); in containsInlineTextBox()347 Vector<SVGInlineBoxCharacterRange>::iterator boxEnd = chunk.boxes.end(); in containsInlineTextBox()351 SVGInlineBoxCharacterRange& range = *boxIt; in containsInlineTextBox()379 Vector<SVGInlineBoxCharacterRange>::iterator boxIt = cur.boxes.begin(); in writeSVGInlineTextBox()380 Vector<SVGInlineBoxCharacterRange>::iterator boxEnd = cur.boxes.end(); in writeSVGInlineTextBox()408 SVGInlineBoxCharacterRange& range = *boxIt; in writeSVGInlineTextBox()
100 float cummulatedWidthOfInlineBoxCharacterRange(SVGInlineBoxCharacterRange& range);101 float cummulatedHeightOfInlineBoxCharacterRange(SVGInlineBoxCharacterRange& range);
240 struct SVGInlineBoxCharacterRange { struct241 SVGInlineBoxCharacterRange() in SVGInlineBoxCharacterRange() argument288 Vector<SVGInlineBoxCharacterRange> boxes;
305 Vector<SVGInlineBoxCharacterRange>::const_iterator boxIt = it->boxes.begin(); in findInlineTextBoxInTextChunks()306 const Vector<SVGInlineBoxCharacterRange>::const_iterator boxEnd = it->boxes.end(); in findInlineTextBoxInTextChunks()
3546 (WebCore::SVGInlineBoxCharacterRange::SVGInlineBoxCharacterRange):3547 (WebCore::SVGInlineBoxCharacterRange::isOpen):3548 (WebCore::SVGInlineBoxCharacterRange::isClosed):