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

  /external/skia/src/core/
SkPathRef.cpp 12 #include "SkPathRef.h"
27 SkPathRef::Editor::Editor(sk_sp<SkPathRef>* pathRef,
34 SkPathRef* copy = new SkPathRef;
46 SkPathRef::~SkPathRef() {
61 static SkPathRef* gEmpty = nullptr;
63 SkPathRef* SkPathRef::CreateEmpty()
    [all...]
  /external/skqp/src/core/
SkPathRef.cpp 12 #include "SkPathRef.h"
27 SkPathRef::Editor::Editor(sk_sp<SkPathRef>* pathRef,
34 SkPathRef* copy = new SkPathRef;
46 SkPathRef::~SkPathRef() {
61 static SkPathRef* gEmpty = nullptr;
63 SkPathRef* SkPathRef::CreateEmpty()
    [all...]
  /external/skia/include/private/
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...]
  /external/skqp/include/private/
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...]

Completed in 82 milliseconds