Searched defs:SnapshotArray (Results 1 - 1 of 1) sorted by relevance

/external/skia/include/core/
H A DSkPicture.h187 class SnapshotArray : ::SkNoncopyable { class in class:SkPicture
189 SnapshotArray(const SkPicture* pics[], int count) : fPics(pics), fCount(count) {} function in class:SkPicture::SnapshotArray
190 ~SnapshotArray() { for (int i = 0; i < fCount; i++) { fPics[i]->unref(); } }
259 // Takes ownership of the (optional) SnapshotArray.
263 SnapshotArray*,
276 SkAutoTDelete<const SnapshotArray> fDrawablePicts;

Completed in 234 milliseconds