Home | History | Annotate | Download | only in images

Lines Matching refs:Config

117         virtual void inspect(int index, SkBitmap::Config config, int width, int height) {}
126 /** This optional table describes the caller's preferred config based on
130 pref[] table, which contains the caller's preferred config for that
137 config is actually returned, as it may not be able to support the
151 void setPrefConfigTable(const SkBitmap::Config pref[6]);
188 only the bitmap's width/height/config need be set. If kDecodePixels_Mode
192 kDecodeBounds_Mode, //!< only return width/height/config in bitmap
203 * decoding, the function converts the decoded config in bitmap
209 bool decode(SkStream*, SkBitmap* bitmap, SkBitmap::Config pref, Mode, bool reuseBitmap = false);
232 SkBitmap::Config pref);
243 config given the image data. If pref something other than kNo_Config,
246 config does not support that), in which case the decoder will choose a
253 SkBitmap::Config prefConfig, Mode,
263 config given the image data. If pref something other than kNo_Config,
266 config does not support that), in which case the decoder will choose a
273 SkBitmap::Config prefConfig, Mode,
283 natural config given the image data. If pref something other than
286 and the bitmap's config does not support that), in which case the
293 SkBitmap::Config prefConfig, Mode,
300 /** Return the default config for the running device.
302 what config they should decode into.
305 static SkBitmap::Config GetDeviceConfig();
306 /** Set the default config for the running device.
308 what config they should decode into.
312 static void SetDeviceConfig(SkBitmap::Config);
372 bool chooseFromOneChoice(SkBitmap::Config config, int width, int height) const;
375 width/height/rowbytes/config. Returns true on success. This method handles checking
385 /** The subclass, inside onDecode(), calls this to determine the config of
393 SkBitmap::Config getPrefConfig(SrcDepth, bool hasAlpha) const;
402 SkBitmap::Config fDefaultPref; // use if fUsePrefTable is false
403 SkBitmap::Config fPrefTable[6]; // use if fUsePrefTable is true