Home | History | Annotate | Download | only in images

Lines Matching full:will

25      *  The constructor will take a reference to the SkData.  The
26 * destructor will unref() it.
35 * This object will unref the stream when done. Since streams
39 * that there are no other consumers of the stream who will
68 * @param data Contains the encoded image data that will be used
69 * by the SkDecodingImageGenerator. Will be ref()ed.
71 * @param destination Upon success, this bitmap will be
74 * @param factory If not NULL, this object will be used as a
76 * SkDiscardableMemory::Create() will be called.
90 * @param stream The source of encoded data that will be passed
91 * to the decoder. The installed SkDecodingImageGenerator will
93 * function will perform the unref. Since streams have internal
97 * there are no other consumers of the stream who will modify the
98 * stream's position. This function will fail if
101 * @param destination Upon success, this bitmap will be
104 * @param factory If not NULL, this object will be used as a
106 * SkDiscardableMemory::Create() will be called.