Home
last modified time | relevance | path

Searched refs:u1 (Results 1 – 25 of 61) sorted by relevance

123

/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() 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 Dinterpolation.h64 … 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 D3d_dm_shadowing_common.h97 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 DPiPContent.js96 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 Dsyspara_unittest.cpp332 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 Datomicserviceweb.js1096 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 Ddownloadfilebutton.js105 constructor(t1, u1, v1, w1 = -1, x1 = undefined, y1) { argument
125 this.setInitiallyProvidedValue(u1);
/ohos5.0/foundation/multimedia/av_session/avpicker/
H A Davpicker_mock.js84 this.observeComponentCreation2((u1, v1) => {
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js173 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 Dsegmentbutton.js68 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 Darkts-bytecode-file-format.md310 | `u1` | `'1'` |
474 | `u1` | `0x00` |
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/
H A Dchip.js175 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 Dinputmethodlist.js469 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 DXTexture.js124 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 DX2DFast.js178 … 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 Dinterstitialdialogaction.js86 (l ? l : this).observeComponentCreation2((t1, u1, v1 = m) => {
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/multinavigation/interfaces/
H A Dmultinavigation.js1376 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 Dtoolbar.js959 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 Dcomposetitlebar.js1032 this.observeComponentCreation((u1, v1) => {
1033 ViewStackProcessor.StartGetAccessRecordingFor(u1);
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/foldsplitcontainer/interfaces/
H A Dfoldsplitcontainer.js373 this.observeComponentCreation2((u1, v1) => {
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/
H A Dsubheader.js2048 let u1 = t1;
2049 return u1.type === RESOURCE_TYPE_SYMBOL;
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Darkts-bytecode-file-format.md310 | `u1` | `'1'` |
474 | `u1` | `0x00` |
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/selecttitlebar/interfaces/
H A Dselecttitlebar.js998 this.observeComponentCreation2((u1, v1) => {
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/
H A Dtabtitlebar.js1252 this.observeComponentCreation2((u1, v1) => {
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/
H A Dtreeview.js57 const u1 = '2.75vp'; constant
1742 i12: u1,

123