Home
last modified time | relevance | path

Searched refs:endOfCurrentRun (Results 1 – 2 of 2) sorted by relevance

/external/skqp/modules/skshaper/src/
DSkShaper_harfbuzz.cpp125 virtual const char* endOfCurrentRun() const = 0;
128 return this->endOfCurrentRun() < that.endOfCurrentRun(); in operator <()
198 const char* endOfCurrentRun() const override { in endOfCurrentRun() function in __anon65b03dab0111::BiDiRunIterator
253 const char* endOfCurrentRun() const override { in endOfCurrentRun() function in __anon65b03dab0111::ScriptRunIterator
329 const char* endOfCurrentRun() const override { in endOfCurrentRun() function in __anon65b03dab0111::FontRunIterator
366 const char* leastEnd = leastRun->endOfCurrentRun(); in advanceRuns()
369 while ((currentRun = fRunIterators.peek())->endOfCurrentRun() <= leastEnd) { in advanceRuns()
371 SkDEBUGCODE(previousEndOfCurrentRun = currentRun->endOfCurrentRun()); in advanceRuns()
373 SkASSERT(previousEndOfCurrentRun < currentRun->endOfCurrentRun()); in advanceRuns()
379 const char* endOfCurrentRun() const { in endOfCurrentRun() function in __anon65b03dab0111::RunIteratorQueue
[all …]
/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp333 virtual const char* endOfCurrentRun() const = 0;
336 return this->endOfCurrentRun() < that.endOfCurrentRun(); in operator <()
406 const char* endOfCurrentRun() const override { in endOfCurrentRun() function in __anona3885cf40111::BiDiRunIterator
461 const char* endOfCurrentRun() const override { in endOfCurrentRun() function in __anona3885cf40111::ScriptRunIterator
551 const char* endOfCurrentRun() const override { in endOfCurrentRun() function in __anona3885cf40111::FontRunIterator
592 const char* endOfCurrentRun() const override { in endOfCurrentRun() function in __anona3885cf40111::LanguageRunIterator
620 const char* leastEnd = leastRun->endOfCurrentRun(); in advanceRuns()
623 while ((currentRun = fRunIterators.peek())->endOfCurrentRun() <= leastEnd) { in advanceRuns()
625 SkDEBUGCODE(previousEndOfCurrentRun = currentRun->endOfCurrentRun()); in advanceRuns()
627 SkASSERT(previousEndOfCurrentRun < currentRun->endOfCurrentRun()); in advanceRuns()
[all …]