Searched refs:tertiaryBox (Results 1 – 1 of 1) sorted by relevance
1120 while (InlineBox* tertiaryBox = inlineBox->prevLeafChild()) { in getInlineBoxAndOffset() local1121 if (tertiaryBox->bidiLevel() <= level) in getInlineBoxAndOffset()1123 inlineBox = tertiaryBox; in getInlineBoxAndOffset()1139 while (InlineBox* tertiaryBox = inlineBox->nextLeafChild()) { in getInlineBoxAndOffset() local1140 if (tertiaryBox->bidiLevel() <= level) in getInlineBoxAndOffset()1142 inlineBox = tertiaryBox; in getInlineBoxAndOffset()