Home
last modified time | relevance | path

Searched refs:MakeHarfBuzz (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp919 static std::unique_ptr<SkShaper> MakeHarfBuzz(sk_sp<SkFontMgr> fontmgr, bool correct) { function
921 static std::unique_ptr<SkShaper> MakeHarfBuzz(std::shared_ptr<RSFontMgr> fontmgr, bool correct) { function
1735 return MakeHarfBuzz(std::move(fontmgr), true);
1738 return MakeHarfBuzz(std::move(fontmgr), false);
1742 return MakeHarfBuzz(std::move(fontmgr), true);
1745 return MakeHarfBuzz(std::move(fontmgr), false);

Completed in 3 milliseconds