Searched refs:make_picture (Results 1 – 12 of 12) sorted by relevance
/external/skqp/gm/ |
D | picture.cpp | 13 static sk_sp<SkPicture> make_picture() { in make_picture() function 49 fPicture = make_picture(); in onOnceBeforeDraw()
|
D | pictureimagefilter.cpp | 30 static sk_sp<SkPicture> make_picture() { in make_picture() function 66 fPicture = make_picture(); in onOnceBeforeDraw()
|
D | image.cpp | 208 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/ |
D | picture.cpp | 13 static sk_sp<SkPicture> make_picture() { in make_picture() function 49 fPicture = make_picture(); in onOnceBeforeDraw()
|
D | pictureimagefilter.cpp | 30 static sk_sp<SkPicture> make_picture() { in make_picture() function 66 fPicture = make_picture(); in onOnceBeforeDraw()
|
D | image.cpp | 208 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/ |
D | ImageIsOpaqueTest.cpp | 50 static sk_sp<SkPicture> make_picture() { in make_picture() function 68 SkImage::MakeFromPicture(make_picture(), { 10, 10 }, nullptr, nullptr, in DEF_TEST()
|
D | ImageGeneratorTest.cpp | 102 static sk_sp<SkPicture> make_picture() { in make_picture() function 127 auto picture = make_picture(); in DEF_TEST()
|
D | SerialProcsTest.cpp | 181 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/ |
D | ImageIsOpaqueTest.cpp | 50 static sk_sp<SkPicture> make_picture() { in make_picture() function 68 SkImage::MakeFromPicture(make_picture(), { 10, 10 }, nullptr, nullptr, in DEF_TEST()
|
D | ImageGeneratorTest.cpp | 102 static sk_sp<SkPicture> make_picture() { in make_picture() function 127 auto picture = make_picture(); in DEF_TEST()
|
D | SerialProcsTest.cpp | 181 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()
|