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

/external/skia/include/core/
H A DSkPicture.h277 // An OperationList encapsulates a set of operation offsets into the picture byte
279 class OperationList : ::SkNoncopyable { class in class:SkPicture
281 virtual ~OperationList() {}
295 static const OperationList& InvalidList();
301 const OperationList& EXPERIMENTAL_getActiveOps(const SkIRect& queryRect) const;
/external/chromium_org/third_party/skia/include/core/
H A DSkPicture.h278 // An OperationList encapsulates a set of operation offsets into the picture byte
280 class OperationList : ::SkNoncopyable { class in class:SkPicture
296 friend class SkPictureData; // to access OperationList
301 friend class SkPicturePlayback; // to get fData & OperationList
302 friend class SkPictureReplacementPlayback; // to access OperationList

Completed in 78 milliseconds