Home | History | Annotate | Download | only in core

Lines Matching full:savelayer

14 // This class stores information about the saveLayer/restore pairs found
18 // Information about a given saveLayer/restore block in an SkPicture
35 // If not-empty, the optional bounds parameter passed in to the saveLayer
51 // The index of this saveLayer in the picture.
55 // True if this saveLayer has at least one other saveLayer nested within it.
58 // True if this saveLayer is nested within another. False otherwise.
60 // The variable length key for this saveLayer block. It stores the
61 // thread of drawPicture and saveLayer operation indices that lead to this
62 // saveLayer (including its own op index). The BlockInfo owns this memory.