/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/ |
H A D | 3d_dm_target_packing_common.h | 24 // octahedron-normal vector encoding 25 // https://knarkowicz.wordpress.com/2014/04/16/octahedron-normal-vector-encoding/ 30 vec2 NormalOctEncode(in vec3 normal) in NormalOctEncode() argument 32 vec3 n = normal; in NormalOctEncode() 98 vec3 GetPackNormal(in vec3 normal) in GetPackNormal() argument 101 return vec3(NormalOctEncode(normal), 0.0); in GetPackNormal() 103 return vec3(normal * 0.5 + 0.5); in GetPackNormal() 125 vec4 GetPackVelocityAndNormal(in vec2 velocity, in vec3 normal) in GetPackVelocityAndNormal() argument 127 return vec4(velocity, NormalOctEncode(normal)); in GetPackVelocityAndNormal() 149 vec3 GetUnpackNormal(in vec3 normal) in GetUnpackNormal() argument 175 GetUnpackVelocityAndNormal(in vec4 packed, out vec2 velocity, out vec3 normal) GetUnpackVelocityAndNormal() argument [all...] |
/foundation/distributeddatamgr/relational_store/test/native/appdatafwk/unittest/ |
H A D | serializable_test.cpp | 69 Normal normal; member 75 SetValue(node[GET_NAME(normal)], normal); 83 GetValue(node, GET_NAME(normal), normal); 123 Normal normal; in HWTEST_F() local 124 normal.name = "normal"; in HWTEST_F() 125 normal.count = -1; in HWTEST_F() 126 normal in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_input_sub_1_test.cpp | 28 * @tc.desc: test testInput underlineColor detailed, TextInput is normal or onfocus 59 EXPECT_EQ(pattern_->GetUserUnderlineColor().normal, std::nullopt); in HWTEST_F() 65 * @tc.step: step2. Set userUnderlineColor.normal is GREEN in HWTEST_F() 68 userColor.normal = Color::GREEN; in HWTEST_F() 73 * @tc.expected: UserUnderlineColor.normal is GREEN in HWTEST_F() 76 EXPECT_EQ(userColorRes.normal, Color::GREEN); in HWTEST_F() 108 userColor.normal = std::nullopt; in HWTEST_F() 117 EXPECT_EQ(userColorRes.normal, std::nullopt); in HWTEST_F() 156 EXPECT_EQ(userColorRes.normal, std::nullopt); in HWTEST_F() 192 EXPECT_EQ(userColorRes.normal, st in HWTEST_F() [all...] |
H A D | text_input_sub_2_test.cpp | 55 EXPECT_EQ(pattern_->GetUserUnderlineColor().normal, std::nullopt); in HWTEST_F() 61 * @tc.step: step2. Set userUnderlineColor.normal is GREEN in HWTEST_F() 64 userColor.normal = Color::GREEN; in HWTEST_F() 69 * @tc.expected: UserUnderlineColor.normal is GREEN in HWTEST_F() 72 EXPECT_EQ(userColorRes.normal, Color::GREEN); in HWTEST_F() 97 userColor.normal = std::nullopt; in HWTEST_F() 106 EXPECT_EQ(userColorRes.normal, std::nullopt); in HWTEST_F() 135 EXPECT_EQ(userColorRes.normal, std::nullopt); in HWTEST_F() 164 EXPECT_EQ(userColorRes.normal, std::nullopt); in HWTEST_F() 182 * @tc.step: step10. Set userUnderlineColor.normal i in HWTEST_F() [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/ |
H A D | serializable_test.cpp | 68 Normal normal; member 74 SetValue(node[GET_NAME(normal)], normal); 82 GetValue(node, GET_NAME(normal), normal); 124 Normal normal; in HWTEST_F() local 125 normal.name = "normal"; in HWTEST_F() 126 normal.count = -1; in HWTEST_F() 127 normal in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_picker_base.cpp | 239 { DOM_TEXT_COLOR, [](const DOMPickerBase& node, const std::string& val, TextStyle& normal, TextStyle&, in SetOptionStyleOperators() 240 TextStyle&, TextStyle&) { normal.SetTextColor(node.ParseColor(val)); } }, in SetOptionStyleOperators() 256 [](const DOMPickerBase& node, const std::string& val, TextStyle& normal, TextStyle& select, in SetOptionStyleOperators() 258 normal.SetFontFamilies(node.ParseFontFamilies(val)); in SetOptionStyleOperators() 265 TextStyle& normal, TextStyle&, TextStyle&, TextStyle&) { in SetOptionStyleOperators() 266 normal.SetFontSize(node.ParseDimension(val)); in SetOptionStyleOperators() 267 normal.SetAdaptMaxFontSize(node.ParseDimension(val)); in SetOptionStyleOperators() 320 [](const DOMPickerBase& node, const std::string& val, TextStyle& normal, TextStyle& focus, TextStyle&, in SetTextStyleOperators() 322 normal.SetAllowScale(StringToBool(val)); in SetTextStyleOperators() 344 [](const DOMPickerBase& node, const std::string& val, TextStyle& normal, TextStyl in SetTextStyleOperators() [all...] |
/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/ |
H A D | device_timed_collect.cpp | 137 if (timeInfos_[interval].normal) { in ReportEventByTimeInfo() 139 HILOGI("report normal:%{public}d ,persistence:%{public}d", interval, persistence); in ReportEventByTimeInfo() 157 timeInfos_[interval].normal = true; in SaveTimedInfos() 163 timeInfos_[interval].normal, timeInfos_[interval].awake); in SaveTimedInfos() 395 timeInfos_[interval].normal = false; in RemoveTimesInfo() 400 if (!timeInfos_[interval].normal && !timeInfos_[interval].awake) { in RemoveTimesInfo() 404 timeInfos_[interval].normal, timeInfos_[interval].awake); in RemoveTimesInfo()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/ |
H A D | cloud_types_util.cpp | 81 return ITypesUtil::Marshal(data, input.table, input.inserted, input.updated, input.normal); in Marshalling() 87 return ITypesUtil::Unmarshal(data, output.table, output.inserted, output.updated, output.normal); in Unmarshalling()
|
/foundation/multimodalinput/input/intention/cooperate/plugin/src/ |
H A D | event_manager.cpp | 159 .msg = (event.normal ? CoordinationMessage::DEACTIVATE_SUCCESS : CoordinationMessage::DEACTIVATE_FAIL), in StopCooperateFinish() 180 Utility::Anonymize(event.networkId).c_str(), event.normal); in OnProfileChanged() 181 CoordinationMessage msg = (event.normal ? CoordinationMessage::PREPARE : CoordinationMessage::UNPREPARE); in OnProfileChanged()
|
H A D | dsoftbus_handler.cpp | 181 packet << event.targetNetworkId << event.normal; in RelayCooperateFinish() 288 .normal = true, in OnStopCooperate() 321 .normal = true, in OnRelayCooperate() 339 packet >> event.targetNetworkId >> event.normal; in OnRelayCooperateFinish()
|
H A D | cooperate_out.cpp | 162 .normal = true, in OnStop() 250 resp.normal = false; in OnRelay() 255 resp.normal = true; in OnRelay() 309 if (!context.IsPeer(notice.networkId) || notice.normal) { in OnSwitchChanged()
|
H A D | cooperate_in.cpp | 207 .normal = true, in OnStop() 288 if (!context.IsPeer(notice.networkId) || notice.normal) { in OnSwitchChanged() 491 if (notice.normal || in OnSwitchChanged() 526 if (notice.normal) { in OnResponse() 576 .normal = false, in OnProgress()
|
H A D | cooperate_free.cpp | 165 .normal = true, in OnStop()
|
/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/sample/ |
H A D | cube_demo.js | 33 vec3 normal = normalize(vec3(u_NormalMatrix * a_Normal)); 38 vec3 diffuse = lightColor * max(dot(normal,lightDirection),0.0);
|
/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/sample2/ |
H A D | cube2_demo.js | 33 vec3 normal = normalize(vec3(u_NormalMatrix * a_Normal)); 38 vec3 diffuse = lightColor * max(dot(normal,lightDirection),0.0);
|
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/render/ |
H A D | intf_render_data_store_default_light.h | 105 BASE_NS::Math::UVec2 normal { 1024u, 1024u };
|
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/cloud_data/include/ |
H A D | cloud_types.h | 62 int32_t normal = 0; member
|
/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/ |
H A D | chip.js | 242 opacity: { normal: 1, hover: 0.95, pressed: 0.9 }, 1089 this.prefixSymbol?.normal || 1105 this.suffixSymbol?.normal || 1129 this.prefixSymbol?.normal || 1145 this.suffixSymbol?.normal || 1270 return this.prefixSymbol?.normal; 1276 return this.suffixSymbol?.normal; 1362 if (this.prefixSymbol?.normal || this.prefixSymbol?.activated) { 1371 if (this.suffixSymbol?.normal || this.suffixSymbol?.activated) { 1669 if (this.prefixSymbol?.normal || thi [all...] |
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/ |
H A D | js_cloud_utils.cpp | 238 napi_value normal = Convert2JSValue(env, value.normal); in Convert2JSValue() local 242 napi_set_named_property(env, jsValue, "normal", normal); in Convert2JSValue()
|
/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/ |
H A D | device_timed_collect.h | 29 bool normal = false; member
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/datastore/ |
H A D | render_data_store_default_light.cpp | 64 return resolutions_.normal; in GetShadowQualityResolution()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/src/ |
H A D | cloud_types_util.cpp | 133 return ITypesUtil::Unmarshal(data, output.table, output.inserted, output.updated, output.normal); in Unmarshalling()
|
/foundation/arkui/ace_engine/advanced_ui_component/toolbar/interfaces/ |
H A D | toolbar.js | 643 if (this.toolBarList[t4]?.toolBarSymbolOptions?.normal || 723 (!this.toolBarList[q4]?.toolBarSymbolOptions?.normal)) { 729 return this.toolBarList[q4]?.toolBarSymbolOptions?.normal; 792 if (c4?.icon || c4?.toolBarSymbolOptions?.activated || c4?.toolBarSymbolOptions?.normal) { 1108 if (this.itemDialog.toolBarSymbolOptions?.normal ||
|
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/ |
H A D | device_timed_collect_test.cpp | 275 info.normal = true; in HWTEST_F() 294 info.normal = true; in HWTEST_F()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/ |
H A D | connect.rs | 963 let normal = AssetStatus::Normal; in ut_operation_type_serialize() 971 msg_parcel.write(&normal).unwrap(); in ut_operation_type_serialize() 999 let normal = AssetStatus::Normal; in ut_operation_type_deserialize() 1007 msg_parcel.write(&normal).unwrap(); in ut_operation_type_deserialize() 1014 assert_eq!(msg_parcel.read::<AssetStatus>().unwrap(), normal); in ut_operation_type_deserialize()
|