Home | History | Annotate | Download | only in pipe

Lines Matching refs:AutoPipeNotify

365     class AutoPipeNotify {
367 AutoPipeNotify(SkGPipeCanvas* canvas) : fCanvas(canvas) {}
368 ~AutoPipeNotify() { fCanvas->doNotify(); }
372 friend class AutoPipeNotify;
529 AutoPipeNotify apn(canvas)