Home | History | Annotate | Download | only in images

Lines Matching refs:Config

110         virtual void inspect(int index, SkBitmap::Config config, int width, int height) {}
119 /** This optional table describes the caller's preferred config based on
123 pref[] table, which contains the caller's preferred config for that
130 config is actually returned, as it may not be able to support the
144 void setPrefConfigTable(const SkBitmap::Config pref[6]);
181 only the bitmap's width/height/config need be set. If kDecodePixels_Mode
185 kDecodeBounds_Mode, //!< only return width/height/config in bitmap
196 * decoding, the function converts the decoded config in bitmap
202 bool decode(SkStream*, SkBitmap* bitmap, SkBitmap::Config pref, Mode, bool reuseBitmap = false);
225 SkBitmap::Config pref);
236 config given the image data. If pref something other than kNo_Config,
239 config does not support that), in which case the decoder will choose a
246 SkBitmap::Config prefConfig, Mode,
256 config given the image data. If pref something other than kNo_Config,
259 config does not support that), in which case the decoder will choose a
266 SkBitmap::Config prefConfig, Mode,
276 natural config given the image data. If pref something other than
279 and the bitmap's config does not support that), in which case the
286 SkBitmap::Config prefConfig, Mode,
293 /** Return the default config for the running device.
295 what config they should decode into.
298 static SkBitmap::Config GetDeviceConfig();
299 /** Set the default config for the running device.
301 what config they should decode into.
305 static void SetDeviceConfig(SkBitmap::Config);
365 bool chooseFromOneChoice(SkBitmap::Config config, int width, int height) const;
368 width/height/rowbytes/config. Returns true on success. This method handles checking
378 /** The subclass, inside onDecode(), calls this to determine the config of
386 SkBitmap::Config getPrefConfig(SrcDepth, bool hasAlpha) const;
395 SkBitmap::Config fDefaultPref; // use if fUsePrefTable is false
396 SkBitmap::Config fPrefTable[6]; // use if fUsePrefTable is true