Home | History | Annotate | Download | only in core

Lines Matching defs:allocPixels

362 bool SkBitmap::allocPixels(Allocator* allocator, SkColorTable* ctable) {
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)) {