Home | History | Annotate | Download | only in utils

Lines Matching refs:SkCanvas

11 #include "SkCanvas.h"
16 * A set of functions that are useful for copying an SkCanvas across a library
22 * SkCanvas --> SkCanvasState |||
24 * ||| SkCanvasState --> SkCanvas`
25 * ||| Draw into SkCanvas`
26 * ||| Unref SkCanvas`
50 SK_API SkCanvasState* CaptureCanvasState(SkCanvas* canvas);
53 * Create a new SkCanvas from the captured state of another SkCanvas. The
60 * @return NULL or an SkCanvas* whose devices and matrix/clip state are
62 * calling unref on the SkCanvas.
64 SK_API SkCanvas* CreateFromCanvasState(const SkCanvasState* state);
68 * should not be released until all SkCanvas objects created using that