Searched defs:allocPixels (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkBitmap.h233 SK_ALLOCPIXELS_RETURN_TYPE allocPixels(const SkImageInfo& info, SkPixelRefFactory* factory, function in class:SkBitmap
251 SK_ALLOCPIXELS_RETURN_TYPE allocPixels(const SkImageInfo& info, size_t rowBytes) { function in class:SkBitmap
262 SK_ALLOCPIXELS_RETURN_TYPE allocPixels(const SkImageInfo& info) { function in class:SkBitmap
263 return this->allocPixels(info, info.minRowBytes());
275 return this->allocPixels(info);
354 SK_ALLOCPIXELS_RETURN_TYPE allocPixels(SkColorTable* ctable = NULL) { function in class:SkBitmap
355 return this->allocPixels(NULL, ctable);
378 SK_ALLOCPIXELS_RETURN_TYPE allocPixels(Allocator* allocator, SkColorTable* ctable) { function in class:SkBitmap
703 allocPixels().
/external/skia/include/core/
H A DSkBitmap.h298 bool allocPixels(const SkImageInfo&, SkPixelRefFactory*, SkColorTable*);
306 bool allocPixels(const SkImageInfo& info) { function in class:SkBitmap
307 return this->allocPixels(info, NULL, NULL);
315 return this->allocPixels(info);
398 bool allocPixels(SkColorTable* ctable = NULL) { function in class:SkBitmap
399 return this->allocPixels(NULL, ctable);
420 bool allocPixels(Allocator* allocator, SkColorTable* ctable);
718 allocPixels().
/external/skia/src/core/
H A DSkBitmap.cpp358 bool SkBitmap::allocPixels(Allocator* allocator, SkColorTable* ctable) { function in class:SkBitmap
369 bool SkBitmap::allocPixels(const SkImageInfo& requestedInfo, SkPixelRefFactory* factory, function in class:SkBitmap
961 if (!tmpDst.allocPixels(alloc, ctable)) {
1171 if (!tmpBitmap.allocPixels(allocator, NULL)) {
1195 if (!tmpBitmap.allocPixels(allocator, NULL)) {

Completed in 82 milliseconds