Searched refs:graphIter (Results 1 – 1 of 1) sorted by relevance
/external/skia/modules/skshaper/src/ |
D | SkShaper_harfbuzz.cpp | 762 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()
|