Lines Matching refs:Config
43 enum Config { enum
98 Config config() const { return (Config)fConfig; } in config()
101 Config getConfig() const { return this->config(); } in getConfig()
204 static int ComputeRowBytes(Config c, int width);
209 static int ComputeBytesPerPixel(Config c);
214 static int ComputeShiftPerPixel(Config c) { in ComputeShiftPerPixel()
218 static Sk64 ComputeSize64(Config, int width, int height);
219 static size_t ComputeSize(Config, int width, int height);
225 void setConfig(Config, int width, int height, int rowBytes = 0);
490 bool copyTo(SkBitmap* dst, Config c, Allocator* allocator = NULL) const;
499 bool deepCopyTo(SkBitmap* dst, Config c) const;
504 bool canCopyTo(Config newConfig) const;
633 static Sk64 ComputeSafeSize64(Config config,
637 static size_t ComputeSafeSize(Config config,