Searched refs:FontMgrRunIterator (Results 1 – 1 of 1) sorted by relevance
/external/skia/modules/skshaper/src/ |
D | SkShaper.cpp | 89 class FontMgrRunIterator final : public SkShaper::FontRunIterator { class 91 FontMgrRunIterator(const char* utf8, size_t utf8Bytes, in FontMgrRunIterator() function in FontMgrRunIterator 107 FontMgrRunIterator(const char* utf8, size_t utf8Bytes, in FontMgrRunIterator() function in FontMgrRunIterator 109 : FontMgrRunIterator(utf8, utf8Bytes, font, std::move(fallbackMgr), in FontMgrRunIterator() 188 return std::make_unique<FontMgrRunIterator>(utf8, utf8Bytes, font, std::move(fallback)); in MakeFontMgrRunIterator() 197 return std::make_unique<FontMgrRunIterator>(utf8, utf8Bytes, font, std::move(fallback), in MakeFontMgrRunIterator()
|