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

  /external/skia/src/images/
SkImageDecoder.cpp 53 : fReporter(NULL), fPeeker(NULL), fChooser(NULL), fAllocator(NULL),
61 fAllocator->safeUnref();
80 SkRefCnt_SafeAssign(fAllocator, alloc);
110 return bitmap->allocPixels(fAllocator, ctable);
  /external/skia/include/images/
SkImageDecoder.h 152 SkBitmap::Allocator* getAllocator() const { return fAllocator; }
399 SkBitmap::Allocator* fAllocator;

Completed in 55 milliseconds