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

  /external/skia/src/core/
SkPtrRecorder.h 19 * and decPtr(). incPtr() is called each time a unique ptr is added ot the
50 * incPtr() and decPtr() are not called during this operation.
82 virtual void incPtr(void*) {}
125 * base class's incPtr() and decPtr() are called. This makes it a valid owner
134 virtual void incPtr(void*);
SkPtrRecorder.cpp 52 this->incPtr(ptr);
SkFlattenable.cpp 43 void SkRefCntSet::incPtr(void* ptr) {
  /external/skqp/src/core/
SkPtrRecorder.h 19 * and decPtr(). incPtr() is called each time a unique ptr is added ot the
50 * incPtr() and decPtr() are not called during this operation.
82 virtual void incPtr(void*) {}
125 * base class's incPtr() and decPtr() are called. This makes it a valid owner
134 virtual void incPtr(void*);
SkPtrRecorder.cpp 52 this->incPtr(ptr);
SkFlattenable.cpp 43 void SkRefCntSet::incPtr(void* ptr) {

Completed in 142 milliseconds