Searched refs:decPtr (Results 1 - 4 of 4) sorted by relevance

/external/skia/include/core/
H A DSkPtrRecorder.h19 * and decPtr(). incPtr() is called each time a unique ptr is added ot the
20 * set. decPtr() is called on each ptr when the set is destroyed or reset.
48 * incPtr() and decPtr() are not called during this operation.
53 * Call decPtr() on each ptr in the set, and the reset the size of the set
60 virtual void decPtr(void* ptr) {} function in class:SkPtrSet
H A DSkFlattenable.h189 * base class's incPtr() and decPtr() are called. This makes it a valid owner
199 virtual void decPtr(void*);
/external/skia/src/core/
H A DSkPtrRecorder.cpp15 this->decPtr(p->fPtr);
H A DSkFlattenable.cpp348 // call this now, while our decPtr() is sill in scope
356 void SkRefCntSet::decPtr(void* ptr) {

Completed in 53 milliseconds