Searched refs:DrawEpsilon (Results 1 – 1 of 1) sorted by relevance
92 #define DrawEpsilon (1.0e-10) macro314 for (x=0; fabs(draw_info->dash_pattern[x]) >= DrawEpsilon; x++) ; in CloneDrawInfo()398 if ((p->points[0].y-DrawEpsilon) > q->points[0].y) in CompareEdges()400 if ((p->points[0].y+DrawEpsilon) < q->points[0].y) in CompareEdges()402 if ((p->points[0].x-DrawEpsilon) > q->points[0].x) in CompareEdges()404 if ((p->points[0].x+DrawEpsilon) < q->points[0].x) in CompareEdges()566 ((fabs(path_info[i].point.y-point.y) < DrawEpsilon) && in ConvertPathToPolygon()770 if ((i == 0) || (fabs(q.x-primitive_info[i].point.x) >= DrawEpsilon) || in ConvertPrimitiveToPath()771 (fabs(q.y-primitive_info[i].point.y) >= DrawEpsilon)) in ConvertPrimitiveToPath()780 if ((fabs(p.x-primitive_info[i].point.x) < DrawEpsilon) && in ConvertPrimitiveToPath()[all …]