Home
last modified time | relevance | path

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 Dtile_cover_impl.cpp111 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 Dxf86Xinput.h162 extern _X_EXPORT int xf86ScaleAxis(int Cx, int to_max, int to_min, int from_max,
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()
1472 if (X > to_max) in xf86ScaleAxis()
1473 X = to_max; in xf86ScaleAxis()