HomeSort by relevance Sort by last modified time
    Searched defs:boxStart (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/svg/
SVGInlineTextBox.cpp 117 int boxStart = start();
118 startPosition = max(startPosition - boxStart, 0);
119 endPosition = min(endPosition - boxStart, static_cast<int>(len()));
SVGTextLayoutEngine.cpp 398 unsigned boxStart = textBox->start();
408 if (m_visualCharacterOffset < boxStart) {
414 if (m_visualCharacterOffset >= boxStart + boxLength)

Completed in 33 milliseconds