Home
last modified time | relevance | path

Searched refs:fAllocator (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/images/
DSkImageDecoder.cpp53 : fReporter(NULL), fPeeker(NULL), fChooser(NULL), fAllocator(NULL), in SkImageDecoder()
61 fAllocator->safeUnref(); in ~SkImageDecoder()
80 SkRefCnt_SafeAssign(fAllocator, alloc); in setAllocator()
110 return bitmap->allocPixels(fAllocator, ctable); in allocPixelRef()
/external/skia/include/images/
DSkImageDecoder.h152 SkBitmap::Allocator* getAllocator() const { return fAllocator; } in getAllocator()
399 SkBitmap::Allocator* fAllocator; variable