Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp762 auto graphIter = unicode->makeBreakIterator("th", SkUnicode::BreakType::kGraphemes); in MakeHarfBuzz() local
763 if (!graphIter) { in MakeHarfBuzz()
769 std::move(lineIter), std::move(graphIter), std::move(buffer), std::move(fontmgr)); in MakeHarfBuzz()
772 std::move(lineIter), std::move(graphIter), std::move(buffer), std::move(fontmgr)); in MakeHarfBuzz()
777 SkUnicodeBreak lineIter, SkUnicodeBreak graphIter, HBBuffer buffer, sk_sp<SkFontMgr> fontmgr) in ShaperHarfBuzz() argument
780 , fGraphemeBreakIterator(std::move(graphIter)) in ShaperHarfBuzz()