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

  /external/skia/include/core/
SkBitmap.h 302 bool allocPixels(SkColorTable* ctable = NULL) {
303 return this->allocPixels(NULL, ctable);
325 bool allocPixels(Allocator* allocator, SkColorTable* ctable);
611 allocPixels().
  /external/skia/legacy/include/core/
SkBitmap.h 273 bool allocPixels(SkColorTable* ctable = NULL) {
274 return this->allocPixels(NULL, ctable);
296 bool allocPixels(Allocator* allocator, SkColorTable* ctable);
570 allocPixels().
    [all...]
  /external/skia/legacy/src/core/
SkBitmap.cpp 362 bool SkBitmap::allocPixels(Allocator* allocator, SkColorTable* ctable) {
799 bm.allocPixels(this->getColorTable());
911 if (!tmpDst.allocPixels(alloc, ctable)) {
    [all...]
  /external/skia/src/core/
SkBitmap.cpp 379 bool SkBitmap::allocPixels(Allocator* allocator, SkColorTable* ctable) {
947 bm.allocPixels(this->getColorTable());
1072 if (!tmpDst.allocPixels(alloc, ctable)) {
    [all...]

Completed in 138 milliseconds