Home | History | Annotate | Download | only in core

Lines Matching refs:saveLayer

78      *  area may be small (due to clipping or saveLayer). For a canvas with
90 * saveLayer() can create another device (which is later drawn onto
271 virtual int saveLayer(const SkRect* bounds, const SkPaint* paint,
308 /** Returns true if drawing is currently going to a layer (from saveLayer)
972 /** After calling saveLayer(), there can be any number of devices that make
1017 // Clip rectangle bounds. Called internally by saveLayer.
1053 int fSaveLayerCount; // number of successful saveLayer calls
1089 // shared by save() and saveLayer()