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

  /external/skia/include/core/
SkPtrRecorder.h 19 * 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) {}
SkFlattenable.h 189 * base class's incPtr() and decPtr() are called. This makes it a valid owner
199 virtual void decPtr(void*);
  /external/skia/src/core/
SkPtrRecorder.cpp 15 this->decPtr(p->fPtr);
SkFlattenable.cpp 348 // call this now, while our decPtr() is sill in scope
356 void SkRefCntSet::decPtr(void* ptr) {

Completed in 267 milliseconds