Home | History | Annotate | Download | only in api

Lines Matching full:sk_sp

40         sk_sp<SkSurface> rasterSurface =
44 sk_sp<SkImage> img(rasterSurface->makeImageSnapshot());
46 sk_sp<SkData> png(img->encode());
65 sk_sp<SkSurface> surface =
101 sk_sp<GrContext> context = GrContext::MakeGL(interface);
103 sk_sp<SkSurface> gpuSurface(
111 sk_sp<SkImage> img(gpuSurface->makeImageSnapshot());
113 sk_sp<SkData> png(img->encode());
134 sk_sp<SkDocument> pdfDoc = SkDocument::MakePDF(&pdfStream);
159 sk_sp<SkPicture> picture = recorder.finishRecordingAsPicture();
196 sk_sp<SkDocument> xpsDoc = SkDocument::MakeXPS(&pdfStream, factory);