Lines Matching full:picture
50 * Recreate a picture that was serialized into a stream.
51 * @param SkStream Serialized picture data. Ownership is unchanged by this call.
60 * Recreate a picture that was serialized into a stream.
65 * @param SkStream Serialized picture data. Ownership is unchanged by this call.
72 * Recreate a picture that was serialized into a buffer. If the creation requires bitmap
75 * @param SkReadBuffer Serialized picture data.
83 * of the picture, this callback will periodically be invoked. If its
84 * abort() returns true, then picture playback will be interrupted.
99 this has the effect of unfurling this picture into the destination
107 /** Return a cull rect for this picture.
108 Ops recorded into this picture that attempt to draw outside the cull might not be drawn.
117 * bitmaps and images in the picture.
132 /** Return the approximate number of operations in this picture. This
139 /** Return true if this picture contains text.
143 /** Returns the approximate byte size of this picture, not including large ref'd objects. */
146 /** Return true if the SkStream/Buffer represents a serialized picture, and
157 /** Return true if the picture is suitable for rendering on the GPU. */
193 // V42: Added a bool to SkPictureShader serialization to indicate did-we-serialize-a-picture?
196 // Only SKPs within the min/current picture version range (inclusive) can be read.