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

/external/skia/include/core/
H A DSkBitmap.h205 bool allocPixels(SkColorTable* ctable = NULL) { function in class:SkBitmap
206 return this->allocPixels(NULL, ctable);
228 bool allocPixels(Allocator* allocator, SkColorTable* ctable);
424 allocPixels().
/external/skia/src/core/
H A DSkBitmap.cpp327 bool SkBitmap::allocPixels(Allocator* allocator, SkColorTable* ctable) { function in class:SkBitmap
664 bm.allocPixels(this->getColorTable());
757 if (!tmp.allocPixels(alloc, ctable)) {
1141 dst->allocPixels();
1160 dst->allocPixels();
1291 if (this->allocPixels(ctable)) {

Completed in 53 milliseconds