OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SnapshotArray
(Results
1 - 7
of
7
) sorted by null
/external/skia/src/core/
SkBigPicture.h
25
class
SnapshotArray
: ::SkNoncopyable {
27
SnapshotArray
(const SkPicture* pics[], int count) : fPics(pics), fCount(count) {}
28
~
SnapshotArray
() { for (int i = 0; i < fCount; i++) { fPics[i]->unref(); } }
39
SnapshotArray
*, // We take exclusive ownership.
84
SkAutoTDelete<const
SnapshotArray
> fDrawablePicts;
SkRecordDraw.h
27
const SkBigPicture::
SnapshotArray
*, SkLayerInfo* data);
SkBigPicture.cpp
17
SnapshotArray
* drawablePicts,
SkPictureRecorder.cpp
71
SkBigPicture::
SnapshotArray
* pictList =
153
SkBigPicture::
SnapshotArray
* pictList = nullptr;
SkRecorder.cpp
21
SkBigPicture::
SnapshotArray
* SkDrawableList::newDrawableSnapshot() {
30
return new SkBigPicture::
SnapshotArray
(pics.detach(), count);
SkRecorder.h
31
SkBigPicture::
SnapshotArray
* newDrawableSnapshot();
SkRecordDraw.cpp
596
const SkBigPicture::
SnapshotArray
* pictList, SkLayerInfo* accelData)
784
const SkBigPicture::
SnapshotArray
* fPictList;
801
const SkBigPicture::
SnapshotArray
* pictList, SkLayerInfo* data) {
Completed in 43 milliseconds