Home | History | Annotate | Download | only in utils

Lines Matching full:that

4  * Use of this source code is governed by a BSD-style license that can be
16 * A set of functions that are useful for copying the state of an SkCanvas
33 * Captures the current state of the canvas into an opaque ptr that is safe
35 * or may be newer). The function will return NULL in the event that one of the
40 * It is recommended that the original canvas also not be used until all
41 * canvases that have been created using its captured state have been dereferenced.
43 * Finally, it is important to note that any draw filters attached to the
47 * @return NULL or an opaque ptr that can be passed to CreateFromCanvasState
55 * function will return NULL in the event that one of the
69 * should not be released until all SkCanvas objects created using that
71 * instance that created the state via CaptureCanvasState.