Home
last modified time | relevance | path

Searched refs:SkPathRef (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/core/
DSkPathRef.cpp15 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 …]
DSkPath.cpp128 : 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 …]
DSkPathPriv.h83 … static void AddGenIDChangeListener(const SkPath& path, SkPathRef::GenIDChangeListener* listener) { in AddGenIDChangeListener()
/external/skia/include/core/
DSkPathRef.h38 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 …]
DSkPath.h1040 SkPathRef::Iter fRawIter;
1102 SkAutoTUnref<SkPathRef> fPathRef;
1161 SkPathRef::Editor ed(&fPathRef); in setBounds()
/external/skia/src/gpu/batches/
DGrTessellatingPathRenderer.cpp37 class PathInvalidator : public SkPathRef::GenIDChangeListener {
/external/skia/gyp/
Dcore.gypi193 '<(skia_src_path)/core/SkPathRef.cpp',
374 '<(skia_include_path)/core/SkPathRef.h',
/external/skia/tests/
DPathTest.cpp3689 SkAutoTUnref<SkPathRef> pathRef(new SkPathRef); in TestPathRef()
3691 SkPathRef::Editor ed(&pathRef); in TestPathRef()
3829 class ChangeListener : public SkPathRef::GenIDChangeListener {
/external/skia/
DAndroid.mk200 src/core/SkPathRef.cpp \