Home
last modified time | relevance | path

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

/graphics/integration-tests/testapp-compose/src/main/java/androidx/graphics/shapes/testcompose/
DUtils.kt117 val u = 1 - t in pointOnCurve() constant
/graphics/graphics-shapes/src/commonMain/kotlin/androidx/graphics/shapes/
DCubic.kt95 val u = 1 - t in pointOnCurve() constant
235 val u = 1 - t in split() constant
/graphics/graphics-path/src/main/cpp/math/
DTVecHelpers.h551 friend inline constexpr VECTOR<T> MATH_PURE min(const VECTOR<T>& u, VECTOR<T> v) { in min()
558 friend inline constexpr VECTOR<T> MATH_PURE max(const VECTOR<T>& u, VECTOR<T> v) { in max()
581 friend inline constexpr VECTOR<T> MATH_PURE mix(const VECTOR<T>& u, VECTOR<T> v, T a) { in mix()
Dvec2.h86 arithmetic_result_t<T, U> cross(const TVec2& u, const TVec2<U>& v) noexcept { in cross()