/ohos5.0/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_… in GetBezierInterpolation() argument 31 ret += BEZIER_COEFFICIENT * invT2 * t * u1; in GetBezierInterpolation() 41 float Interpolation::GetBezierInterpolation(float t, float u0, float u1, float u2, float u3) in GetBezierInterpolation() argument 50 ret += BEZIER_COEFFICIENT * invT2 * t * u1; in GetBezierInterpolation() 57 float Interpolation::GetBezierDerivative(float t, float u0, float u1, float u2, float u3) in GetBezierDerivative() argument 60 float d0 = u1 - u0; in GetBezierDerivative() 61 float d1 = u2 - u1; in GetBezierDerivative()
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/animator/ |
H A D | interpolation.h | 64 … static int16_t GetBezierInterpolation(int16_t t, int16_t u0, int16_t u1, int16_t u2, int16_t u3); 80 static float GetBezierInterpolation(float t, float u0, float u1, float u2, float u3); 100 static float GetBezierDerivative(float t, float u0, float u1, float u2, float u3);
|
/ohos5.0/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 111 …sum += uw1 * vw0 * GetPcfSample(shadow, baseUv, vec2(u1, v0), compareDepth, texelSize, receiverPla… in CalcPcfShadow() 115 …sum += uw1 * vw1 * GetPcfSample(shadow, baseUv, vec2(u1, v1), compareDepth, texelSize, receiverPla… in CalcPcfShadow() 119 …sum += uw1 * vw2 * GetPcfSample(shadow, baseUv, vec2(u1, v2), compareDepth, texelSize, receiverPla… in CalcPcfShadow() 168 const float u1 = fracS / uw1 + 1; in CalcPcfShadowMed() local 179 …sum += uw1 * vw0 * GetPcfSample(shadow, baseUv, vec2(u1, v0), compareDepth, texelSize, receiverPla… in CalcPcfShadowMed() 182 …sum += uw1 * vw1 * GetPcfSample(shadow, baseUv, vec2(u1, v1), compareDepth, texelSize, receiverPla… in CalcPcfShadowMed()
|
/ohos5.0/foundation/window/window_manager/resources/abc/pip/interface/ |
H A D | PiPContent.js | 96 let u1 = this.xComponent.getNodeType(); 97 if (u1 !== 'XComponent') { 98 console.error(`xComponent type mismatch: ${u1}`);
|
/ohos5.0/base/startup/init/test/unittest/syspara/ |
H A D | syspara_unittest.cpp | 332 uint8_t u1 = OHOS::system::GetUintParameter<uint8_t>(key2, 0, (uint8_t)255); // 255 max value variable 333 EXPECT_EQ(u1, TEST_VALUE); 341 u1 = OHOS::system::GetUintParameter<uint8_t>(key3, 0, (uint8_t)255); // 255 max value 342 EXPECT_EQ(u1, 0); 343 u1 = OHOS::system::GetUintParameter<uint8_t>(key2, 0, (uint8_t)10); // 10 max value 344 EXPECT_EQ(u1, 0);
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.js | 1096 getLocation(u1) { argument 1099 this.error(w1, u1); 1103 priority: u1.priority, 1104 scenario: u1.scenario, 1105 maxAccuracy: u1.maxAccuracy, 1106 timeoutMs: u1.timeoutMs 1111 this.success(b2, u1); 1113 this.error(z1, u1);
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/downloadfilebutton/interfaces/ |
H A D | downloadfilebutton.js | 105 constructor(t1, u1, v1, w1 = -1, x1 = undefined, y1) { argument 125 this.setInitiallyProvidedValue(u1);
|
/ohos5.0/foundation/multimedia/av_session/avpicker/ |
H A D | avpicker_mock.js | 84 this.observeComponentCreation2((u1, v1) => {
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/ |
H A D | cloud_extension_stub.js | 173 marshallingAppSchema(u, u1) { argument 174 u.writeInt(u1.version); 175 u.writeString(u1.bundleName); 176 u.writeInt(u1.databases.length); 177 u1.databases.forEach((h1) => {
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/ |
H A D | segmentbutton.js | 68 u1: { class in e1 247 this.fontSize = options.fontSize ?? e1.u1; 1725 this.fontSize = e1.u1; 2278 … for (let u1 = 0; u1 < Math.min(this.options.buttons.length, this.buttonItemsSize.length); u1++) { 2279 s1 = s1 - this.buttonItemsSize[u1].width; 2282 this.selectedIndexes[0] = u1; 2646 e1.v1 : this.options.fontSize ?? e1.u1;
|
/ohos5.0/docs/zh-cn/application-dev/arkts-utils/ |
H A D | arkts-bytecode-file-format.md | 310 | `u1` | `'1'` | 474 | `u1` | `0x00` |
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/ |
H A D | chip.js | 175 u1: 36, property in b1.q1 253 const u1 = options; 256 (elmtId, isInitialRender, options = u1) => { 1313 : this.theme.q1.u1; 1319 : this.theme.q1.u1;
|
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodlist/ |
H A D | inputmethodlist.js | 469 InputMethodItem(t1, u1, v1, w1, x1, y1, z1 = null) { 484 Text.fontColor(u1);
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/ |
H A D | XTexture.js | 124 rid: rid, x: x, y: y, w: w, h: h, u0: x / ww, v0: y / hh, u1: (x + w) / ww, v1: y / hh, property in XTexture.callAllCuts.allCuts
|
H A D | X2DFast.js | 178 … pcut.w, 0.0, 0.0, pcut.u1, pcut.v1, m00, m01, m10, m11, m22, m30, m31, this.ridDict[pcut.rid], c,
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/interstitialdialogaction/interfaces/ |
H A D | interstitialdialogaction.js | 86 (l ? l : this).observeComponentCreation2((t1, u1, v1 = m) => {
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/multinavigation/interfaces/ |
H A D | multinavigation.js | 1376 let u1 = this.operates.findIndex((v1) => { return v1 === t1; }); 1377 if (u1 !== -1) { 1378 this.operates.splice(u1, 1);
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/toolbar/interfaces/ |
H A D | toolbar.js | 959 constructor(r1, s1, t1, u1 = -1, v1 = undefined, w1) { argument 960 super(r1, t1, u1, w1);
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/composetitlebar/interfaces/ |
H A D | composetitlebar.js | 1032 this.observeComponentCreation((u1, v1) => { 1033 ViewStackProcessor.StartGetAccessRecordingFor(u1);
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/foldsplitcontainer/interfaces/ |
H A D | foldsplitcontainer.js | 373 this.observeComponentCreation2((u1, v1) => {
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/ |
H A D | subheader.js | 2048 let u1 = t1; 2049 return u1.type === RESOURCE_TYPE_SYMBOL;
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | arkts-bytecode-file-format.md | 310 | `u1` | `'1'` | 474 | `u1` | `0x00` |
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/selecttitlebar/interfaces/ |
H A D | selecttitlebar.js | 998 this.observeComponentCreation2((u1, v1) => {
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/ |
H A D | tabtitlebar.js | 1252 this.observeComponentCreation2((u1, v1) => {
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/ |
H A D | treeview.js | 57 const u1 = '2.75vp'; constant 1742 i12: u1,
|