HomeSort by relevance Sort by last modified time
    Searched defs:allocPixels (Results 1 - 2 of 2) sorted by null

  /external/skia/include/core/
SkBitmap.h 205 bool allocPixels(SkColorTable* ctable = NULL) {
206 return this->allocPixels(NULL, ctable);
228 bool allocPixels(Allocator* allocator, SkColorTable* ctable);
424 allocPixels().
  /external/skia/src/core/
SkBitmap.cpp 327 bool SkBitmap::allocPixels(Allocator* allocator, SkColorTable* ctable) {
664 bm.allocPixels(this->getColorTable());
757 if (!tmp.allocPixels(alloc, ctable)) {
1141 dst->allocPixels();
1160 dst->allocPixels();
    [all...]

Completed in 262 milliseconds