Home | History | Annotate | Download | only in tests

Lines Matching refs:coin

251 const SkOpAngle* SkPathOpsDebug::DebugCoincidenceAngle(SkOpCoincidence* coin, int id) {
252 return coin->debugAngle(id);
255 SkOpContour* SkPathOpsDebug::DebugCoincidenceContour(SkOpCoincidence* coin, int id) {
256 return coin->debugContour(id);
259 const SkOpPtT* SkPathOpsDebug::DebugCoincidencePtT(SkOpCoincidence* coin, int id) {
260 return coin->debugPtT(id);
263 const SkOpSegment* SkPathOpsDebug::DebugCoincidenceSegment(SkOpCoincidence* coin, int id) {
264 return coin->debugSegment(id);
267 const SkOpSpanBase* SkPathOpsDebug::DebugCoincidenceSpan(SkOpCoincidence* coin, int id) {
268 return coin->debugSpan(id);
333 gCoinSumChangedDict.dump("unused coin algorithm", false);
334 gCoinSumVisitedDict.dump("visited coin function", true);
1009 this->fCoincident ? " coin" : "",
1069 const SkOpSpanBase* coin = this->coinEnd();
1070 if (this != coin) {
1071 SkDebugf(" coinEnd seg/span=%d/%d", coin->segment()->debugID(), coin->debugID());
1105 SkOpSpan* coin = fCoincident;
1106 if (this != coin) {
1107 SkDebugf(" coinStart seg/span=%d/%d", coin->segment()->debugID(), coin->debugID());
1120 return this != coin;