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

  /external/skia/src/animator/
SkDisplayable.h 109 static SkTDDisplayableArray fAllocations;
SkDisplayable.cpp 28 SkTDDisplayableArray SkDisplayable::fAllocations;
36 *fAllocations.append() = this;
44 int index = fAllocations.find(this);
46 fAllocations.remove(index);

Completed in 53 milliseconds