Lines Matching full:skbitmap
11 #include "SkBitmap.h"
23 Base class for decoding compressed images into a SkBitmap
149 virtual void inspect(int index, SkBitmap::Config config, int width, int height) {}
178 * If a bitmap is decoded into SkBitmap::A8_Config, the resulting bitmap
184 SkBitmap::Config fPrefFor_8Index_NoAlpha_src;
185 SkBitmap::Config fPrefFor_8Index_YesAlpha_src;
186 SkBitmap::Config fPrefFor_8Gray_src;
187 SkBitmap::Config fPrefFor_8bpc_NoAlpha_src;
188 SkBitmap::Config fPrefFor_8bpc_YesAlpha_src;
208 SkBitmap::Allocator* getAllocator() const { return fAllocator; }
209 SkBitmap::Allocator* setAllocator(SkBitmap::Allocator*);
261 If an SkBitmap::Allocator is installed via setAllocator, it will be
269 bool decode(SkStream*, SkBitmap* bitmap, SkColorType pref, Mode);
270 bool decode(SkStream* stream, SkBitmap* bitmap, Mode mode) {
290 bool decodeSubset(SkBitmap* bm, const SkIRect& subset, SkColorType pref);
306 static bool DecodeFile(const char file[], SkBitmap* bitmap, SkColorType pref, Mode,
308 static bool DecodeFile(const char file[], SkBitmap* bitmap) {
321 static bool DecodeMemory(const void* buffer, size_t size, SkBitmap* bitmap, SkColorType pref,
323 static bool DecodeMemory(const void* buffer, size_t size, SkBitmap* bitmap){
351 static bool DecodeStream(SkStreamRewindable* stream, SkBitmap* bitmap, SkColorType pref, Mode,
353 static bool DecodeStream(SkStreamRewindable* stream, SkBitmap* bitmap) {
358 bool decode(SkStream* stream, SkBitmap* bitmap, SkBitmap::Config pref, Mode mode) {
361 bool decodeSubset(SkBitmap* bm, const SkIRect& subset, SkBitmap::Config pref) {
364 static bool DecodeFile(const char file[], SkBitmap* bitmap, SkBitmap::Config pref, Mode mode,
368 static bool DecodeMemory(const void* buffer, size_t size, SkBitmap* bitmap,
369 SkBitmap::Config pref, Mode mode, Format* format = NULL) {
372 static bool DecodeStream(SkStreamRewindable* stream, SkBitmap* bitmap, SkBitmap::Config pref,
380 virtual bool onDecode(SkStream*, SkBitmap* bitmap, Mode) = 0;
390 virtual bool onDecodeSubset(SkBitmap* bitmap, const SkIRect& rect) {
409 SkBitmap *dst, SkBitmap *src, int sampleSize,
448 bool allocPixelRef(SkBitmap*, SkColorTable*) const;
473 SkBitmap::Allocator* fAllocator;