Home
last modified time | relevance | path

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

/external/skqp/gm/
Dpicture.cpp13 static sk_sp<SkPicture> make_picture() { in make_picture() function
49 fPicture = make_picture(); in onOnceBeforeDraw()
Dpictureimagefilter.cpp30 static sk_sp<SkPicture> make_picture() { in make_picture() function
66 fPicture = make_picture(); in onOnceBeforeDraw()
Dimage.cpp208 static sk_sp<SkImage> make_picture(const SkImageInfo& info, GrContext*, void (*draw)(SkCanvas*)) { in make_picture() function
248 make_codec, make_raster, make_picture, make_codec, make_gpu, in onDraw()
/external/skia/gm/
Dpicture.cpp13 static sk_sp<SkPicture> make_picture() { in make_picture() function
49 fPicture = make_picture(); in onOnceBeforeDraw()
Dpictureimagefilter.cpp30 static sk_sp<SkPicture> make_picture() { in make_picture() function
66 fPicture = make_picture(); in onOnceBeforeDraw()
Dimage.cpp208 static sk_sp<SkImage> make_picture(const SkImageInfo& info, GrContext*, void (*draw)(SkCanvas*)) { in make_picture() function
248 make_codec, make_raster, make_picture, make_codec, make_gpu, in onDraw()
/external/skqp/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.cpp181 static sk_sp<SkPicture> make_picture(sk_sp<SkTypeface> tf0, sk_sp<SkTypeface> tf1) { in make_picture() function
200 auto pic = make_picture(tf0, tf1); in DEF_TEST()
/external/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.cpp181 static sk_sp<SkPicture> make_picture(sk_sp<SkTypeface> tf0, sk_sp<SkTypeface> tf1) { in make_picture() function
200 auto pic = make_picture(tf0, tf1); in DEF_TEST()