Home
last modified time | relevance | path

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 Dtile_cover_impl.cpp112 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 Dxf86Xinput.c1458 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 Dxf86Xinput.h162 extern _X_EXPORT int xf86ScaleAxis(int Cx, int to_max, int to_min, int from_max,