Home | History | Annotate | Download | only in tests

Lines Matching defs:pic

36     SkAutoTUnref<const SkPicture> pic;
46 pic.reset(recorder.endRecording());
53 GrRecordReplaceDraw(pic, &canvas, nullptr, SkMatrix::I(), &callback);
71 SkAutoTUnref<const SkPicture> pic;
80 pic.reset(recorder.endRecording());
86 GrRecordReplaceDraw(pic, &canvas, nullptr, SkMatrix::I(), nullptr/*callback*/);
94 SkAutoTUnref<const SkPicture> pic;
105 pic.reset(recorder.endRecording());
115 GrCachedLayer* layer = layerCache->findLayerOrCreate(pic->uniqueID(), 0, 2,
134 GrRecordReplaceDraw(pic, &canvas, layerCache, SkMatrix::I(), nullptr/*callback*/);