Searched refs:boxStart (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DSVGTextChunkBuilder.cpp90 void SVGTextChunkBuilder::addTextChunk(Vector<SVGInlineTextBox*>& lineLayoutBoxes, unsigned boxStart, unsigned boxCount) argument
92 SVGInlineTextBox* textBox = lineLayoutBoxes[boxStart];
147 for (unsigned i = boxStart; i < boxStart + boxCount; ++i)
H A DSVGTextQuery.cpp165 unsigned boxStart = queryData->textBox->start();
182 if (positionOffset < boxStart) {
188 if (positionOffset >= boxStart + boxLength)
H A DSVGInlineTextBox.cpp117 int boxStart = start(); local
118 startPosition = max(startPosition - boxStart, 0);
119 endPosition = min(endPosition - boxStart, static_cast<int>(len()));
H A DSVGTextLayoutEngine.cpp398 unsigned boxStart = textBox->start(); local
408 if (m_visualCharacterOffset < boxStart) {
414 if (m_visualCharacterOffset >= boxStart + boxLength)

Completed in 53 milliseconds