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

  /external/chromium_org/third_party/skia/include/core/
SkBitmap.h 298 bool allocPixels(const SkImageInfo&, SkPixelRefFactory*, SkColorTable*);
306 bool allocPixels(const SkImageInfo& info) {
307 return this->allocPixels(info, NULL, NULL);
315 return this->allocPixels(info);
398 bool allocPixels(SkColorTable* ctable = NULL) {
399 return this->allocPixels(NULL, ctable);
420 bool allocPixels(Allocator* allocator, SkColorTable* ctable);
740 allocPixels().
    [all...]
  /external/skia/include/core/
SkBitmap.h 298 bool allocPixels(const SkImageInfo&, SkPixelRefFactory*, SkColorTable*);
306 bool allocPixels(const SkImageInfo& info) {
307 return this->allocPixels(info, NULL, NULL);
315 return this->allocPixels(info);
398 bool allocPixels(SkColorTable* ctable = NULL) {
399 return this->allocPixels(NULL, ctable);
420 bool allocPixels(Allocator* allocator, SkColorTable* ctable);
718 allocPixels().
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkBitmap.cpp 358 bool SkBitmap::allocPixels(Allocator* allocator, SkColorTable* ctable) {
369 bool SkBitmap::allocPixels(const SkImageInfo& requestedInfo, SkPixelRefFactory* factory,
1014 if (!tmpDst.allocPixels(alloc, ctable)) {
    [all...]
  /external/skia/src/core/
SkBitmap.cpp 358 bool SkBitmap::allocPixels(Allocator* allocator, SkColorTable* ctable) {
369 bool SkBitmap::allocPixels(const SkImageInfo& requestedInfo, SkPixelRefFactory* factory,
961 if (!tmpDst.allocPixels(alloc, ctable)) {
    [all...]

Completed in 3900 milliseconds