Searched defs:SkBitmapHeap (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkBitmapHeap.cpp9 #include "SkBitmapHeap.h"
44 bool SkBitmapHeap::LookupEntry::Less(const SkBitmapHeap::LookupEntry& a,
45 const SkBitmapHeap::LookupEntry& b) {
66 SkBitmapHeap::SkBitmapHeap(int32_t preferredSize, int32_t ownerCount) function in class:SkBitmapHeap
77 SkBitmapHeap::SkBitmapHeap(ExternalStorage* storage, int32_t preferredSize) function in class:SkBitmapHeap
89 SkBitmapHeap::~SkBitmapHeap() {
[all...]
H A DSkBitmapHeap.h19 * SkBitmapHeapEntry provides users of SkBitmapHeap (using internal storage) with a means to...
49 friend class SkBitmapHeap;
69 class SkBitmapHeap : public SkBitmapHeapReader { class in inherits:SkBitmapHeapReader
97 SkBitmapHeap(int32_t preferredSize = UNLIMITED_SIZE, int32_t ownerCount = IGNORE_OWNERS);
112 SkBitmapHeap(ExternalStorage* externalStorage, int32_t heapSize = UNLIMITED_SIZE);
114 virtual ~SkBitmapHeap();
197 * existing SkBitmap is inserted into the SkBitmapHeap, its corresponding SkBitmapHeapEntry will
199 * call to releaseRef. Only meaningful if this SkBitmapHeap was created with an owner count not

Completed in 218 milliseconds