Home | History | Annotate | Download | only in tpctl

Lines Matching refs:calibcoords

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);
359 replace_data(struct tpctl_data *data, char *name, struct wsmouse_calibcoords *calibcoords)
366 elem->calibcoords = *calibcoords;
374 elem->calibcoords = *calibcoords;
392 return (&elem->calibcoords);