Home | History | Annotate | Download | only in tools

Lines Matching full:picture

26 DEFINE_int32(clone, 0, "Clone the picture n times before rendering.");
41 "the picture rendered in simple mode. When used in conjunction with --bbh, results "
42 "are validated against the picture rendered in the same mode, but without the bbh.");
44 DEFINE_bool(bench_record, false, "If true, drop into an infinite loop of recording the picture.");
166 SkPicture* picture = SkPicture::CreateFromStream(&inputStream, proc);
168 if (NULL == picture) {
176 picture->draw(other.beginRecording(picture->width(), picture->height(), kRecordFlags));
181 SkPicture* clone = picture->clone();
182 SkDELETE(picture);
183 picture = clone;
186 SkDebugf("drawing... [%i %i] %s\n", picture->width(), picture->height(),
189 renderer.init(picture);
208 SkDELETE(picture);
269 SkDebugf("Failed to draw the picture.\n");
294 SkDebugf("Failed to draw the reference picture.\n");
370 SkDebugf("Failed to draw the picture.\n");