Home | History | Annotate | Download | only in core

Lines Matching refs:SkBitmapHeapEntry

19  * SkBitmapHeapEntry provides users of SkBitmapHeap (using internal storage) with a means to...
23 class SkBitmapHeapEntry : SkNoncopyable {
25 ~SkBitmapHeapEntry();
36 SkBitmapHeapEntry();
131 SkBitmapHeapEntry* entry = getEntry(slot);
146 SkBitmapHeapEntry* entry = getEntry(slot);
161 * (2) until all owners have called releaseRef on the appropriate SkBitmapHeapEntry*
169 * @return a SkBitmapHeapEntry that wraps the bitmap or NULL if external storage is used.
171 SkBitmapHeapEntry* getEntry(int32_t slot) const {
205 * existing SkBitmap is inserted into the SkBitmapHeap, its corresponding SkBitmapHeapEntry will
260 * @param entry A pointer to a SkBitmapHeapEntry* that if non-null AND the bitmap is found
263 int findInLookupTable(const LookupEntry& key, SkBitmapHeapEntry** entry);
288 SkTDArray<SkBitmapHeapEntry*> fStorage;