Lines Matching full:embedded
82 SkCodecPrintf("Error: No images embedded in ico.\n"); in MakeFromStream()
115 // embedded image. In the event of an inconsistency, we would always in MakeFromStream()
116 // defer to the value in the embedded header anyway. in MakeFromStream()
118 // Specifies the size of the embedded image, including the header in MakeFromStream()
121 // Specifies the offset of the embedded image from the start of file. in MakeFromStream()
123 // start of the embedded image header. in MakeFromStream()
131 // Default Result, if no valid embedded codecs are found. in MakeFromStream()
134 // It is "customary" that the embedded images will be stored in order of in MakeFromStream()
137 // case. Here we sort the embedded images by increasing offset. in MakeFromStream()
146 // Now will construct a candidate codec for each of the embedded images in MakeFromStream()
168 SkCodecPrintf("Warning: could not create embedded stream.\n"); in MakeFromStream()
177 // Check if the embedded codec is bmp or png and create the codec in MakeFromStream()
192 SkCodecPrintf("Error: could not find any valid embedded ico codecs.\n"); in MakeFromStream()
219 // The source skcms_PixelFormat will not be used. The embedded in SkIcoCodec()
295 // The embedded codec will handle filling incomplete images, so we will indicate in onGetPixels()
300 // Continue trying to find a valid embedded codec on a failed decode. in onGetPixels()
365 // rewind. The embedded codec has an SkMemoryStream, which is in onStartIncrementalDecode()
376 // Move on to the next embedded codec. in onStartIncrementalDecode()