HomeSort by relevance Sort by last modified time
    Searched refs:make_picture (Results 1 - 10 of 10) 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
72 fPicture = make_picture();
image.cpp 228 static sk_sp<SkImage> make_picture(const SkImageInfo& info, GrContext*, void (*draw)(SkCanvas*)) { function
268 make_codec, make_raster, make_picture, make_codec, make_gpu,
  /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
72 fPicture = make_picture();
image.cpp 227 static sk_sp<SkImage> make_picture(const SkImageInfo& info, GrContext*, void (*draw)(SkCanvas*)) { function
267 make_codec, make_raster, make_picture, make_codec, make_gpu,
  /external/skia/tests/
ImageGeneratorTest.cpp 78 static sk_sp<SkPicture> make_picture() { function
102 auto picture = make_picture();
ImageIsOpaqueTest.cpp 108 static sk_sp<SkPicture> make_picture() { function
126 SkImage::MakeFromPicture(make_picture(), { 10, 10 }, nullptr, nullptr,
  /external/skqp/tests/
ImageGeneratorTest.cpp 77 static sk_sp<SkPicture> make_picture() { function
99 auto picture = make_picture();
ImageIsOpaqueTest.cpp 108 static sk_sp<SkPicture> make_picture() { function
126 SkImage::MakeFromPicture(make_picture(), { 10, 10 }, nullptr, nullptr,

Completed in 449 milliseconds