Searched refs:nearlyEqualPoints (Results 1 – 2 of 2) sorted by relevance
72 BOOL nearlyEqualPoints(INT x0, INT y0, INT x1, INT y1);
49 BOOL nearlyEqualPoints(INT x0, INT y0, INT x1, INT y1) in nearlyEqualPoints() function1058 if (nearlyEqualPoints(x, y, s_pPoints[0].x, s_pPoints[0].y)) in OnButtonUp()