Home | History | Annotate | Download | only in core

Lines Matching refs:saveLayer

817 int SkCanvas::saveLayer(const SkRect* bounds, const SkPaint* paint,
880 return this->saveLayer(bounds, NULL, flags);
884 return this->saveLayer(bounds, &tmpPaint, flags);