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

/external/chromium_org/third_party/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);
740 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/chromium_org/third_party/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
1014 if (!tmpDst.allocPixels(alloc, ctable)) {
1186 if (!tmpBitmap.allocPixels(allocator, NULL)) {
1210 if (!tmpBitmap.allocPixels(allocator, NULL)) {
/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 175 milliseconds