Searched defs:u1 (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ui_lite/frameworks/animator/ |
H A D | interpolation.cpp | 22 int16_t Interpolation::GetBezierInterpolation(int16_t t, int16_t u0, int16_t u1, int16_t u2, int16_t u3) in GetBezierInterpolation() argument 41 float Interpolation::GetBezierInterpolation(float t, float u0, float u1, float u2, float u3) in GetBezierInterpolation() argument 57 float Interpolation::GetBezierDerivative(float t, float u0, float u1, float u2, float u3) in GetBezierDerivative() argument
|
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/ |
H A D | 3d_dm_shadowing_common.h | 97 const float u1 = (3.0 + fracS) / uw1; in CalcPcfShadow() local 168 const float u1 = fracS / uw1 + 1; in CalcPcfShadowMed() local
|
Completed in 2 milliseconds