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

  /external/chromium_org/third_party/skia/src/animator/
SkDisplayable.cpp 20 SkTDDisplayableArray SkDisplayable::fAllocations;
28 *fAllocations.append() = this;
36 int index = fAllocations.find(this);
38 fAllocations.remove(index);
SkDisplayable.h 101 static SkTDDisplayableArray fAllocations;
SkAnimator.cpp 658 if (SkDisplayable::fAllocations.count() == 0)
661 SkDebugf("!!! leaked %d displayables:\n", SkDisplayable::fAllocations.count());
662 for (SkDisplayable** leak = SkDisplayable::fAllocations.begin(); leak < SkDisplayable::fAllocations.end(); leak++)

Completed in 237 milliseconds