Searched defs:SaveLayerInfo (Results 1 – 1 of 1) sorted by relevance
622 struct SaveLayerInfo { struct in SkRecords::CollectLayers623 SaveLayerInfo() { } in SaveLayerInfo() argument624 SaveLayerInfo(int opIndex, bool isSaveLayer, const SkRect* bounds, const SkPaint* paint) in SaveLayerInfo() function632 int fStartIndex;633 bool fIsSaveLayer;634 bool fHasNestedSaveLayer;635 SkRect fBounds;636 const SkPaint* fPaint;