Lines Matching refs:Editor
26 * SkPathRef::Editor object. Installing the editor resets the generation ID. It also performs
27 * copy-on-write if the SkPathRef is shared by multiple SkPaths. The caller passes the Editor's
28 * constructor a SkAutoTUnref, which may be updated to point to a new SkPathRef after the editor's
40 class Editor {
42 Editor(SkAutoTUnref<SkPathRef>* pathRef,
46 ~Editor() { SkDEBUGCODE(sk_atomic_dec(&fPathRef->fEditorsAttached);) }
98 * Gets the path ref that is wrapped in the Editor.
460 // called only by the editor. Note that this is not a const function.
492 SkDEBUGCODE(int32_t fEditorsAttached;) // assert that only one editor in use at any time.