Home
last modified time | relevance | path

Searched refs:w3 (Results 1 - 14 of 14) sorted by relevance

/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_utils.cpp765 int64_t w3 = FO_MUL(decUMinus1, decV); local
776 const int32_t w3 = static_cast<int32_t>(decUMinus1 * 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;
871 int64_t w3 = FO_MUL(decUMinus1, decV); local
881 const int32_t w3 = static_cast<int32_t>(decUMinus1 * 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
990 int64_t w3 = FO_MUL(decUMinus1, decV); global() local
1000 const int32_t w3 = static_cast<int32_t>(decUMinus1 * decV * 256.0f); // 256:shift 8 bit left global() local
1082 const int32_t w3 = static_cast<int32_t>(decUMinus1 * decV * 256.0f); // 256:shift 8 bit left global() local
1150 int64_t w3 = FO_MUL(decUMinus1, decV); global() local
1395 int64_t w3 = FO_MUL(decUMinus1, decV); global() local
1424 const int32_t w3 = static_cast<int32_t>(decUMinus1 * decV * 256.0f); // 256:shift 8 bit left global() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_p2p_query_sync_test.cpp829 WaterMark w3 = 3; in HWTEST_F() local
830 EXPECT_EQ(meta.SaveLocalWaterMark("D2", w3), E_OK); in HWTEST_F()
831 EXPECT_EQ(meta.SavePeerWaterMark("D2", w3, true), E_OK); in HWTEST_F()
835 * @tc.expected: step7. E_OK and get the w3 in HWTEST_F()
838 EXPECT_EQ(w3, w); in HWTEST_F()
840 EXPECT_EQ(w3, w); in HWTEST_F()
1014 WaterMark w3 = 2; in HWTEST_F() local
1015 EXPECT_EQ(meta.SavePeerWaterMark("D1", w3, true), E_OK); in HWTEST_F()
1023 EXPECT_EQ(w4, w3); in HWTEST_F()
1237 WaterMark w3 in HWTEST_F() local
1350 WaterMark w3 = 2; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js978 selectPhoto(w3) {
981 MIMEType: w3.mimeType,
982 maxSelectNumber: w3.maxSelectNumber,
983 isPhotoTakingSupported: w3.isPhotoTakingSupported,
984 isEditSupported: w3.isEditSupported,
985 isSearchSupported: w3.isSearchSupported,
987 recommendationType: w3.recommendationType
989 preselectedUris: w3.preselectedUris
991 this.success(new SelectPhotoResult(b4.photoUris, b4.isOriginalPhoto), w3);
993 this.error(a4, w3);
[all...]
/foundation/arkui/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js978 selectPhoto(w3) {
981 MIMEType: w3.mimeType,
982 maxSelectNumber: w3.maxSelectNumber,
983 isPhotoTakingSupported: w3.isPhotoTakingSupported,
984 isEditSupported: w3.isEditSupported,
985 isSearchSupported: w3.isSearchSupported,
987 recommendationType: w3.recommendationType
989 preselectedUris: w3.preselectedUris
991 this.success(new SelectPhotoResult(b4.photoUris, b4.isOriginalPhoto), w3);
993 this.error(a4, w3);
[all...]
/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/
H A Dtreeview.js175 w3: new s3(''),
193 w18.w3 = new s3(nodeParam.primaryTitle);
1110 if (item.k6().w3 && item.w5()) {
1113 Text.create(item.k6().w3?.title);
1117 Text.fontSize(item.k6().w3?.size);
1165 if (g17.k6().w3 !== null && f17 !== a3.DRAG_INSERT &&
1167 g17.k6().w3?.j8(f17 === a3.SELECTED ||
1310 .w3?.j8(false);
1312 .w3?.q9(false);
1881 if (l14.k6().w3 !
[all...]
/foundation/arkui/ace_engine/advanced_ui_component/composetitlebar/interfaces/
H A Dcomposetitlebar.js790 this.observeComponentCreation((w3, x3) => {
791 ViewStackProcessor.StartGetAccessRecordingFor(w3);
794 CollapsibleMenuSection.maxCountOfVisibleItems + t3, isPopup: true }, undefined, w3, () => { }, { page: 'library/src/main/ets/components/mainpage/MainPage.ets', line: 341, col: 13 });
807 this.updateStateVarsOfChildByElmtId(w3, {});
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js634 let w3 = [];
636 return w3;
639 w3.push({
651 return w3;
/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/
H A Dchip.js509 this.w3 = new ObservedPropertyObjectPU(0, this, 'fontSizeScale');
709 this.w3.purgeDependencyOnElmtId(rmElmtId);
746 this.w3.aboutToBeDeleted();
925 return this.w3.get();
928 this.w3.set(newValue);
/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/interfaces/
H A Dcomposelistitem.js1666 let w3 = { height: 0, width: 0 };
1669 w3.width = i4.width;
1670 w3.height = i4.height;
1672 return w3;
/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/
H A Deditabletitlebar.js828 set isOnClick(w3) {
829 this.__isOnClick.set(w3);
/foundation/arkui/ace_engine/advanced_ui_component/toolbar/interfaces/
H A Dtoolbar.js839 onMeasureSize(u3, v3, w3) {
843 let a4 = z3.measure(w3);
/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/
H A Dtabtitlebar.js746 const w3 = u3;
750 let z3 = new ImageMenuItem(this, { item: w3,
756 item: w3,
/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/
H A Dsubheader.js1717 let w3 = new SingleIconStyle(this, {
1733 ViewPU.create(w3);
1749 w3.paramsGenerator_ = x3;
/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/interfaces/
H A Dgridobjectsortcomponent.js1812 this.forEachUpdateFunction(r3, this.unSelected, n17, (w3) => w3.id.toString(), true, false);

Completed in 23 milliseconds