Home
last modified time | relevance | path

Searched refs:ISEQUAL (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/mi/
H A Dmiarc.c67 #define ISEQUAL(a,b) (fabs((a) - (b)) <= EPSILON) macro
69 #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()