Home | History | Annotate | Download | only in svg

Lines Matching defs:boxes

146     Vector<SVGInlineTextBox*>& boxes = chunk.boxes();
148 boxes.append(lineLayoutBoxes[i]);
160 const Vector<SVGInlineTextBox*>& boxes = chunk.boxes();
161 unsigned boxCount = boxes.size();
165 // Calculate absolute length of whole text chunk (starting from text box 'start', spanning 'length' text boxes).
176 Vector<SVGTextFragment>& fragments = boxes[boxPosition]->textFragments();
188 SVGInlineTextBox* textBox = boxes[boxPosition];
215 Vector<SVGTextFragment>& fragments = boxes[boxPosition]->textFragments();