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

  /external/skia/include/private/
SkPathRef.h 28 * modify the contents. To modify or append to the verbs/points wrap the SkPathRef in an
29 * SkPathRef::Editor object. Installing the editor resets the generation ID. It also performs
30 * copy-on-write if the SkPathRef is shared by multiple SkPaths. The caller passes the Editor's
31 * constructor a pointer to a sk_sp<SkPathRef>, which may be updated to point to a new SkPathRef
41 class SK_API SkPathRef final : public SkNVRefCnt<SkPathRef> {
45 Editor(sk_sp<SkPathRef>* pathRef,
103 SkPathRef* pathRef() { return fPathRef; }
116 SkPathRef* fPathRef
    [all...]
  /external/skqp/include/private/
SkPathRef.h 28 * modify the contents. To modify or append to the verbs/points wrap the SkPathRef in an
29 * SkPathRef::Editor object. Installing the editor resets the generation ID. It also performs
30 * copy-on-write if the SkPathRef is shared by multiple SkPaths. The caller passes the Editor's
31 * constructor a pointer to a sk_sp<SkPathRef>, which may be updated to point to a new SkPathRef
41 class SK_API SkPathRef final : public SkNVRefCnt<SkPathRef> {
45 Editor(sk_sp<SkPathRef>* pathRef,
103 SkPathRef* pathRef() { return fPathRef; }
116 SkPathRef* fPathRef
    [all...]
  /external/skia/src/core/
SkPathRef.cpp 8 #include "SkPathRef.h"
29 SkPathRef::Editor::Editor(sk_sp<SkPathRef>* pathRef,
39 SkPathRef* copy = new SkPathRef;
82 sk_sp<SkPathRef> pr(new SkPathRef);
92 SkPathRef::~SkPathRef() {
108 static SkPathRef* gEmpty = nullptr
    [all...]
SkPathPriv.h 98 sk_sp<SkPathRef::GenIDChangeListener> listener) {
144 SkPathRef* fPathRef;
181 /** Returns true if the underlying SkPathRef has one single owner. */
SkPath_serial.cpp 12 #include "SkPathRef.h"
317 SkPathRef* pathRef = SkPathRef::CreateFromBuffer(&buffer);
SkPath.cpp 18 #include "SkPathRef.h"
156 : fPathRef(SkPathRef::CreateEmpty()) {
385 fPathRef.reset(SkPathRef::CreateEmpty());
393 SkPathRef::Rewind(&fPathRef);
728 SkPathRef::Editor ed(&fPathRef);
740 SkPathRef::Editor ed(&fPathRef);
773 SkPathRef::Editor(&fPathRef, inc, inc);
781 SkPathRef::Editor ed(&fPathRef);
817 SkPathRef::Editor ed(&fPathRef);
836 SkPathRef::Editor ed(&fPathRef)
    [all...]
  /external/skqp/src/core/
SkPathRef.cpp 8 #include "SkPathRef.h"
29 SkPathRef::Editor::Editor(sk_sp<SkPathRef>* pathRef,
39 SkPathRef* copy = new SkPathRef;
82 sk_sp<SkPathRef> pr(new SkPathRef);
92 SkPathRef::~SkPathRef() {
108 static SkPathRef* gEmpty = nullptr
    [all...]
SkPathPriv.h 98 sk_sp<SkPathRef::GenIDChangeListener> listener) {
144 SkPathRef* fPathRef;
181 /** Returns true if the underlying SkPathRef has one single owner. */
SkPath_serial.cpp 12 #include "SkPathRef.h"
317 SkPathRef* pathRef = SkPathRef::CreateFromBuffer(&buffer);
SkPath.cpp 18 #include "SkPathRef.h"
156 : fPathRef(SkPathRef::CreateEmpty()) {
385 fPathRef.reset(SkPathRef::CreateEmpty());
393 SkPathRef::Rewind(&fPathRef);
728 SkPathRef::Editor ed(&fPathRef);
740 SkPathRef::Editor ed(&fPathRef);
773 SkPathRef::Editor(&fPathRef, inc, inc);
781 SkPathRef::Editor ed(&fPathRef);
817 SkPathRef::Editor ed(&fPathRef);
836 SkPathRef::Editor ed(&fPathRef)
    [all...]
  /external/skia/include/core/
SkPath.h 22 #include "../private/SkPathRef.h"
    [all...]
  /external/skqp/include/core/
SkPath.h 22 #include "../private/SkPathRef.h"
    [all...]
  /external/skia/src/gpu/ccpr/
GrCCPathCache.h 31 class Key : public SkPathRef::GenIDChangeListener {
  /external/skqp/src/gpu/ccpr/
GrCCPathCache.h 31 class Key : public SkPathRef::GenIDChangeListener {
  /external/skia/src/gpu/
GrShape.h 451 void addGenIDChangeListener(sk_sp<SkPathRef::GenIDChangeListener>) const;
GrSoftwarePathRenderer.cpp 224 // When the SkPathRef genID changes, invalidate a corresponding GrResource described by key.
225 class PathInvalidator : public SkPathRef::GenIDChangeListener {
GrShape.cpp 368 void GrShape::addGenIDChangeListener(sk_sp<SkPathRef::GenIDChangeListener> listener) const {
  /external/skia/src/gpu/ops/
GrTessellatingPathRenderer.cpp 43 // When the SkPathRef genID changes, invalidate a corresponding GrResource described by key.
44 class PathInvalidator : public SkPathRef::GenIDChangeListener {
  /external/skqp/src/gpu/
GrShape.h 451 void addGenIDChangeListener(sk_sp<SkPathRef::GenIDChangeListener>) const;
GrSoftwarePathRenderer.cpp 221 // When the SkPathRef genID changes, invalidate a corresponding GrResource described by key.
222 class PathInvalidator : public SkPathRef::GenIDChangeListener {
GrShape.cpp 368 void GrShape::addGenIDChangeListener(sk_sp<SkPathRef::GenIDChangeListener> listener) const {
  /external/skqp/src/gpu/ops/
GrTessellatingPathRenderer.cpp 42 // When the SkPathRef genID changes, invalidate a corresponding GrResource described by key.
43 class PathInvalidator : public SkPathRef::GenIDChangeListener {
  /external/skia/src/utils/
SkShadowUtils.cpp 383 // When the SkPathRef genID changes, invalidate a corresponding GrResource described by key.
384 class ShadowInvalidator : public SkPathRef::GenIDChangeListener {
  /external/skia/tests/
PathTest.cpp     [all...]
  /external/skqp/tests/
PathTest.cpp     [all...]

Completed in 673 milliseconds