Searched defs:max (Results 1 – 4 of 4) sorted by relevance
| /graphics/graphics-path/src/main/cpp/math/ |
| D | TVecHelpers.h | 38 inline constexpr U max(U a, U b) noexcept { in max() function 529 friend inline constexpr VECTOR<T> MATH_PURE clamp(VECTOR<T> v, T min, T max) { in clamp() 536 friend inline constexpr VECTOR<T> MATH_PURE clamp(VECTOR<T> v, VECTOR<T> min, VECTOR<T> max) { in clamp() 558 friend inline constexpr VECTOR<T> MATH_PURE max(const VECTOR<T>& u, VECTOR<T> v) { in max() function 565 friend inline constexpr T MATH_PURE max(const VECTOR<T>& v) { in max() function
|
| /graphics/graphics-shapes/src/androidInstrumentedTest/kotlin/androidx/graphics/shapes/ |
| D | ShapesTest.kt | 164 val max = Point(1f, 1f) in roundedStarTest() constant
|
| D | RoundedPolygonTest.kt | 36 var max = Point(1f, 1f) in <lambda>() variable 69 var max = Point(1f, 1f) in <lambda>() variable
|
| D | PolygonTest.kt | 36 var max = Point(1f, 1f) in <lambda>() variable
|