Lines Matching defs:compare
17 bool compare) {
18 SkDebugf("%s %c %d\n", bugOut->c_str(), compare ? 'T' : 'F', append);
22 return compare;
25 #define COMPARE_RESULT(append, compare) CompareResult(__FUNCTION__, &bugOut, bugPart, append, \
26 compare)
28 #define COMPARE_RESULT(append, compare) compare
732 // OPTIMIZE: if this loops to only one other angle, after first compare fails, insert on other side
1009 fSide = -tangentPart.pointDistance(fPart.fCurve[2]); // not normalized -- compare sign only
1052 fSide = -bestSide; // compare sign only