HomeSort by relevance Sort by last modified time
    Searched refs:SkPathRef (Results 1 - 7 of 7) sorted by null

  /external/skia/include/core/
SkPathRef.h 26 * modify the contents. To modify or append to the verbs/points wrap the SkPathRef in an
27 * SkPathRef::Editor object. Installing the editor resets the generation ID. It also performs
28 * copy-on-write if the SkPathRef is shared by multiple SkPaths. The caller passes the Editor's
29 * constructor a pointer to a sk_sp<SkPathRef>, which may be updated to point to a new SkPathRef
39 class SK_API SkPathRef final : public SkNVRefCnt<SkPathRef> {
43 Editor(sk_sp<SkPathRef>* pathRef,
101 SkPathRef* pathRef() { return fPathRef; }
114 SkPathRef* fPathRef
    [all...]
SkPath.h 12 #include "SkPathRef.h"
    [all...]
  /external/skia/src/core/
SkPathRef.cpp 11 #include "SkPathRef.h"
15 SkPathRef::Editor::Editor(sk_sp<SkPathRef>* pathRef,
22 SkPathRef* copy = new SkPathRef;
34 SkPathRef::~SkPathRef() {
48 static SkPathRef* gEmpty = nullptr;
50 SkPathRef* SkPathRef::CreateEmpty()
    [all...]
SkPathPriv.h 83 static void AddGenIDChangeListener(const SkPath& path, SkPathRef::GenIDChangeListener* listener) {
SkPath.cpp 14 #include "SkPathRef.h"
136 : fPathRef(SkPathRef::CreateEmpty()) {
349 fPathRef.reset(SkPathRef::CreateEmpty());
356 SkPathRef::Rewind(&fPathRef);
690 SkPathRef::Editor ed(&fPathRef);
702 SkPathRef::Editor ed(&fPathRef);
724 SkPathRef::Editor(&fPathRef, inc, inc);
731 SkPathRef::Editor ed(&fPathRef);
766 SkPathRef::Editor ed(&fPathRef);
784 SkPathRef::Editor ed(&fPathRef)
    [all...]
  /external/skia/src/gpu/ops/
GrTessellatingPathRenderer.cpp 39 // When the SkPathRef genID changes, invalidate a corresponding GrResource described by key.
40 class PathInvalidator : public SkPathRef::GenIDChangeListener {
  /external/skia/tests/
PathTest.cpp     [all...]

Completed in 292 milliseconds