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

  /external/skia/src/core/
SkBitmapHeap.cpp 9 #include "SkBitmapHeap.h"
16 SK_DEFINE_INST_COUNT(SkBitmapHeap::ExternalStorage)
41 int SkBitmapHeap::LookupEntry::Compare(const SkBitmapHeap::LookupEntry *a,
42 const SkBitmapHeap::LookupEntry *b) {
65 SkBitmapHeap::SkBitmapHeap(int32_t preferredSize, int32_t ownerCount)
76 SkBitmapHeap::SkBitmapHeap(ExternalStorage* storage, int32_t preferredSize)
88 SkBitmapHeap::~SkBitmapHeap()
    [all...]
SkBitmapHeap.h 19 * SkBitmapHeapEntry provides users of SkBitmapHeap (using internal storage) with a means to...
49 friend class SkBitmapHeap;
69 class SkBitmapHeap : public SkBitmapHeapReader {
97 SkBitmapHeap(int32_t preferredSize = UNLIMITED_SIZE, int32_t ownerCount = IGNORE_OWNERS);
112 SkBitmapHeap(ExternalStorage* externalStorage, int32_t heapSize = UNLIMITED_SIZE);
114 ~SkBitmapHeap();
205 * existing SkBitmap is inserted into the SkBitmapHeap, its corresponding SkBitmapHeapEntry will
207 * call to releaseRef. Only meaningful if this SkBitmapHeap was created with an owner count not

Completed in 32 milliseconds