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

/external/skia/src/core/
H A DSkBitmapHeap.cpp9 #include "SkBitmapHeap.h"
47 bool SkBitmapHeap::LookupEntry::Less(const SkBitmapHeap::LookupEntry& a,
48 const SkBitmapHeap::LookupEntry& b) {
69 SkBitmapHeap::SkBitmapHeap(int32_t preferredSize, int32_t ownerCount) function in class:SkBitmapHeap
80 SkBitmapHeap::SkBitmapHeap(ExternalStorage* storage, int32_t preferredSize) function in class:SkBitmapHeap
92 SkBitmapHeap::~SkBitmapHeap() {
[all...]
H A DSkBitmapHeap.h18 * SkBitmapHeapEntry provides users of SkBitmapHeap (using internal storage) with a means to...
48 friend class SkBitmapHeap;
68 class SkBitmapHeap : public SkBitmapHeapReader { class in inherits:SkBitmapHeapReader
96 SkBitmapHeap(int32_t preferredSize = UNLIMITED_SIZE, int32_t ownerCount = IGNORE_OWNERS);
111 SkBitmapHeap(ExternalStorage* externalStorage, int32_t heapSize = UNLIMITED_SIZE);
113 virtual ~SkBitmapHeap();
196 * existing SkBitmap is inserted into the SkBitmapHeap, its corresponding SkBitmapHeapEntry will
198 * call to releaseRef. Only meaningful if this SkBitmapHeap was created with an owner count not

Completed in 52 milliseconds