Searched refs:SnapshotArray (Results 1 – 7 of 7) sorted by relevance
/external/skia/include/core/ |
D | SkPicture.h | 187 class SnapshotArray : ::SkNoncopyable { 189 SnapshotArray(const SkPicture* pics[], int count) : fPics(pics), fCount(count) {} in SnapshotArray() function 190 ~SnapshotArray() { for (int i = 0; i < fCount; i++) { fPics[i]->unref(); } } in ~SnapshotArray() 263 SnapshotArray*, 276 SkAutoTDelete<const SnapshotArray> fDrawablePicts;
|
/external/skia/src/core/ |
D | SkPictureRecorder.cpp | 62 SkPicture::SnapshotArray* pictList = drawableList ? drawableList->newDrawableSnapshot() : NULL; in endRecordingAsPicture() 136 SkPicture::SnapshotArray* pictList = NULL; in onNewPictureSnapshot()
|
D | SkRecordDraw.h | 23 const SkPicture::SnapshotArray*,
|
D | SkRecorder.cpp | 17 SkPicture::SnapshotArray* SkDrawableList::newDrawableSnapshot() { in newDrawableSnapshot() 26 return SkNEW_ARGS(SkPicture::SnapshotArray, (pics.detach(), count)); in newDrawableSnapshot()
|
D | SkRecorder.h | 28 SkPicture::SnapshotArray* newDrawableSnapshot();
|
D | SkRecordDraw.cpp | 590 const SkPicture::SnapshotArray* pictList, SkLayerInfo* accelData) in CollectLayers() 777 const SkPicture::SnapshotArray* fPictList; 796 const SkPicture::SnapshotArray* pictList, SkBBoxHierarchy* bbh, in SkRecordComputeLayers()
|
D | SkPicture.cpp | 458 SnapshotArray* drawablePicts, in SkPicture()
|