Home
last modified time | relevance | path

Searched defs:u2 (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/animator/
H A Dinterpolation.cpp22 int16_t Interpolation::GetBezierInterpolation(int16_t t, int16_t u0, int16_t u1, int16_t u2, int16_… in GetBezierInterpolation()
41 float Interpolation::GetBezierInterpolation(float t, float u0, float u1, float u2, float u3) in GetBezierInterpolation()
57 float Interpolation::GetBezierDerivative(float t, float u0, float u1, float u2, float u3) in GetBezierDerivative()
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/foldsplitcontainer/interfaces/
H A Dfoldsplitcontainer.js69 constructor(t2, u2, v2, w2 = -1, x2 = undefined, y2) { argument
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/selecttitlebar/interfaces/
H A Dselecttitlebar.js799 constructor(p2, q2, r2, s2 = -1, t2 = undefined, u2) { argument
/ohos5.0/base/startup/init/test/unittest/syspara/
H A Dsyspara_unittest.cpp334 … uint16_t u2 = OHOS::system::GetUintParameter<uint16_t>(key2, 0, (uint16_t)255); // 255 max value variable
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/
H A DXTexture.js125 u2: (x + w) / ww, v2: (y + h) / hh, u3: x / ww, v3: (y + h) / hh, property in XTexture.callAllCuts.allCuts
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/composetitlebar/interfaces/
H A Dcomposetitlebar.js935 updateStateVars(u2) { argument
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/
H A D3d_dm_shadowing_common.h98 const float u2 = fracS / uw2 + 2.0; in CalcPcfShadow() local
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/
H A Dtreeview.js119 var u2; variable