HomeSort by relevance Sort by last modified time
    Searched refs:make_picture (Results 1 - 12 of 12) sorted by null

  /external/skia/gm/
picture.cpp 13 static sk_sp<SkPicture> make_picture() { function
49 fPicture = make_picture();
pictureimagefilter.cpp 30 static sk_sp<SkPicture> make_picture() { function
66 fPicture = make_picture();
image.cpp 208 static sk_sp<SkImage> make_picture(const SkImageInfo& info, GrContext*, void (*draw)(SkCanvas*)) { function
248 make_codec, make_raster, make_picture, make_codec, make_gpu,
  /external/skia/tests/
ImageIsOpaqueTest.cpp 50 static sk_sp<SkPicture> make_picture() { function
68 SkImage::MakeFromPicture(make_picture(), { 10, 10 }, nullptr, nullptr,
ImageGeneratorTest.cpp 102 static sk_sp<SkPicture> make_picture() { function
127 auto picture = make_picture();
SerialProcsTest.cpp 181 static sk_sp<SkPicture> make_picture(sk_sp<SkTypeface> tf0, sk_sp<SkTypeface> tf1) { function
200 auto pic = make_picture(tf0, tf1);
  /external/skqp/gm/
picture.cpp 13 static sk_sp<SkPicture> make_picture() { function
49 fPicture = make_picture();
pictureimagefilter.cpp 30 static sk_sp<SkPicture> make_picture() { function
66 fPicture = make_picture();
image.cpp 208 static sk_sp<SkImage> make_picture(const SkImageInfo& info, GrContext*, void (*draw)(SkCanvas*)) { function
248 make_codec, make_raster, make_picture, make_codec, make_gpu,
  /external/skqp/tests/
ImageIsOpaqueTest.cpp 50 static sk_sp<SkPicture> make_picture() { function
68 SkImage::MakeFromPicture(make_picture(), { 10, 10 }, nullptr, nullptr,
ImageGeneratorTest.cpp 102 static sk_sp<SkPicture> make_picture() { function
127 auto picture = make_picture();
SerialProcsTest.cpp 181 static sk_sp<SkPicture> make_picture(sk_sp<SkTypeface> tf0, sk_sp<SkTypeface> tf1) { function
200 auto pic = make_picture(tf0, tf1);

Completed in 1605 milliseconds