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

/netbsd-current/usr.sbin/tpctl/
H A Dmain.c142 struct wsmouse_calibcoords coords; local
145 if (do_calibration(dispdev_name, &tp, &coords) < 0) {
150 replace_data(&data, tp.id, &coords);
258 struct wsmouse_calibcoords *coords)
270 memset(coords, 0, sizeof(*coords));
271 coords->minx = 0;
272 coords->miny = 0;
273 coords->maxx = fb.conf.hf_width - 1;
274 coords
257 do_calibration(const char *dev, struct tp *tp, struct wsmouse_calibcoords *coords) argument
[all...]
H A Ddata.c318 write_coords(FILE *fp, char *name, struct wsmouse_calibcoords *coords) argument
323 coords->minx, coords->miny,
324 coords->maxx, coords->maxy,
325 coords->samplelen);
326 for (i = 0; i < coords->samplelen; i++) {
328 coords->samples[i].rawx,
329 coords->samples[i].rawy,
330 coords
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/
H A Damdgpu_color_gamma.c1437 struct hw_x_point *coords = coordinates_x; local
1442 coords->regamma_y_red = rgb_regamma->r;
1443 coords->regamma_y_green = rgb_regamma->g;
1444 coords->regamma_y_blue = rgb_regamma->b;
1446 ++coords;
1650 struct hw_x_point *coords = coords_x; local
1654 copy_rgb_regamma_to_coordinates_x(coords,
1659 ramp, coeff128, rgb_user, coords, axis_x,
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Damd-dbgapi-target.c144 wave_coordinates coords; member in struct:wave_info
160 : coords (wave_id)
162 coords.fetch ();
605 return it->second.coords.to_string ();
/netbsd-current/sys/arch/hpcmips/vr/
H A Dvrpiu.c262 struct wsmouse_calibcoords coords; member in struct:__anon2
307 (void *)__UNCONST(&calibrations[i].coords), 0, 0);
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Diteration.d3926 auto coords = zip(xCoords, xCoords[1..$]).map!( (xr) {

Completed in 699 milliseconds