Searched refs:make_picture (Results 1 – 12 of 12) sorted by relevance
/third_party/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 | 87 static sk_sp<SkPicture> make_picture() { in make_picture() function 112 auto picture = make_picture(); in DEF_TEST()
|
D | SerialProcsTest.cpp | 180 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/ |
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 | 180 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/ |
D | picture.cpp | 21 static sk_sp<SkPicture> make_picture() { in make_picture() function 54 fPicture = make_picture(); in onOnceBeforeDraw()
|
D | pictureimagefilter.cpp | 40 static sk_sp<SkPicture> make_picture() { in make_picture() function 76 fPicture = make_picture(); in onOnceBeforeDraw()
|
D | image.cpp | 235 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/ |
D | picture.cpp | 21 static sk_sp<SkPicture> make_picture() { in make_picture() function 57 fPicture = make_picture(); in onOnceBeforeDraw()
|
D | pictureimagefilter.cpp | 41 static sk_sp<SkPicture> make_picture() { in make_picture() function 77 fPicture = make_picture(); in onOnceBeforeDraw()
|
D | image.cpp | 230 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()
|