Searched refs:addPt (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/gpu/ops/ |
D | GrAAConvexTessellator.cpp | 68 int GrAAConvexTessellator::addPt(const SkPoint& pt, in addPt() function in GrAAConvexTessellator 532 int perp1Idx = this->addPt(perp1, -outset, coverage, false, curve); in createOuterRing() 540 perp2Idx = this->addPt(perp2, -outset, coverage, false, curve); in createOuterRing() 559 miterIdx = this->addPt(miter, -outset, coverage, false, kSharp_CurveState); in createOuterRing() 587 miterIdx = this->addPt(miter, -outset, coverage, false, in createOuterRing() 777 newIdx = this->addPt(fCandidateVerts.point(i), depth, coverage, in createInsetRing() 919 this->addPt(p, 0.0f, initialRingCoverage, false, curve); in lineTo()
|
D | GrAAConvexTessellator.h | 196 int addPt(const SkPoint& pt, SkScalar depth, SkScalar coverage, bool movable, CurveState curve);
|
/external/skia/src/core/ |
D | SkPath.cpp | 2302 void addPt(const SkPoint& pt) { in addPt() function 2488 state.addPt(pts[i]); in internalGetConvexity()
|