Searched refs:setTextShapingFactory (Results 1 – 21 of 21) sorted by relevance
24 .setTextShapingFactory(SkShapers::BestAvailable()) in FuzzSVG()
60 .setTextShapingFactory(SkShapers::BestAvailable()) in onOnceBeforeDraw()114 .setTextShapingFactory(SkShapers::BestAvailable()) in onOnceBeforeDraw()
60 .setTextShapingFactory(SkShapers::BestAvailable()) in onOnceBeforeDraw()
41 .setTextShapingFactory(SkShapers::BestAvailable()) in load()
45 .setTextShapingFactory(SkShapers::BestAvailable()) in load()
53 .setTextShapingFactory(SkShapers::BestAvailable()) in load()
73 .setTextShapingFactory(SkShapers::BestAvailable()) in main()
46 Builder& setTextShapingFactory(sk_sp<SkShapers::Factory>);
71 .setTextShapingFactory(SkShapers::BestAvailable()) in main()
114 .setTextShapingFactory(SkShapers::BestAvailable()) in DEF_TEST()290 .setTextShapingFactory(SkShapers::BestAvailable()) in DEF_TEST()
170 Builder& setTextShapingFactory(sk_sp<SkShapers::Factory>);
95 .setTextShapingFactory(SkShapers::BestAvailable()) in main()
190 .setTextShapingFactory(sk_make_sp<SkShapers::HarfbuzzFactory>()) in Java_org_skia_skottie_SkottieAnimation_nCreateProxy()
417 SkSVGDOM::Builder& SkSVGDOM::Builder::setTextShapingFactory(sk_sp<SkShapers::Factory> f) { in setTextShapingFactory() function in SkSVGDOM::Builder
344 Animation::Builder& Animation::Builder::setTextShapingFactory(sk_sp<SkShapers::Factory> factory) { in setTextShapingFactory() function in skottie::Animation::Builder
548 .setTextShapingFactory(SkShapers::BestAvailable()) in main()
716 .setTextShapingFactory(SkShapers::BestAvailable()) in create_skp_from_svg()
1306 .setTextShapingFactory(SkShapers::BestAvailable()) in draw()1388 .setTextShapingFactory(SkShapers::BestAvailable()) in SVGSrc()2689 .setTextShapingFactory(std::move(shapingFactory)) in draw()
277 .setTextShapingFactory(SkShapers::BestAvailable()) in Make()
885 .setTextShapingFactory(SkShapers::BestAvailable()) in ReadSVGPicture()
281 use one of the builders and call `setTextShapingFactory` with a newly-created288 For example `builder.setTextShapingFactory(SkShapers::BestAvailable())` will use