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

  /external/skia/tests/
BitmapHeapTest.cpp 20 ~SimpleFlatController() { fAllocations.freeAll(); }
22 fAllocations.push(sk_malloc_throw(bytes));
23 return fAllocations.top();
28 SkTDArray<void*> fAllocations;
  /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 4210 milliseconds