Home | History | Annotate | Download | only in tools

Lines Matching full:picture

211 /** Converts fPicture to a picture that uses a BBoxHierarchy.
212 * PictureRenderer subclasses that are used to test picture playback
340 // Record the new picture as a new SKP with PNG encoded bitmaps.
387 void SimplePictureRenderer::init(SkPicture* picture) {
388 INHERITED::init(picture);
501 // This is solved by first taking our picture size and rounding it up to the
519 // The tile height is constant for a particular picture.
549 * canvas represents the rectangle's portion of the overall picture.
556 // Translate so that we draw the correct portion of the picture.
638 // the picture may have some commands that draw outside of this area and so should not actually
733 SkPicture* fClone; // Picture to draw from. Each CloneData has a unique one which
737 SkTDArray<SkRect>& fRects; // All tiles of the picture.
752 // picture.
763 // Only need to create fNumThreads - 1 clones, since one thread will use the base picture.