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

/external/skia/include/core/
H A DSkBitmap.h273 bool allocPixels(SkColorTable* ctable = NULL) { function in class:SkBitmap
274 return this->allocPixels(NULL, ctable);
296 bool allocPixels(Allocator* allocator, SkColorTable* ctable);
570 allocPixels().
/external/skia/src/core/
H A DSkBitmap.cpp362 bool SkBitmap::allocPixels(Allocator* allocator, SkColorTable* ctable) { function in class:SkBitmap
799 bm.allocPixels(this->getColorTable());
911 if (!tmpDst.allocPixels(alloc, ctable)) {
1319 if (!tmpBitmap.allocPixels(allocator, NULL)) {
1343 if (!tmpBitmap.allocPixels(allocator, NULL)) {
1489 if (this->allocPixels(ctable)) {

Completed in 150 milliseconds