Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DSVGRootInlineBox.cpp269 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 …]
DSVGRenderTreeAsText.cpp346 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()
DSVGRootInlineBox.h100 float cummulatedWidthOfInlineBoxCharacterRange(SVGInlineBoxCharacterRange& range);
101 float cummulatedHeightOfInlineBoxCharacterRange(SVGInlineBoxCharacterRange& range);
DSVGCharacterLayoutInfo.h240 struct SVGInlineBoxCharacterRange { struct
241 SVGInlineBoxCharacterRange() in SVGInlineBoxCharacterRange() argument
288 Vector<SVGInlineBoxCharacterRange> boxes;
/external/webkit/WebCore/svg/
DSVGTextContentElement.cpp305 Vector<SVGInlineBoxCharacterRange>::const_iterator boxIt = it->boxes.begin(); in findInlineTextBoxInTextChunks()
306 const Vector<SVGInlineBoxCharacterRange>::const_iterator boxEnd = it->boxes.end(); in findInlineTextBoxInTextChunks()
/external/webkit/WebCore/
DChangeLog-2007-10-143546 (WebCore::SVGInlineBoxCharacterRange::SVGInlineBoxCharacterRange):
3547 (WebCore::SVGInlineBoxCharacterRange::isOpen):
3548 (WebCore::SVGInlineBoxCharacterRange::isClosed):