Home
last modified time | relevance | path

Searched defs:endOfCurrentRun (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/skia/modules/skparagraph/src/
H A DIterators.h41 size_t endOfCurrentRun() const override { return fCurrentChar - fText.begin(); } in endOfCurrentRun() function
/aosp_15_r20/external/skia/modules/skshaper/src/
H A DSkShaper_skunicode.cpp57 size_t endOfCurrentRun() const override { in endOfCurrentRun() function in SkUnicodeBidiRunIterator
H A DSkShaper.cpp162 size_t endOfCurrentRun() const override { in endOfCurrentRun() function in FontMgrRunIterator
H A DSkShaper_harfbuzz.cpp395 size_t endOfCurrentRun() const override { in endOfCurrentRun() function in __anon19b7122a0111::SkUnicodeHbScriptRunIterator
438 size_t endOfCurrentRun() const { in endOfCurrentRun() function in __anon19b7122a0111::RunIteratorQueue
/aosp_15_r20/external/skia/modules/skshaper/include/
H A DSkShaper.h118 size_t endOfCurrentRun() const override { return fAtEnd ? fEnd : 0; } in endOfCurrentRun() function