Home | History | Annotate | Download | only in tools

Lines Matching defs:picture

66 "                     rerecord, Record the picture as a new skp, with the bitmaps PNG encoded.\n"
71 " copyTile width height, Draw the picture, then copy it into tiles.\n"
73 " If the picture is large enough, breaks it into\n"
74 " larger tiles (and draws the picture once per\n"
88 "the picture rendered in simple mode.\n"
94 " --clone n: Clone the picture n times before rendering.\n");
138 SkPicture* picture = SkNEW_ARGS(SkPicture,
146 SkPicture* clone = picture->clone();
147 SkDELETE(picture);
148 picture = clone;
151 SkDebugf("drawing... [%i %i] %s\n", picture->width(), picture->height(),
154 renderer.init(picture);
173 SkDELETE(picture);
200 SkDebugf("Failed to draw the picture.\n");
212 SkDebugf("Failed to draw the reference picture.\n");
271 SkDebugf("Failed to draw the picture.\n");