Home
last modified time | relevance | path

Searched refs:growForVerb (Results 1 – 6 of 6) sorted by relevance

/external/skia/include/private/
DSkPathRef.h112 SkPoint* growForVerb(int /*SkPath::Verb*/ verb, SkScalar weight = 0) {
114 return fPathRef->growForVerb(verb, weight);
453 SkPoint* growForVerb(int /*SkPath::Verb*/ verb, SkScalar weight);
/external/skqp/include/private/
DSkPathRef.h74 SkPoint* growForVerb(int /*SkPath::Verb*/ verb, SkScalar weight = 0) {
76 return fPathRef->growForVerb(verb, weight);
451 SkPoint* growForVerb(int /*SkPath::Verb*/ verb, SkScalar weight);
/external/skia/src/core/
DSkPath.cpp623 ed.growForVerb(kMove_Verb)->set(x, y); in moveTo()
654 ed.growForVerb(kLine_Verb)->set(x, y); in lineTo()
672 SkPoint* pts = ed.growForVerb(kQuad_Verb); in quadTo()
702 SkPoint* pts = ed.growForVerb(kConic_Verb, w); in conicTo()
726 SkPoint* pts = ed.growForVerb(kCubic_Verb); in cubicTo()
755 ed.growForVerb(kClose_Verb); in close()
819 ed.growForVerb(kMove_Verb)->set(pts[0].fX, pts[0].fY); in addPoly()
826 ed.growForVerb(kClose_Verb); in addPoly()
DSkPathRef.cpp420 SkPoint* SkPathRef::growForVerb(int /* SkPath::Verb*/ verb, SkScalar weight) { in growForVerb() function in SkPathRef
/external/skqp/src/core/
DSkPath.cpp786 ed.growForVerb(kMove_Verb)->set(x, y); in moveTo()
818 ed.growForVerb(kLine_Verb)->set(x, y); in lineTo()
837 SkPoint* pts = ed.growForVerb(kQuad_Verb); in quadTo()
868 SkPoint* pts = ed.growForVerb(kConic_Verb, w); in conicTo()
892 SkPoint* pts = ed.growForVerb(kCubic_Verb); in cubicTo()
922 ed.growForVerb(kClose_Verb); in close()
1073 ed.growForVerb(kMove_Verb)->set(pts[0].fX, pts[0].fY); in addPoly()
1080 ed.growForVerb(kClose_Verb); in addPoly()
DSkPathRef.cpp629 SkPoint* SkPathRef::growForVerb(int /* SkPath::Verb*/ verb, SkScalar weight) { in growForVerb() function in SkPathRef