Home
last modified time | relevance | path

Searched refs:u2 (Results 1 – 25 of 69) 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
32 ret += BEZIER_COEFFICIENT * invT * t2 * u2; in GetBezierInterpolation()
41 float Interpolation::GetBezierInterpolation(float t, float u0, float u1, float u2, float u3) in GetBezierInterpolation() argument
51 ret += BEZIER_COEFFICIENT * invT * t2 * u2; in GetBezierInterpolation()
57 float Interpolation::GetBezierDerivative(float t, float u0, float u1, float u2, float u3) in GetBezierDerivative() argument
61 float d1 = u2 - u1; in GetBezierDerivative()
62 float d2 = u3 - u2; 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.h98 const float u2 = fracS / uw2 + 2.0; in CalcPcfShadow() local
112 …sum += uw2 * vw0 * GetPcfSample(shadow, baseUv, vec2(u2, v0), compareDepth, texelSize, receiverPla… in CalcPcfShadow()
116 …sum += uw2 * vw1 * GetPcfSample(shadow, baseUv, vec2(u2, v1), compareDepth, texelSize, receiverPla… in CalcPcfShadow()
120 …sum += uw2 * vw2 * GetPcfSample(shadow, baseUv, vec2(u2, v2), compareDepth, texelSize, receiverPla… in CalcPcfShadow()
/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
78 u2.expandedLayoutOptions,
83 u2.hoverModeLayoutOptions,
88 u2.foldedLayoutOptions,
93 u2.animationOptions,
123 this.setInitiallyProvidedValue(u2);
/ohos5.0/base/security/certificate_manager/config/systemCertificates/
H A D54657681.024 KcZ7XC25y2a2t6hbElGFtQl+Ynhw/qlqYLYdDnkM/crqJIByw5c/8nerQyIKx+u2
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/
H A DX2DFast.js179 …pcut.w, pcut.h, 0.0, pcut.u2, pcut.v2, m00, m01, m10, m11, m22, m30, m31, this.ridDict[pcut.rid], …
181 …pcut.w, pcut.h, 0.0, pcut.u2, pcut.v2, m00, m01, m10, m11, m22, m30, m31, this.ridDict[pcut.rid], …
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/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
335 EXPECT_EQ(u2, TEST_VALUE);
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/
H A Dchip.js420 this.u2 = new SynchedPropertyObjectOneWayPU(
661 this.u2.reset(params.prefixSymbol);
681 this.u2.purgeDependencyOnElmtId(rmElmtId);
717 this.u2.aboutToBeDeleted();
780 return this.u2.get();
783 this.u2.set(newValue);
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/
H A Dtreeview.js119 var u2; variable
123 })(u2 || (u2 = {}));
1415 this.listNodeDataSource.v9(u2.WARNINGS, v2.NONE, false,
1528 this.listNodeDataSource.v9(u2.WARNINGS, v2.NONE, false, this.listNodeDataSource.u9());
2381 if (d12 === u2.HINTS) {
2397 } else if (d12 === u2.WARNINGS) {
3861 … this.listNodeDataSource.v9(u2.WARNINGS, v2.NONE, false, this.listNodeDataSource.u9());
4041 … this.listNodeDataSource.v9(u2.WARNINGS, v2.INVALID_ERROR, true, g6);
4051 … this.listNodeDataSource.v9(u2.WARNINGS, v2.LENGTH_ERROR, true, g6);
4061 this.listNodeDataSource.v9(u2.WARNINGS, v2.NONE, false, f6);
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js509 } catch (u2) {
510 this.consoleError(`callback error, code is ${u2.code}, message is ${u2.message}`);
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/toolbar/interfaces/
H A Dtoolbar.js903 this.observeComponentCreation2((u2, v2) => {
927 this.forEachUpdateFunction(u2, this.toolBarList, w2, undefined, true, false);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js352 let u2 = t.readString();
360 let g3 = await this.cloudDb.query(u2, v2, w2, x2);
/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
800 super(p2, r2, s2, u2);
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/composetitlebar/interfaces/
H A Dcomposetitlebar.js935 updateStateVars(u2) { argument
936 this.__fontSize.reset(u2.fontSize);
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/multinavigation/interfaces/
H A Dmultinavigation.js1171 setPagePolicy(u2) {
1172 this.mPolicyMap = u2;
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodlist/
H A Dinputmethodlist.js524 this.observeComponentCreation2((u2, v2) => {
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/
H A Deditabletitlebar.js925 IconBuilder(u2 = null) {
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/
H A Dsubheader.js1892 this.observeComponentCreation2((t2, u2) => {
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/interfaces/
H A Dgridobjectsortcomponent.js1811 this.observeComponentCreation2((t2, u2) => {
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/
H A Dsegmentbutton.js1504 Row.onSizeChange((u2, newValue) => {
/ohos5.0/foundation/multimedia/av_codec/test/unittest/resources/demuxer_res/
H A D2obj_44100Hz_16bit_32k.ts124 K��q+������ +e�ݙev�s�#�Ψ��Ϯ>c���]HnF�G�; �~�>ؒ���u2�+����?�9�������e�E�R�"�fŋ �tj՛…
1000 …g��D@�����u�揀����bd{���v<-*����jZr�N�*� �D�4�%G�U# ft_�:��١i ��u2�־ �]������b 13B���…
/ohos5.0/foundation/multimedia/image_framework/test/resource/image/images/
H A Dtest.raf Error!