Searched refs:to_min (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | tile_cover_impl.cpp | 112 Bound to_min = create_bound_towards_minimum(points, pointsIter); in build_bounds_map() local 119 if (to_min.points.size() >= 2) { in build_bounds_map() 120 …const auto y = static_cast<uint32_t>(std::floor(clamp(to_min.points.front().y, 0.0, (double)maxTil… in build_bounds_map() 121 et[y].push_back(to_min); in build_bounds_map()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Xinput.c | 1458 xf86ScaleAxis(int Cx, int to_max, int to_min, int from_max, int from_min) in xf86ScaleAxis() argument 1461 int64_t to_width = to_max - to_min; in xf86ScaleAxis() 1465 X = (int) (((to_width * (Cx - from_min)) / from_width) + to_min); in xf86ScaleAxis() 1474 if (X < to_min) in xf86ScaleAxis() 1475 X = to_min; in xf86ScaleAxis()
|
| H A D | xf86Xinput.h | 162 extern _X_EXPORT int xf86ScaleAxis(int Cx, int to_max, int to_min, int from_max,
|