Lines Matching refs:pic
181 static bool compare_picture(const SkString& path, const SkBitmap& inBitmap, SkPicture* pic) {
185 renderer.init(pic);
205 int benchmarkType, const SkString& path, SkPicture* pic,
223 renderer->init(pic);
256 if (!compare_picture(path, *bitmap, pic)) {
267 const SkString& path, SkPicture* pic, BenchTimer* timer) {
273 path, pic, kNumPlaybacks, message.c_str(), timer);
281 const SkString& path, SkPicture* pic, BenchTimer* timer) {
293 path, pic, numRecordings, "recording", timer);
314 SkAutoTUnref<SkPicture> pic(pic_from_path(path.c_str()));
315 if (NULL == pic) {
319 benchControl.fFunction(benchControl, path, pic, &timer);