HomeSort by: relevance | last modified time | path
    Searched refs:calibcoords (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/tpctl/
data.c 170 elem->calibcoords.minx = t;
173 elem->calibcoords.miny = t;
176 elem->calibcoords.maxx = t;
179 elem->calibcoords.maxy = t;
200 elem->calibcoords.samplelen = n;
221 elem->calibcoords.samples[i / 4].rawx = t;
224 elem->calibcoords.samples[i / 4].rawy = t;
227 elem->calibcoords.samples[i / 4].x = t;
230 elem->calibcoords.samples[i / 4].y = t;
292 write_coords(fp, elem->name, &elem->calibcoords);
    [all...]
tp.c 53 struct wsmouse_calibcoords calibcoords; local in function:tp_init
73 if (ioctl(tp->fd, WSMOUSEIO_GCALIBCOORDS, &calibcoords) < 0)
107 tp_setcalibcoords(struct tp *tp, struct wsmouse_calibcoords *calibcoords)
109 return ioctl(tp->fd, WSMOUSEIO_SCALIBCOORDS, calibcoords);
tpctl.h 64 struct wsmouse_calibcoords calibcoords; member in struct:tpctl_data_elem

Completed in 13 milliseconds