Searched refs:ISEQUAL (Results 1 – 1 of 1) sorted by relevance
67 #define ISEQUAL(a,b) (fabs((a) - (b)) <= EPSILON) macro69 #define PTISEQUAL(a,b) (ISEQUAL(a.x,b.x) && ISEQUAL(a.y,b.y))1219 ISEQUAL(y, ptsIn[nextleft].y + yFtrans)) && in miFillSppPoly()1239 (ISEQUAL(y, ptsIn[nextright].y + yFtrans) in miFillSppPoly()2173 ISEQUAL(data[i].x1, data[j].x0) && in miComputeArcs()2174 ISEQUAL(data[i].y1, data[j].y0) && in miComputeArcs()