Searched refs:nextBox (Results 1 – 5 of 5) sorted by relevance
205 InlineBox* nextBox = box; in leftVisuallyDistinctCandidate() local207 nextBox = nextBox->nextLeafChild(); in leftVisuallyDistinctCandidate()208 } while (nextBox && nextBox->bidiLevel() > level); in leftVisuallyDistinctCandidate()210 if (nextBox && nextBox->bidiLevel() == level) in leftVisuallyDistinctCandidate()239 while (InlineBox* nextBox = box->nextLeafChild()) { in leftVisuallyDistinctCandidate() local240 if (nextBox->bidiLevel() < level) in leftVisuallyDistinctCandidate()242 box = nextBox; in leftVisuallyDistinctCandidate()329 InlineBox* nextBox = box->nextLeafChildIgnoringLineBreak(); in rightVisuallyDistinctCandidate() local330 if (!nextBox) { in rightVisuallyDistinctCandidate()344 box = nextBox; in rightVisuallyDistinctCandidate()[all …]
251 const InlineTextBox* nextBox = leafBoxes.nextTextBox(startBox->root(), textBox); in logicallyNextBox() local252 if (nextBox) in logicallyNextBox()253 return nextBox; in logicallyNextBox()255 nextBox = leafBoxes.nextTextBox(startBox->root()->nextRootBox(), 0); in logicallyNextBox()256 if (nextBox) in logicallyNextBox()257 return nextBox; in logicallyNextBox()273 nextBox = leafBoxes.nextTextBox(nextRoot, 0); in logicallyNextBox()274 if (nextBox) { in logicallyNextBox()276 return nextBox; in logicallyNextBox()313 …const InlineTextBox* nextBox = logicallyNextBox(visiblePosition, textBox, nextBoxInDifferentBlock,… in wordBreakIteratorForMaxOffsetBoundary() local[all …]
1215 InlineBox* nextBox = inlineBox->nextLeafChild(); in getInlineBoxAndOffset() local1216 if (!nextBox || nextBox->bidiLevel() >= level) in getInlineBoxAndOffset()1219 level = nextBox->bidiLevel(); in getInlineBoxAndOffset()1229 while (InlineBox* nextBox = inlineBox->nextLeafChild()) { in getInlineBoxAndOffset() local1230 if (nextBox->bidiLevel() < level) in getInlineBoxAndOffset()1232 inlineBox = nextBox; in getInlineBoxAndOffset()1241 InlineBox* nextBox = inlineBox; in getInlineBoxAndOffset() local1243 nextBox = nextBox->nextLeafChild(); in getInlineBoxAndOffset()1244 } while (nextBox && nextBox->bidiLevel() > level); in getInlineBoxAndOffset()1246 if (nextBox && nextBox->bidiLevel() == level) in getInlineBoxAndOffset()[all …]
571 const InlineBox* nextBox = box; in createPositionWithAffinityForBoxAfterAdjustingOffsetForBiDi() local573 rightmostBox = nextBox; in createPositionWithAffinityForBoxAfterAdjustingOffsetForBiDi()574 nextBox = rightmostBox->nextLeafChildIgnoringLineBreak(); in createPositionWithAffinityForBoxAfterAdjustingOffsetForBiDi()575 } while (nextBox && nextBox->bidiLevel() >= box->bidiLevel()); in createPositionWithAffinityForBoxAfterAdjustingOffsetForBiDi()583 const InlineBox* nextBox = box->nextLeafChildIgnoringLineBreak(); in createPositionWithAffinityForBoxAfterAdjustingOffsetForBiDi() local584 if ((nextBox && nextBox->bidiLevel() == box->bidiLevel()) in createPositionWithAffinityForBoxAfterAdjustingOffsetForBiDi()589 if (nextBox && nextBox->bidiLevel() > box->bidiLevel()) { in createPositionWithAffinityForBoxAfterAdjustingOffsetForBiDi()593 rightmostBox = nextBox; in createPositionWithAffinityForBoxAfterAdjustingOffsetForBiDi()594 nextBox = rightmostBox->nextLeafChildIgnoringLineBreak(); in createPositionWithAffinityForBoxAfterAdjustingOffsetForBiDi()595 } while (nextBox && nextBox->bidiLevel() > box->bidiLevel()); in createPositionWithAffinityForBoxAfterAdjustingOffsetForBiDi()[all …]
72 InlineTextBox* nextBox = nextTextBox(); in dirtyLineBoxes() local73 if (nextBox) in dirtyLineBoxes()74 nextBox->dirtyLineBoxes(); in dirtyLineBoxes()