Home | History | Annotate | Download | only in plugins

Lines Matching refs:SkCanvas

30 #include "SkCanvas.h"
49 SkCanvas* skcanvas;
53 skcanvas = new SkCanvas(bm);
56 // redirect all drawing to the specific SkCanvas
57 explicit ANPCanvas(SkCanvas* other) {
58 skcanvas = other;
59 skcanvas->ref();
63 skcanvas->unref();