Lines Matching full:embedded
82 SkCodecPrintf("Error: No images embedded in ico.\n"); in MakeFromStream()
120 // embedded image. In the event of an inconsistency, we would always in MakeFromStream()
121 // defer to the value in the embedded header anyway. in MakeFromStream()
123 // Specifies the size of the embedded image, including the header in MakeFromStream()
126 // Specifies the offset of the embedded image from the start of file. in MakeFromStream()
128 // start of the embedded image header. in MakeFromStream()
155 // Default Result, if no valid embedded codecs are found. in MakeFromStream()
158 // It is "customary" that the embedded images will be stored in order of in MakeFromStream()
161 // case. Here we sort the embedded images by increasing offset. in MakeFromStream()
181 // Now will construct a candidate codec for each of the embedded images in MakeFromStream()
203 SkCodecPrintf("Warning: could not create embedded stream.\n"); in MakeFromStream()
212 // Check if the embedded codec is bmp or png and create the codec in MakeFromStream()
227 SkCodecPrintf("Error: could not find any valid embedded ico codecs.\n"); in MakeFromStream()
254 // The source skcms_PixelFormat will not be used. The embedded in SkIcoCodec()
335 // The embedded codec will handle filling incomplete images, so we will indicate in onGetPixels()
340 // Continue trying to find a valid embedded codec on a failed decode. in onGetPixels()
405 // rewind. The embedded codec has an SkMemoryStream, which is in onStartIncrementalDecode()
416 // Move on to the next embedded codec. in onStartIncrementalDecode()