Searched refs:xloc (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/magnify/
H A DMagnify.cpp1500 float xloc, yloc; local
1502 xloc = fSelectionLoc.x;
1504 BoundsSelection(x, y, &xloc, &yloc, xCount, yCount);
1505 fSelectionLoc.x = xloc;
1508 xloc = fCrossHair1.x;
1510 BoundsSelection(x, y, &xloc, &yloc, xCount, yCount);
1511 fCrossHair1.x = xloc;
1514 xloc = fCrossHair2.x;
1516 BoundsSelection(x, y, &xloc, &yloc, xCount, yCount);
1517 fCrossHair2.x = xloc;
[all...]

Completed in 86 milliseconds