Lines Matching refs:SkPathRef
29 SkPathRef::Editor::Editor(sk_sp<SkPathRef>* pathRef, in Editor()
39 SkPathRef* copy = new SkPathRef; in Editor()
82 sk_sp<SkPathRef> pr(new SkPathRef); in shrinkToFit()
92 SkPathRef::~SkPathRef() { in ~SkPathRef()
108 static SkPathRef* gEmpty = nullptr;
110 SkPathRef* SkPathRef::CreateEmpty() { in CreateEmpty()
113 gEmpty = new SkPathRef; in CreateEmpty()
174 void SkPathRef::CreateTransformedCopy(sk_sp<SkPathRef>* dst, in CreateTransformedCopy()
175 const SkPathRef& src, in CreateTransformedCopy()
181 dst->reset(const_cast<SkPathRef*>(&src)); in CreateTransformedCopy()
188 dst->reset(new SkPathRef); in CreateTransformedCopy()
318 SkPathRef* SkPathRef::CreateFromBuffer(SkRBuffer* buffer) { in CreateFromBuffer()
319 std::unique_ptr<SkPathRef> ref(new SkPathRef); in CreateFromBuffer()
397 void SkPathRef::Rewind(sk_sp<SkPathRef>* pathRef) { in Rewind()
414 pathRef->reset(new SkPathRef); in Rewind()
419 bool SkPathRef::operator== (const SkPathRef& ref) const { in operator ==()
466 void SkPathRef::writeToBuffer(SkWBuffer* buffer) const { in writeToBuffer()
494 uint32_t SkPathRef::writeSize() const { in writeSize()
502 void SkPathRef::copy(const SkPathRef& ref, in copy()
524 unsigned SkPathRef::computeSegmentMask() const { in computeSegmentMask()
539 void SkPathRef::interpolate(const SkPathRef& ending, SkScalar weight, SkPathRef* out) const { in interpolate()
551 SkPoint* SkPathRef::growForRepeatedVerb(int /*SkPath::Verb*/ verb, in growForRepeatedVerb()
629 SkPoint* SkPathRef::growForVerb(int /* SkPath::Verb*/ verb, SkScalar weight) { in growForVerb()
689 uint32_t SkPathRef::genID() const { in genID()
706 void SkPathRef::addGenIDChangeListener(sk_sp<GenIDChangeListener> listener) { in addGenIDChangeListener()
726 void SkPathRef::callGenIDChangeListeners() { in callGenIDChangeListeners()
739 SkRRect SkPathRef::getRRect() const { in getRRect()
782 SkPathRef::Iter::Iter() { in Iter()
792 SkPathRef::Iter::Iter(const SkPathRef& path) { in Iter()
796 void SkPathRef::Iter::setPathRef(const SkPathRef& path) { in setPathRef()
811 uint8_t SkPathRef::Iter::next(SkPoint pts[4]) { in next()
857 uint8_t SkPathRef::Iter::peek() const { in peek()
863 bool SkPathRef::isValid() const { in isValid()