OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SnapshotArray
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkBigPicture.h
24
class
SnapshotArray
: ::SkNoncopyable {
26
SnapshotArray
(const SkPicture* pics[], int count) : fPics(pics), fCount(count) {}
27
~
SnapshotArray
() { for (int i = 0; i < fCount; i++) { fPics[i]->unref(); } }
38
SnapshotArray
*, // We take exclusive ownership.
66
std::unique_ptr<const
SnapshotArray
> fDrawablePicts;
/external/skqp/src/core/
SkBigPicture.h
24
class
SnapshotArray
: ::SkNoncopyable {
26
SnapshotArray
(const SkPicture* pics[], int count) : fPics(pics), fCount(count) {}
27
~
SnapshotArray
() { for (int i = 0; i < fCount; i++) { fPics[i]->unref(); } }
38
SnapshotArray
*, // We take exclusive ownership.
66
std::unique_ptr<const
SnapshotArray
> fDrawablePicts;
Completed in 183 milliseconds