Lines Matching full:embedded
75 SkCodecPrintf("Error: No images embedded in ico.\n"); in MakeFromStream()
108 // embedded image. In the event of an inconsistency, we would always in MakeFromStream()
109 // defer to the value in the embedded header anyway. in MakeFromStream()
111 // Specifies the size of the embedded image, including the header in MakeFromStream()
114 // Specifies the offset of the embedded image from the start of file. in MakeFromStream()
116 // start of the embedded image header. in MakeFromStream()
124 // Default Result, if no valid embedded codecs are found. in MakeFromStream()
127 // It is "customary" that the embedded images will be stored in order of in MakeFromStream()
130 // case. Here we sort the embedded images by increasing offset. in MakeFromStream()
139 // Now will construct a candidate codec for each of the embedded images in MakeFromStream()
162 SkCodecPrintf("Warning: could not create embedded stream.\n"); in MakeFromStream()
171 // Check if the embedded codec is bmp or png and create the codec in MakeFromStream()
186 SkCodecPrintf("Error: could not find any valid embedded ico codecs.\n"); in MakeFromStream()
212 // The source skcms_PixelFormat will not be used. The embedded in SkIcoCodec()
289 // The embedded codec will handle filling incomplete images, so we will indicate in onGetPixels()
294 // Continue trying to find a valid embedded codec on a failed decode. in onGetPixels()
359 // rewind. The embedded codec has an SkMemoryStream, which is in onStartIncrementalDecode()
370 // Move on to the next embedded codec. in onStartIncrementalDecode()