Home
last modified time | relevance | path

Searched refs:growForVerb (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/include/private/
H A DSkPathRef.h112 SkPoint* growForVerb(int /*SkPath::Verb*/ verb, SkScalar weight = 0) { in growForVerb() function in final::Editor
114 return fPathRef->growForVerb(verb, weight); in growForVerb()
453 SkPoint* growForVerb(int /*SkPath::Verb*/ verb, SkScalar weight);
/third_party/skia/src/core/
H A DSkPath.cpp625 ed.growForVerb(kMove_Verb)->set(x, y); in moveTo()
663 ed.growForVerb(kLine_Verb)->set(x, y); in lineTo()
681 SkPoint* pts = ed.growForVerb(kQuad_Verb); in quadTo()
711 SkPoint* pts = ed.growForVerb(kConic_Verb, w); in conicTo()
735 SkPoint* pts = ed.growForVerb(kCubic_Verb); in cubicTo()
764 ed.growForVerb(kClose_Verb); in close()
828 ed.growForVerb(kMove_Verb)->set(pts[0].fX, pts[0].fY); in addPoly()
835 ed.growForVerb(kClose_Verb); in addPoly()
H A DSkPathRef.cpp420 SkPoint* SkPathRef::growForVerb(int /* SkPath::Verb*/ verb, SkScalar weight) {
448 SkDEBUGFAIL("growForVerb called for kDone");

Completed in 9 milliseconds