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 101 static SkTDDisplayableArray fAllocations;
SkDisplayable.cpp 20 SkTDDisplayableArray SkDisplayable::fAllocations;
28 *fAllocations.append() = this;
36 int index = fAllocations.find(this);
38 fAllocations.remove(index);

Completed in 58 milliseconds