Searched refs:previousBoxLength (Results 1 – 1 of 1) sorted by relevance
289 …int& previousBoxLength, bool& previousBoxInDifferentBlock, Vector<UChar, 1024>& string, CachedLogi… in wordBreakIteratorForMinOffsetBoundary() argument299 previousBoxLength = previousBox->len(); in wordBreakIteratorForMinOffsetBoundary()300 previousBox->renderer().text().appendTo(string, previousBox->start(), previousBoxLength); in wordBreakIteratorForMinOffsetBoundary()301 len += previousBoxLength; in wordBreakIteratorForMinOffsetBoundary()379 int previousBoxLength = 0; in visualWordPosition() local385 …r = wordBreakIteratorForMinOffsetBoundary(visiblePosition, textBox, previousBoxLength, previousBox… in visualWordPosition()397 int offsetInIterator = offsetInBox - textBox->start() + previousBoxLength; in visualWordPosition()