Searched refs:fEndOfCurrentRun (Results 1 – 2 of 2) sorted by relevance
177 , fEndOfCurrentRun(utf8) in BiDiRunIterator()186 SkUnichar u = utf8_next(&fEndOfCurrentRun, fEndOfAllRuns); in consume()194 u = utf8_next(&fEndOfCurrentRun, fEndOfAllRuns); in consume()199 return fEndOfCurrentRun; in endOfCurrentRun()210 const char* fEndOfCurrentRun; member in __anonacb933920111::BiDiRunIterator
340 , fEndOfCurrentRun(utf8) in SkUnicodeBidiRunIterator()351 SkUnichar u = utf8_next(&fEndOfCurrentRun, fEnd); in consume()359 u = utf8_next(&fEndOfCurrentRun, fEnd); in consume()365 return fEndOfCurrentRun - fBegin; in endOfCurrentRun()375 char const * fEndOfCurrentRun; member in __anonea9152db0111::SkUnicodeBidiRunIterator