Searched refs:SkPathRef (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/core/
H A DSkPathRef.cpp11 #include "SkPathRef.h"
14 SkPathRef::Editor::Editor(SkAutoTUnref<SkPathRef>* pathRef,
21 SkPathRef* copy = SkNEW(SkPathRef);
33 SkPathRef* sk_create_empty_pathref() {
34 SkPathRef* empty = SkNEW(SkPathRef);
39 SK_DECLARE_STATIC_LAZY_PTR(SkPathRef, empty, sk_create_empty_pathref);
41 SkPathRef* SkPathRe
[all...]
H A DSkPath.cpp13 #include "SkPathRef.h"
128 : fPathRef(SkPathRef::CreateEmpty()) {
306 fPathRef.reset(SkPathRef::CreateEmpty());
313 SkPathRef::Rewind(&fPathRef);
639 SkPathRef::Editor ed(&fPathRef);
651 SkPathRef::Editor ed(&fPathRef);
673 SkPathRef::Editor(&fPathRef, inc, inc);
680 SkPathRef::Editor ed(&fPathRef);
715 SkPathRef::Editor ed(&fPathRef);
733 SkPathRef
[all...]
/external/skia/include/core/
H A DSkPathRef.h24 * modify the contents. To modify or append to the verbs/points wrap the SkPathRef in an
25 * SkPathRef::Editor object. Installing the editor resets the generation ID. It also performs
26 * copy-on-write if the SkPathRef is shared by multiple SkPaths. The caller passes the Editor's
27 * constructor a SkAutoTUnref, which may be updated to point to a new SkPathRef after the editor's
37 class SK_API SkPathRef : public ::SkRefCnt { class in inherits:::SkRefCnt
39 SK_DECLARE_INST_COUNT(SkPathRef);
43 Editor(SkAutoTUnref<SkPathRef>* pathRef,
101 SkPathRef* pathRef() { return fPathRef; }
108 SkPathRef* fPathRef;
115 static SkPathRef* CreateEmpt
265 SkPathRef() { function in class:SkPathRef
[all...]
H A DSkPath.h13 #include "SkPathRef.h"
975 SkAutoTUnref<SkPathRef> fPathRef;
1031 SkPathRef::Editor ed(&fPathRef);
/external/skia/tests/
H A DPathTest.cpp3483 SkAutoTUnref<SkPathRef> pathRef(SkNEW(SkPathRef));
3485 SkPathRef::Editor ed(&pathRef);
/external/skia/
H A DAndroid.mk180 src/core/SkPathRef.cpp \

Completed in 111 milliseconds