Home | History | Annotate | Download | only in core

Lines Matching refs:tmpPaint

882         SkPaint tmpPaint;
883 tmpPaint.setAlpha(alpha);
884 return this->saveLayer(bounds, &tmpPaint, flags);