Home
last modified time | relevance | path

Searched defs:max (Results 1 – 4 of 4) sorted by relevance

/graphics/graphics-path/src/main/cpp/math/
DTVecHelpers.h38 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/
DShapesTest.kt164 val max = Point(1f, 1f) in roundedStarTest() constant
DRoundedPolygonTest.kt36 var max = Point(1f, 1f) in <lambda>() variable
69 var max = Point(1f, 1f) in <lambda>() variable
DPolygonTest.kt36 var max = Point(1f, 1f) in <lambda>() variable