Home
last modified time | relevance | path

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

/reactos/base/applications/mspaint/
H A Dprecomp.h72 BOOL nearlyEqualPoints(INT x0, INT y0, INT x1, INT y1);
H A Dmouse.cpp49 BOOL nearlyEqualPoints(INT x0, INT y0, INT x1, INT y1) in nearlyEqualPoints() function
1058 if (nearlyEqualPoints(x, y, s_pPoints[0].x, s_pPoints[0].y)) in OnButtonUp()