Lines Matching refs:endOfCurrentRun
125 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
380 return fRunIterators.peek()->endOfCurrentRun(); in endOfCurrentRun()
602 utf8End = runSegmenter.endOfCurrentRun(); in shape()