Home
last modified time | relevance | path

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

/third_party/skia/modules/skshaper/src/
DSkShaper.cpp89 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()
/third_party/flutter/skia/modules/skshaper/src/
DSkShaper.cpp44 class FontMgrRunIterator final : public SkShaper::FontRunIterator { class
46 FontMgrRunIterator(const char* utf8, size_t utf8Bytes, const SkFont& font, in FontMgrRunIterator() function in FontMgrRunIterator
124 return skstd::make_unique<FontMgrRunIterator>(utf8, utf8Bytes, font, std::move(fallback)); in MakeFontMgrRunIterator()