/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_utils.cpp | 766 int64_t w4 = FO_MUL(decU, decV); local 777 const int32_t w4 = static_cast<int32_t>(decU * decV * 256.0f); // 256:shift 8 bit left local 780 const int64_t outA = __SMUAD(p1, w1) + __SMUAD(p2, w2) + __SMUAD(p3, w3) + __SMUAD(p4, w4); 782 const int64_t outA = p1 * w1 + p2 * w2 + p3 * w3 + p4 * w4; 872 int64_t w4 = FO_MUL(decU, decV); local 882 const int32_t w4 = static_cast<int32_t>(decU * decV * 256.0f); // 256:shift 8 bit left local 886 __SMUAD(p1.red, w1) + __SMUAD(p2.red, w2) + __SMUAD(p3.red, w3) + __SMUAD(p4.red, w4); 888 __SMUAD(p1.green, w1) + __SMUAD(p2.green, w2) + __SMUAD(p3.green, w3) + __SMUAD(p4.green, w4); 890 __SMUAD(p1.blue, w1) + __SMUAD(p2.blue, w2) + __SMUAD(p3.blue, w3) + __SMUAD(p4.blue, w4); 892 const int64_t outR = p1.red * w1 + p2.red * w2 + p3.red * w3 + p4.red * w4; 991 int64_t w4 = FO_MUL(decU, decV); global() local 1001 const int32_t w4 = static_cast<int32_t>(decU * decV * 256.0f); // 256:shift 8 bit left global() local 1083 const int32_t w4 = static_cast<int32_t>(decU * decV * 256.0f); // 256:shift 8 bit left global() local 1151 int64_t w4 = FO_MUL(decU, decV); global() local 1396 int64_t w4 = FO_MUL(decU, decV); global() local 1425 const int32_t w4 = static_cast<int32_t>(decU * decV * 256.0f); global() local [all...] |
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsproperty_fuzzer/ |
H A D | rsproperty_fuzzer.cpp | 95 float w4 = GetData<float>(); in RSPropertiesFuzzTestInner01() local 96 Vector4f frame(x4, y4, z4, w4); in RSPropertiesFuzzTestInner01()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_single_ver_p2p_query_sync_test.cpp | 1021 WaterMark w4 = -1; in HWTEST_F() local 1022 EXPECT_EQ(meta.GetRecvQueryWaterMark("Q1", "D1", w4), E_OK); in HWTEST_F() 1023 EXPECT_EQ(w4, w3); in HWTEST_F() 1357 WaterMark w4 = -1; in HWTEST_F() local 1358 EXPECT_EQ(meta.GetRecvDeleteSyncWaterMark("D1", w4), E_OK); in HWTEST_F() 1359 EXPECT_EQ(w4, w3); in HWTEST_F()
|
/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/ |
H A D | editabletitlebar.js | 637 this.observeComponentCreation2((w4, x4) => { 648 }, undefined, w4, () => { }, { page: 'library/src/main/ets/components/EditableTitleBar.ets', line: 377, col: 11 }); 665 this.updateStateVarsOfChildByElmtId(w4, {
|
/foundation/arkui/ace_engine/advanced_ui_component/composetitlebar/interfaces/ |
H A D | composetitlebar.js | 647 this.observeComponentCreation((v4, w4) => { 720 if (!w4) {
|
/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.js | 875 clearUrl(w4) { 877 this.success(new ClearUrlResult(), w4);
|
/foundation/arkui/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.js | 875 clearUrl(w4) { 877 this.success(new ClearUrlResult(), w4);
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/ |
H A D | cloud_extension_stub.js | 735 let w4 = t.readString(); 736 let x4 = await this.shareCenter.queryParticipantsByInvitation(u4, v4, w4);
|
/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/ |
H A D | tabtitlebar.js | 622 let w4 = new ImageMenuItem(this, { item: t4, index: this.index * 1000 + s4 + 1 }, undefined, u4, 624 ViewPU.create(w4); 631 w4.paramsGenerator_ = x4;
|
/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/ |
H A D | treeview.js | 305 w4: undefined, 386 this.t4.w4 = color; 3897 this.popupForShowTitle.call(this, this.item.q5().x4, this.item.q5().w4, 3903 popupColor: this.item.q5().w4, 4240 constructor(w4, x4, itemWidth, itemHeight, y4, z4, a5) { 4249 this.j4 = w4; 4254 this.l15 = w4;
|
/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/interfaces/ |
H A D | gridobjectsortcomponent.js | 1727 const w4 = this.getEditItemGridPosition(ObservedObject.GetRawObject(this.selected), v4); 1755 this.addItemMoveX = w4.x; 1756 this.addItemMoveY = w4.y;
|
/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/interfaces/ |
H A D | composelistitem.js | 1473 set contentItemDirection(w4) { 1474 this.__contentItemDirection.set(w4);
|
/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/ |
H A D | subheader.js | 1584 const v4 = w4 => { 1585 const x4 = w4;
|