Home
last modified time | relevance | path

Searched refs:w4 (Results 1 - 13 of 13) sorted by relevance

/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_utils.cpp766 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 Drsproperty_fuzzer.cpp95 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 Ddistributeddb_single_ver_p2p_query_sync_test.cpp1021 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 Deditabletitlebar.js637 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 Dcomposetitlebar.js647 this.observeComponentCreation((v4, w4) => {
720 if (!w4) {
/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js875 clearUrl(w4) {
877 this.success(new ClearUrlResult(), w4);
/foundation/arkui/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js875 clearUrl(w4) {
877 this.success(new ClearUrlResult(), w4);
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js735 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 Dtabtitlebar.js622 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 Dtreeview.js305 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 Dgridobjectsortcomponent.js1727 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 Dcomposelistitem.js1473 set contentItemDirection(w4) {
1474 this.__contentItemDirection.set(w4);
/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/
H A Dsubheader.js1584 const v4 = w4 => {
1585 const x4 = w4;

Completed in 24 milliseconds