Home | History | Annotate | Download | only in pipe

Lines Matching refs:AutoPipeNotify

354     class AutoPipeNotify {
356 AutoPipeNotify(SkGPipeCanvas* canvas) : fCanvas(canvas) {}
357 ~AutoPipeNotify() { fCanvas->doNotify(); }
361 friend class AutoPipeNotify;
516 AutoPipeNotify apn(canvas)