Searched refs:coords (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/input/touchscreen/ |
H A D | jornada720_ts.c | 53 static int jornada720_ts_average(int coords[4]) in jornada720_ts_average() 55 int coord, high_bits = coords[3]; in jornada720_ts_average() 57 coord = coords[0] | ((high_bits & 0x03) << 8); in jornada720_ts_average() 58 coord += coords[1] | ((high_bits & 0x0c) << 6); in jornada720_ts_average() 59 coord += coords[2] | ((high_bits & 0x30) << 4); in jornada720_ts_average()
|
/openbmc/linux/drivers/gpu/drm/amd/display/modules/color/ |
H A D | color_gamma.c | 1507 struct hw_x_point *coords = coordinates_x; in copy_rgb_regamma_to_coordinates_x() local 1512 coords->regamma_y_red = rgb_regamma->r; in copy_rgb_regamma_to_coordinates_x() 1513 coords->regamma_y_green = rgb_regamma->g; in copy_rgb_regamma_to_coordinates_x() 1514 coords->regamma_y_blue = rgb_regamma->b; in copy_rgb_regamma_to_coordinates_x() 1516 ++coords; in copy_rgb_regamma_to_coordinates_x() 1723 struct hw_x_point *coords = coords_x; in map_regamma_hw_to_x_user() local 1727 copy_rgb_regamma_to_coordinates_x(coords, in map_regamma_hw_to_x_user() 1732 ramp, coeff128, rgb_user, coords, axis_x, in map_regamma_hw_to_x_user()
|
/openbmc/qemu/ui/ |
H A D | cocoa.m | 1092 /* Note that the origin for Cocoa mouse coords is bottom left, not top left. */
|
/openbmc/rest-dbus/resources/ |
H A D | jquery.min.js | 5 …lue=b+="","value"===c||b===a.getAttribute(c)?b:void 0}},ob.id=ob.name=ob.coords=function(a,b,c){va…
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 0004-mmal_20.patch | 11019 + MMAL_RECT_T spu_rect; // Output rectangle in cfg coords (for subpic placement) 11020 + MMAL_RECT_T dest_rect; // Output rectangle in display coords
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0004-ffmpeg-4.3.4-rpi_14.patch | 22546 +// x0 & y0 are in luma coords 65982 +// For the C fns coords are in chroma pels (so luma / 2)
|