Searched refs:addPt (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/src/gpu/geometry/ |
H A D | GrAAConvexTessellator.cpp | 82 int GrAAConvexTessellator::addPt(const SkPoint& pt, in addPt() function in GrAAConvexTessellator 552 int perp1Idx = this->addPt(perp1, -outset, coverage, false, curve); 560 perp2Idx = this->addPt(perp2, -outset, coverage, false, curve); 579 miterIdx = this->addPt(miter, -outset, coverage, false, kSharp_CurveState); 609 miterIdx = this->addPt(miter, -outset, coverage, false, 805 newIdx = this->addPt(fCandidateVerts.point(i), depth, coverage, 947 this->addPt(p, 0.0f, initialRingCoverage, false, curve);
|
H A D | GrAAConvexTessellator.h | 196 int addPt(const SkPoint& pt, SkScalar depth, SkScalar coverage, bool movable, CurveState curve);
|
/third_party/skia/src/core/ |
H A D | SkPathBuilder.cpp | 352 auto addPt = [forceMoveTo, this](const SkPoint& pt) { in arcTo() local 372 addPt(singlePt); in arcTo() 381 addPt(pt); in arcTo() 386 addPt(singlePt); in arcTo()
|
H A D | SkPath.cpp | 1116 auto addPt = [&forceMoveTo, this](const SkPoint& pt) { in arcTo() local 1139 addPt(singlePt); in arcTo() 1148 addPt(pt); in arcTo() 1153 addPt(singlePt); in arcTo() 2131 bool addPt(const SkPoint& pt) { in addPt() function 2189 // addPt() is a no-op. Otherwise, the addPt implicitly closes the contour. In either case, in close() 2191 return this->addPt(fFirstPt) && this->addVec(fFirstVec); in close() 2250 SkPoint fLastPt {0, 0}; // The last point passed to addPt() 2333 if (!state.addPt(pt in computeConvexity() [all...] |
Completed in 11 milliseconds