Searched refs:SkPathRef (Results 1 – 9 of 9) sorted by relevance
/external/skia/src/core/ |
D | SkPathRef.cpp | 15 SkPathRef::Editor::Editor(SkAutoTUnref<SkPathRef>* pathRef, in Editor() 22 SkPathRef* copy = new SkPathRef; in Editor() 34 SkPathRef::~SkPathRef() { in ~SkPathRef() 48 SK_DECLARE_STATIC_ONCE_PTR(SkPathRef, empty); 49 SkPathRef* SkPathRef::CreateEmpty() { in CreateEmpty() 51 SkPathRef* pr = new SkPathRef; in CreateEmpty() 57 void SkPathRef::CreateTransformedCopy(SkAutoTUnref<SkPathRef>* dst, in CreateTransformedCopy() 58 const SkPathRef& src, in CreateTransformedCopy() 64 dst->reset(const_cast<SkPathRef*>(&src)); in CreateTransformedCopy() 71 dst->reset(new SkPathRef); in CreateTransformedCopy() [all …]
|
D | SkPath.cpp | 128 : fPathRef(SkPathRef::CreateEmpty()) { in SkPath() 341 fPathRef.reset(SkPathRef::CreateEmpty()); in reset() 348 SkPathRef::Rewind(&fPathRef); in rewind() 682 SkPathRef::Editor ed(&fPathRef); in setPt() 694 SkPathRef::Editor ed(&fPathRef); in setLastPt() 716 SkPathRef::Editor(&fPathRef, inc, inc); in incReserve() 723 SkPathRef::Editor ed(&fPathRef); in moveTo() 758 SkPathRef::Editor ed(&fPathRef); in lineTo() 776 SkPathRef::Editor ed(&fPathRef); in quadTo() 806 SkPathRef::Editor ed(&fPathRef); in conicTo() [all …]
|
D | SkPathPriv.h | 83 … static void AddGenIDChangeListener(const SkPath& path, SkPathRef::GenIDChangeListener* listener) { in AddGenIDChangeListener()
|
/external/skia/include/core/ |
D | SkPathRef.h | 38 class SK_API SkPathRef : public ::SkRefCnt { 42 Editor(SkAutoTUnref<SkPathRef>* pathRef, 100 SkPathRef* pathRef() { return fPathRef; } in pathRef() 109 SkPathRef* fPathRef; 115 Iter(const SkPathRef&); 117 void setPathRef(const SkPathRef&); 142 static SkPathRef* CreateEmpty(); 209 static void CreateTransformedCopy(SkAutoTUnref<SkPathRef>* dst, 210 const SkPathRef& src, 213 static SkPathRef* CreateFromBuffer(SkRBuffer* buffer); [all …]
|
D | SkPath.h | 1040 SkPathRef::Iter fRawIter; 1102 SkAutoTUnref<SkPathRef> fPathRef; 1161 SkPathRef::Editor ed(&fPathRef); in setBounds()
|
/external/skia/src/gpu/batches/ |
D | GrTessellatingPathRenderer.cpp | 37 class PathInvalidator : public SkPathRef::GenIDChangeListener {
|
/external/skia/gyp/ |
D | core.gypi | 193 '<(skia_src_path)/core/SkPathRef.cpp', 374 '<(skia_include_path)/core/SkPathRef.h',
|
/external/skia/tests/ |
D | PathTest.cpp | 3689 SkAutoTUnref<SkPathRef> pathRef(new SkPathRef); in TestPathRef() 3691 SkPathRef::Editor ed(&pathRef); in TestPathRef() 3829 class ChangeListener : public SkPathRef::GenIDChangeListener {
|
/external/skia/ |
D | Android.mk | 200 src/core/SkPathRef.cpp \
|