/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/ |
H A D | rs_obj_abs_geometry.cpp | 361 Vector2f RSObjAbsGeometry::GetDataRange(float d0, float d1, float d2, float d3) in GetDataRange() argument 370 if (d2 > d3) { in GetDataRange() 371 if (min > d3) { in GetDataRange() 372 min = d3; in GetDataRange() 381 if (max < d3) { in GetDataRange() 382 max = d3; in GetDataRange()
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/ |
H A D | cloud_extension_stub.js | 307 m2.value.forEach(d3 => { 308 u.writeString(d3); 468 t1.forEach((d3) => { 469 u.writeString(d3.name); 470 u.writeString(d3.uri); 471 u.writeString(d3.path); 472 u.writeString(d3.createTime); 473 u.writeString(d3.modifyTime); 474 u.writeString(d3.size); 475 if (d3 [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_obj_abs_geometry.h | 68 static Vector2f GetDataRange(float d0, float d1, float d2, float d3);
|
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/ |
H A D | matrix.h | 170 inline constexpr Mat4X4(float d0, float d1, float d2, float d3, float d4, float d5, float d6, float d7, float d8, in Mat4X4() argument 172 : data { d0, d1, d2, d3, d4, d5, d6, d7, d8, d9, d10, d11, d12, d13, d14, d15 } in Mat4X4() 292 inline constexpr Mat4X3(float d0, float d1, float d2, float d3, float d4, float d5, float d6, float d7, float d8, in Mat4X3() argument 294 : data { d0, d1, d2, d3, d4, d5, d6, d7, d8, d9, d10, d11 } in Mat4X3()
|
/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | utf.cpp | 82 uint8_t d3 = *(data + CONST_3); in ConvertMUtf8ToUtf16Pair() local 84 ((d2 & MASK_6BIT) << DATA_WIDTH) | (d3 & MASK_6BIT); in ConvertMUtf8ToUtf16Pair()
|
/foundation/arkui/ace_engine/frameworks/core/components/transform/ |
H A D | transform_component.cpp | 154 float a3, float b3, float c3, float d3, float a4, float b4, float c4, float d4, in Matrix3d() 159 operation.matrix4_ = Matrix4(a1, a2, a3, a4, b1, b2, b3, b4, c1, c2, c3, c4, d1, d2, d3, d4); in Matrix3d() 153 Matrix3d(float a1, float b1, float c1, float d1, float a2, float b2, float c2, float d2, float a3, float b3, float c3, float d3, float a4, float b4, float c4, float d4, const AnimationOption& animationOption) Matrix3d() argument
|
H A D | transform_component.h | 82 float c3, float d3, float a4, float b4, float c4, float d4, const AnimationOption& = AnimationOption());
|
/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/ |
H A D | segmentbutton.js | 752 this.d3 = new SynchedPropertySimpleOneWayPU(params.index, this, "index"); 772 this.d3.reset(params.index); 782 this.d3.purgeDependencyOnElmtId(rmElmtId); 792 this.d3.aboutToBeDeleted(); 834 return this.d3.get(); 838 this.d3.set(newValue); 1334 let d3 = this.selectedIndexes; 1336 let g3 = d3.indexOf(this.optionsArray.e2); 1337 let indexes = d3.map(value => this.optionsArray.e2 && 1342 d3 [all...] |
/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/ |
H A D | treeview.js | 199 let d3 = { 1687 this.s10 = new j3(d3); 1845 this.w10.set(-1, d3); 2100 let z12 = new f3(new j3(d3), d3); 2137 let w12 = new f3(new j3(d3), d3); 3131 let current = new j3(d3); 3140 this.s10 = new j3(d3); 3143 this.w10.set(-1, d3); [all...] |
/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/ |
H A D | chip.js | 451 this.d3 = new SynchedPropertyObjectOneWayPU( 579 this.d3.set(void 0); 673 this.d3.reset(params.chipNodeRadius); 693 this.d3.purgeDependencyOnElmtId(rmElmtId); 730 this.d3.aboutToBeDeleted(); 829 return this.d3.get(); 832 this.d3.set(newValue);
|
/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.js | 1019 this.checkUploadFile(z2).then(d3 => { 1020 if (!d3.checkResult) { 1032 this.handleUploadFileResult(m3, d3.uriMap, z2); 1035 this.handleUploadFileResult(l3, d3.uriMap, z2);
|
/foundation/arkui/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.js | 1019 this.checkUploadFile(z2).then(d3 => { 1020 if (!d3.checkResult) { 1032 this.handleUploadFileResult(m3, d3.uriMap, z2); 1035 this.handleUploadFileResult(l3, d3.uriMap, z2);
|
/foundation/arkui/ace_engine/advanced_ui_component/foldsplitcontainer/interfaces/ |
H A D | foldsplitcontainer.js | 52 static debug(d3, ...e3) { 53 return hilog.debug(0x3900, 'FoldSplitContainer', d3, ...e3);
|
/foundation/arkui/ace_engine/advanced_ui_component/composetitlebar/interfaces/ |
H A D | composetitlebar.js | 874 let d3 = () => { 885 c3.paramsGenerator_ = d3;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_relational_test.cpp | 1610 DataValue d3; in ProcessSync() local 1611 d3.SetText("hello"); in ProcessSync() 1612 virtualRowData.objectData.PutDataValue("eee", d3); in ProcessSync()
|
H A D | distributeddb_interfaces_relational_sync_test.cpp | 753 DataValue d3; in operator ()() local 754 d3 = (int64_t)level_; in operator ()() 755 virtualRowData.objectData.PutDataValue("level", d3); in operator ()()
|
/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/ |
H A D | tabtitlebar.js | 881 set isOnClick(d3) { 882 this.__isOnClick.set(d3);
|
/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/interfaces/ |
H A D | gridobjectsortcomponent.js | 1895 Grid.onItemDrop((c3, d3, e3, f3) => { 1896 this.insertItem(d3, e3);
|
/foundation/arkui/ace_engine/advanced_ui_component/toolbar/interfaces/ |
H A D | toolbar.js | 907 this.observeComponentCreation2((c3, d3) => {
|
/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/ |
H A D | subheader.js | 1789 this.observeComponentCreation2((c3, d3) => {
|