Searched refs:to_max (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 | 111 Bound to_max = create_bound_towards_maximum(points, pointsIter); in build_bounds_map() local 114 if (to_max.points.size() >= 2) { in build_bounds_map() 116 …const auto y = static_cast<uint32_t>(std::floor(clamp(to_max.points.front().y, 0.0, (double)maxTil… in build_bounds_map() 117 et[y].push_back(to_max); in build_bounds_map()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Xinput.h | 162 extern _X_EXPORT int xf86ScaleAxis(int Cx, int to_max, int to_min, int from_max,
|
| 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() 1472 if (X > to_max) in xf86ScaleAxis() 1473 X = to_max; in xf86ScaleAxis()
|