Lines Matching refs:SkPicture
12 #include "include/core/SkPicture.h"
130 static void draw_skp_and_flush_with_sync(GrDirectContext*, SkSurface*, const SkPicture*, GpuSync&);
131 static sk_sp<SkPicture> create_warmup_skp();
132 static sk_sp<SkPicture> create_skp_from_svg(SkStream*, const char* filename);
141 // Draw an SkPicture to the provided surface, flush the surface, and sync the GPU.
149 StaticSkp(sk_sp<SkPicture> skp) : fSkp(skp) {}
159 sk_sp<SkPicture> fSkp;
204 sk_sp<SkPicture> frame(int n) const { return fFrames[n].fPicture; }
214 SkPicture* picture) {
254 sk_sp<SkSurface> dstSurface, SkPicture* inputPicture,
267 sk_sp<SkPicture> newSKP = promiseImageHelper.recreateSKP(dContext, inputPicture);
378 SkSurface* surface, const SkPicture* skp,
516 sk_sp<SkPicture> skp;
535 skp = SkPicture::MakeFromStream(srcstream.get());
672 const SkPicture* skp, GpuSync& gpuSync) {
679 static sk_sp<SkPicture> create_warmup_skp() {
702 static sk_sp<SkPicture> create_skp_from_svg(SkStream* stream, const char* filename) {