Lines Matching refs:kNo_Config
133 input, or kNo_Config if there is no preference.
213 return this->decode(stream, bitmap, SkBitmap::kNo_Config, mode, reuseBitmap);
244 If pref is kNo_Config, then the decoder is free to choose the most natural
245 config given the image data. If pref something other than kNo_Config,
258 return DecodeFile(file, bitmap, SkBitmap::kNo_Config,
264 If pref is kNo_Config, then the decoder is free to choose the most natural
265 config given the image data. If pref something other than kNo_Config,
278 return DecodeMemory(buffer, size, bitmap, SkBitmap::kNo_Config,
284 If pref is kNo_Config, then the decoder is free to choose the most
286 kNo_Config, the decoder will attempt to decode the image into that
298 return DecodeStream(stream, bitmap, SkBitmap::kNo_Config,
305 Default is kNo_Config, but this can be changed with SetDeviceConfig()
311 Default is kNo_Config.
390 srcDepth and hasAlpha, or kNo_Config if there is no preference.