Searched refs:max_coord (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/input/ |
| H A D | ad714x.h | 24 int max_coord; member 30 int max_coord; member
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/linear/ |
| H A D | redistribute_elements.hpp | 117 … coordinate_type max_coord = geometry::get<max_corner, DimensionIndex>(bounded_indexable); in apply() local 119 if ( max_coord < lowest_high ) in apply() 121 lowest_high = max_coord; in apply() 128 if ( highest_high < max_coord ) in apply() 129 highest_high = max_coord; in apply()
|
| /OK3568_Linux_fs/kernel/drivers/input/mouse/ |
| H A D | lifebook.c | 314 int max_coord = lifebook_use_6byte_proto ? 4096 : 1024; in lifebook_init() local 327 input_set_abs_params(dev1, ABS_X, 0, max_coord, 0, 0); in lifebook_init() 328 input_set_abs_params(dev1, ABS_Y, 0, max_coord, 0, 0); in lifebook_init()
|
| /OK3568_Linux_fs/kernel/drivers/input/misc/ |
| H A D | ad714x.c | 179 int highest_stage, int max_coord) in ad714x_cal_abs_pos() argument 206 return (max_coord / (end_stage - start_stage)) * a_param / b_param; in ad714x_cal_abs_pos() 297 sw->highest_stage, hw->max_coord); in ad714x_slider_cal_abs_pos() 471 sw->abs_pos = ((hw->max_coord / (hw->end_stage - hw->start_stage)) * in ad714x_wheel_cal_abs_pos() 474 if (sw->abs_pos > hw->max_coord) in ad714x_wheel_cal_abs_pos() 475 sw->abs_pos = hw->max_coord; in ad714x_wheel_cal_abs_pos() 492 if (sw->flt_pos > hw->max_coord) in ad714x_wheel_cal_flt_pos() 493 sw->flt_pos = hw->max_coord; in ad714x_wheel_cal_flt_pos() 1044 ABS_X, 0, sd_plat->max_coord, 0, 0); in ad714x_probe() 1074 ABS_WHEEL, 0, wl_plat->max_coord, 0, 0); in ad714x_probe()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/vector-tile/1.0.2/include/mapbox/ |
| H A D | vector_tile.hpp | 300 …static const float max_coord = static_cast<float>(std::numeric_limits<typename GeometryCollectionT… in getGeometries() local 303 if (px > max_coord || in getGeometries() 305 py > max_coord || in getGeometries()
|