Home
last modified time | relevance | path

Searched defs:makeShaper (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/skia/modules/skshaper/utils/
H A DFactoryHelpers.h54 std::unique_ptr<SkShaper> makeShaper(sk_sp<SkFontMgr> fallback) override { in makeShaper() function
79 std::unique_ptr<SkShaper> makeShaper(sk_sp<SkFontMgr>) override { in makeShaper() function
/aosp_15_r20/external/skia/modules/skshaper/src/
H A DSkShaper_factory.cpp14 std::unique_ptr<SkShaper> makeShaper(sk_sp<SkFontMgr>) override { in makeShaper() function in __anon4cef16f60111::PrimitiveFactory
/aosp_15_r20/external/skia/modules/svg/include/
H A DSkSVGRenderContext.h174 std::unique_ptr<SkShaper> makeShaper() const { in makeShaper() function