Searched refs:nextBox (Results 1 – 5 of 5) sorted by relevance
204 InlineBox* nextBox = box; in leftVisuallyDistinctCandidate() local206 nextBox = nextBox->nextLeafChild(); in leftVisuallyDistinctCandidate()207 } while (nextBox && nextBox->bidiLevel() > level); in leftVisuallyDistinctCandidate()209 if (nextBox && nextBox->bidiLevel() == level) in leftVisuallyDistinctCandidate()238 while (InlineBox* nextBox = box->nextLeafChild()) { in leftVisuallyDistinctCandidate() local239 if (nextBox->bidiLevel() < level) in leftVisuallyDistinctCandidate()241 box = nextBox; in leftVisuallyDistinctCandidate()328 InlineBox* nextBox = box->nextLeafChildIgnoringLineBreak(); in rightVisuallyDistinctCandidate() local329 if (!nextBox) { in rightVisuallyDistinctCandidate()343 box = nextBox; in rightVisuallyDistinctCandidate()[all …]
253 const InlineTextBox* nextBox = leafBoxes.nextTextBox(&startBox->root(), textBox); in logicallyNextBox() local254 if (nextBox) in logicallyNextBox()255 return nextBox; in logicallyNextBox()257 nextBox = leafBoxes.nextTextBox(startBox->root().nextRootBox(), 0); in logicallyNextBox()258 if (nextBox) in logicallyNextBox()259 return nextBox; in logicallyNextBox()275 nextBox = leafBoxes.nextTextBox(nextRoot, 0); in logicallyNextBox()276 if (nextBox) { in logicallyNextBox()278 return nextBox; in logicallyNextBox()315 …const InlineTextBox* nextBox = logicallyNextBox(visiblePosition, textBox, nextBoxInDifferentBlock,… in wordBreakIteratorForMaxOffsetBoundary() local[all …]
1196 InlineBox* nextBox = inlineBox->nextLeafChild(); in getInlineBoxAndOffset() local1197 if (!nextBox || nextBox->bidiLevel() >= level) in getInlineBoxAndOffset()1200 level = nextBox->bidiLevel(); in getInlineBoxAndOffset()1210 while (InlineBox* nextBox = inlineBox->nextLeafChild()) { in getInlineBoxAndOffset() local1211 if (nextBox->bidiLevel() < level) in getInlineBoxAndOffset()1213 inlineBox = nextBox; in getInlineBoxAndOffset()1222 InlineBox* nextBox = inlineBox; in getInlineBoxAndOffset() local1224 nextBox = nextBox->nextLeafChild(); in getInlineBoxAndOffset()1225 } while (nextBox && nextBox->bidiLevel() > level); in getInlineBoxAndOffset()1227 if (nextBox && nextBox->bidiLevel() == level) in getInlineBoxAndOffset()[all …]
556 const InlineBox* nextBox = box; in createPositionWithAffinityForBoxAfterAdjustingOffsetForBiDi() local558 rightmostBox = nextBox; in createPositionWithAffinityForBoxAfterAdjustingOffsetForBiDi()559 nextBox = rightmostBox->nextLeafChildIgnoringLineBreak(); in createPositionWithAffinityForBoxAfterAdjustingOffsetForBiDi()560 } while (nextBox && nextBox->bidiLevel() >= box->bidiLevel()); in createPositionWithAffinityForBoxAfterAdjustingOffsetForBiDi()568 const InlineBox* nextBox = box->nextLeafChildIgnoringLineBreak(); in createPositionWithAffinityForBoxAfterAdjustingOffsetForBiDi() local569 if ((nextBox && nextBox->bidiLevel() == box->bidiLevel()) in createPositionWithAffinityForBoxAfterAdjustingOffsetForBiDi()574 if (nextBox && nextBox->bidiLevel() > box->bidiLevel()) { in createPositionWithAffinityForBoxAfterAdjustingOffsetForBiDi()578 rightmostBox = nextBox; in createPositionWithAffinityForBoxAfterAdjustingOffsetForBiDi()579 nextBox = rightmostBox->nextLeafChildIgnoringLineBreak(); in createPositionWithAffinityForBoxAfterAdjustingOffsetForBiDi()580 } while (nextBox && nextBox->bidiLevel() > box->bidiLevel()); in createPositionWithAffinityForBoxAfterAdjustingOffsetForBiDi()[all …]
77 InlineTextBox* nextBox = nextTextBox(); in dirtyLineBoxes() local78 if (nextBox) in dirtyLineBoxes()79 nextBox->dirtyLineBoxes(); in dirtyLineBoxes()