HomeSort by relevance Sort by last modified time
    Searched refs:decPtr (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkPtrRecorder.h 20 * and decPtr(). incPtr() is called each time a unique ptr is added ot the
21 * set. decPtr() is called on each ptr when the set is destroyed or reset.
51 * incPtr() and decPtr() are not called during this operation.
56 * Call decPtr() on each ptr in the set, and the reset the size of the set
84 virtual void decPtr(void*) {}
126 * base class's incPtr() and decPtr() are called. This makes it a valid owner
136 virtual void decPtr(void*);
SkPtrRecorder.cpp 15 this->decPtr(p->fPtr);
SkFlattenable.cpp 47 // call this now, while our decPtr() is sill in scope
55 void SkRefCntSet::decPtr(void* ptr) {
  /external/skia/src/core/
SkPtrRecorder.h 20 * and decPtr(). incPtr() is called each time a unique ptr is added ot the
21 * set. decPtr() is called on each ptr when the set is destroyed or reset.
51 * incPtr() and decPtr() are not called during this operation.
56 * Call decPtr() on each ptr in the set, and the reset the size of the set
63 virtual void decPtr(void*) {}
105 * base class's incPtr() and decPtr() are called. This makes it a valid owner
115 virtual void decPtr(void*);
SkPtrRecorder.cpp 15 this->decPtr(p->fPtr);
SkFlattenable.cpp 48 // call this now, while our decPtr() is sill in scope
56 void SkRefCntSet::decPtr(void* ptr) {

Completed in 300 milliseconds