Lines Matching refs:SkPicture
65 static SkPicture* record_bitmaps(const SkBitmap bm[], const SkPoint pos[], in record_bitmaps()
67 SkPicture* pic = new SkPicture; in record_bitmaps()
91 static void draw(SkPicture* pic, const SkRect& subset, SkBitmap* result) { in draw()
181 SkAutoTUnref<SkPicture> pic(record_bitmaps(bm, pos, N, procs[k])); in test_gatherpixelrefs()
243 SkPicture picture; in test_deleting_empty_playback()
254 SkPicture picture; in test_serializing_empty_picture()
288 SkPicture picture; in test_peephole()
298 SkPicture picture; in test_peephole()
321 SkPicture picture; in test_bad_bitmap()
364 SkPicture picture; in serialized_picture_from_bitmap()
403 SkPicture picture; in test_clone_empty()
406 SkPicture* destPicture = picture.clone(); in test_clone_empty()
412 SkPicture picture; in test_clone_empty()
414 SkPicture* destPicture = picture.clone(); in test_clone_empty()