Lines Matching defs:coin
259 const SkOpAngle* CoincidenceAngle(SkOpCoincidence* coin, int id) {
260 return coin->debugAngle(id);
263 SkOpContour* CoincidenceContour(SkOpCoincidence* coin, int id) {
264 return coin->debugContour(id);
267 const SkOpPtT* CoincidencePtT(SkOpCoincidence* coin, int id) {
268 return coin->debugPtT(id);
271 const SkOpSegment* CoincidenceSegment(SkOpCoincidence* coin, int id) {
272 return coin->debugSegment(id);
275 const SkOpSpanBase* CoincidenceSpan(SkOpCoincidence* coin, int id) {
276 return coin->debugSpan(id);
341 SkPathOpsDebug::gCoinSumChangedDict.dump("unused coin algorithm", false);
342 SkPathOpsDebug::gCoinSumVisitedDict.dump("visited coin function", true);
693 this->fCoincident ? " coin" : "",
753 const SkOpSpanBase* coin = this->coinEnd();
754 if (this != coin) {
755 SkDebugf(" coinEnd seg/span=%d/%d", coin->segment()->debugID(), coin->debugID());
789 SkOpSpan* coin = fCoincident;
790 if (this != coin) {
791 SkDebugf(" coinStart seg/span=%d/%d", coin->segment()->debugID(), coin->debugID());
804 return this != coin;