Lines Matching refs:Config
110 virtual void inspect(int index, SkBitmap::Config config, int width, int height) {} in inspect()
144 void setPrefConfigTable(const SkBitmap::Config pref[6]);
202 bool decode(SkStream*, SkBitmap* bitmap, SkBitmap::Config pref, Mode, bool reuseBitmap = false);
225 SkBitmap::Config pref);
246 SkBitmap::Config prefConfig, Mode,
266 SkBitmap::Config prefConfig, Mode,
286 SkBitmap::Config prefConfig, Mode,
298 static SkBitmap::Config GetDeviceConfig();
305 static void SetDeviceConfig(SkBitmap::Config);
365 bool chooseFromOneChoice(SkBitmap::Config config, int width, int height) const;
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