Home
last modified time | relevance | path

Searched refs:make_picture (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/tests/
DImageIsOpaqueTest.cpp50 static sk_sp<SkPicture> make_picture() { in make_picture() function
68 SkImage::MakeFromPicture(make_picture(), { 10, 10 }, nullptr, nullptr, in DEF_TEST()
DImageGeneratorTest.cpp87 static sk_sp<SkPicture> make_picture() { in make_picture() function
112 auto picture = make_picture(); in DEF_TEST()
DSerialProcsTest.cpp180 static sk_sp<SkPicture> make_picture(sk_sp<SkTypeface> tf0, sk_sp<SkTypeface> tf1) { in make_picture() function
199 auto pic = make_picture(tf0, tf1); in DEF_TEST()
/third_party/flutter/skia/tests/
DImageIsOpaqueTest.cpp50 static sk_sp<SkPicture> make_picture() { in make_picture() function
68 SkImage::MakeFromPicture(make_picture(), { 10, 10 }, nullptr, nullptr, in DEF_TEST()
DImageGeneratorTest.cpp102 static sk_sp<SkPicture> make_picture() { in make_picture() function
127 auto picture = make_picture(); in DEF_TEST()
DSerialProcsTest.cpp180 static sk_sp<SkPicture> make_picture(sk_sp<SkTypeface> tf0, sk_sp<SkTypeface> tf1) { in make_picture() function
199 auto pic = make_picture(tf0, tf1); in DEF_TEST()
/third_party/skia/gm/
Dpicture.cpp21 static sk_sp<SkPicture> make_picture() { in make_picture() function
54 fPicture = make_picture(); in onOnceBeforeDraw()
Dpictureimagefilter.cpp40 static sk_sp<SkPicture> make_picture() { in make_picture() function
76 fPicture = make_picture(); in onOnceBeforeDraw()
Dimage.cpp235 static sk_sp<SkImage> make_picture(const SkImageInfo& info, in make_picture() function
289 make_codec, make_raster, make_picture, make_codec, make_gpu, in onDraw()
/third_party/flutter/skia/gm/
Dpicture.cpp21 static sk_sp<SkPicture> make_picture() { in make_picture() function
57 fPicture = make_picture(); in onOnceBeforeDraw()
Dpictureimagefilter.cpp41 static sk_sp<SkPicture> make_picture() { in make_picture() function
77 fPicture = make_picture(); in onOnceBeforeDraw()
Dimage.cpp230 static sk_sp<SkImage> make_picture(const SkImageInfo& info, GrContext*, void (*draw)(SkCanvas*)) { in make_picture() function
270 make_codec, make_raster, make_picture, make_codec, make_gpu, in onDraw()