Searched defs:decPtr (Results 1 - 1 of 1) 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

Completed in 82 milliseconds