Searched refs:orderedWordBoundaries (Results 1 – 1 of 1) sorted by relevance
1317 …xInsideBlockWithSameDirectionality(const InlineBox* box, WordBoundaryVector& orderedWordBoundaries) in collectWordBreaksInBoxInsideBlockWithSameDirectionality() argument1319 orderedWordBoundaries.clear(); in collectWordBreaksInBoxInsideBlockWithSameDirectionality()1328 orderedWordBoundaries.append(wordBoundaryEntry); in collectWordBreaksInBoxInsideBlockWithSameDirectionality()1332 …ideBlockWithDifferntDirectionality(const InlineBox* box, WordBoundaryVector& orderedWordBoundaries) in collectWordBreaksInBoxInsideBlockWithDifferntDirectionality() argument1334 orderedWordBoundaries.clear(); in collectWordBreaksInBoxInsideBlockWithDifferntDirectionality()1343 orderedWordBoundaries.append(wordBoundaryEntry); in collectWordBreaksInBoxInsideBlockWithDifferntDirectionality()1366 …er(int offset, bool boxAndBlockAreInSameDirection, const WordBoundaryVector& orderedWordBoundaries) in greatestValueUnder() argument1368 if (!orderedWordBoundaries.size()) in greatestValueUnder()1372 for (unsigned i = 0; i < orderedWordBoundaries.size(); ++i) { in greatestValueUnder()1373 if (orderedWordBoundaries[i].offsetInInlineBox < offset) in greatestValueUnder()[all …]