Lines Matching refs:sk_sp
745 using SlideFactory = sk_sp<Slide>(*)(const SkString& name, const SkString& path);
753 [](const SkString& name, const SkString& path) -> sk_sp<Slide> {
757 [](const SkString& name, const SkString& path) -> sk_sp<Slide> {
761 [](const SkString& name, const SkString& path) -> sk_sp<Slide> {
766 [](const SkString& name, const SkString& path) -> sk_sp<Slide> {
772 [](const SkString& name, const SkString& path) -> sk_sp<Slide> {
778 [](const SkString& name, const SkString& path) -> sk_sp<Slide> {
784 SkTArray<sk_sp<Slide>> dirSlides;
820 sk_sp<BisectSlide> bisect = BisectSlide::Create(FLAGS_bisect[0]);
836 sk_sp<Slide> slide(new GMSlide(std::move(gm)));
848 sk_sp<Slide> slide(new SampleSlide(factory));
857 sk_sp<Slide> slide(new ParticlesSlide());
865 sk_sp<Slide> slide(new SkSLSlide());
905 sk_sp<Slide> slide(new NullSlide());
1297 sk_sp<SkTextBlob>* cache) {
1358 sk_sp<SkTextBlob> cache;
1472 sk_sp<SkColorSpace> colorSpace = nullptr;
1484 sk_sp<SkPicture> picture(recorder.finishRecordingAsPicture());
1520 sk_sp<SkSurface> offscreenSurface = nullptr;
1584 sk_sp<SkPicture> picture(recorder.finishRecordingAsPicture());
2481 auto collectShaders = [this](sk_sp<const SkData> key, sk_sp<SkData> data,