/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/ |
H A D | paragraph_style.h | 29 NORMAL, // to be done. member in OHOS::Rosen::SPText::WordBreakType 55 FontWidth fontWidth = FontWidth::NORMAL; 56 FontStyle fontStyle = FontStyle::NORMAL; 57 WordBreakType wordBreakType = WordBreakType::NORMAL; 65 FontWidth strutFontWidth = FontWidth::NORMAL; 66 FontStyle strutFontStyle = FontStyle::NORMAL;
|
H A D | text_types.h | 24 NORMAL, member in OHOS::Rosen::SPText::FontStyle 48 NORMAL = 5, member in OHOS::Rosen::SPText::FontWidth
|
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/ |
H A D | render_configuration_component.h | 45 NORMAL = 1, member in SceneShadowQuality 56 NORMAL = 1, member in SceneShadowSmoothness 84 DEFINE_PROPERTY(SceneShadowQuality, shadowQuality, "Shadow Quality", 0, VALUE(SceneShadowQuality::NORMAL)) 89 SceneShadowSmoothness, shadowSmoothness, "Shadow Smoothness", 0, VALUE(SceneShadowSmoothness::NORMAL))
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/ |
H A D | js_button_theme.h | 44 inline static ButtonRole buttonRole = ButtonRole::NORMAL; 57 ViewStackModel::GetInstance()->SetVisualState(VisualState::NORMAL); in ApplyTheme() 71 case ButtonStyleMode::NORMAL: in FontColor() 88 case ButtonStyleMode::NORMAL: in BackgroundColor()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/render/ |
H A D | intf_render_data_store_default_light.h | 49 /** Shadow quality. Default is NORMAL. 55 NORMAL = 1, member in IRenderDataStoreDefaultLight::ShadowQuality 62 /** Shadow smoothness. Default is NORMAL. 68 NORMAL = 1, member in IRenderDataStoreDefaultLight::ShadowSmoothness 97 ShadowQuality shadowQuality { ShadowQuality::NORMAL }; 98 ShadowSmoothness shadowSmoothness { ShadowSmoothness::NORMAL };
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/ |
H A D | bms_install_system_test.cpp | 408 InstallBundle(bundleFilePath, InstallFlag::NORMAL, installMsg); in HWTEST_F() 438 InstallBundle(bundleFilePath, InstallFlag::NORMAL, installMsg); in HWTEST_F() 443 InstallBundle(bundleFilePath, InstallFlag::NORMAL, installMsg); in HWTEST_F() 469 InstallBundle(bundleFilePath, InstallFlag::NORMAL, installMsg); in HWTEST_F() 507 InstallBundle(bundleFilePath, InstallFlag::NORMAL, installMsg); in HWTEST_F() 537 InstallBundle(bundleFilePath, InstallFlag::NORMAL, installMsg); in HWTEST_F() 568 InstallBundle(bundleFilePath, InstallFlag::NORMAL, installMsg); in HWTEST_F() 594 InstallBundle(bundleFilePath, InstallFlag::NORMAL, installMsg); in HWTEST_F() 616 InstallBundle(bundleFilePath, InstallFlag::NORMAL, installMsg); in HWTEST_F() 623 InstallBundle(bundleFilePath, InstallFlag::NORMAL, installMs in HWTEST_F() [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installers_test/ |
H A D | bms_bundle_installers_test.cpp | 137 installParam.installFlag = InstallFlag::NORMAL; in HWTEST_F() 161 installParam.installFlag = InstallFlag::NORMAL; in HWTEST_F() 185 installParam.installFlag = InstallFlag::NORMAL; in HWTEST_F() 215 installParam.installFlag = InstallFlag::NORMAL; in HWTEST_F() 232 installParam.installFlag = InstallFlag::NORMAL; in HWTEST_F() 258 installParam.installFlag = InstallFlag::NORMAL; in HWTEST_F() 297 installParam.installFlag = InstallFlag::NORMAL; in HWTEST_F() 321 installParam.installFlag = InstallFlag::NORMAL; in HWTEST_F() 345 installParam.installFlag = InstallFlag::NORMAL; in HWTEST_F() 368 installParam.installFlag = InstallFlag::NORMAL; in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | text_style.h | 35 // BOLD is equal to W700 and NORMAL is equal to W400, lighter is W100, BOLDER is W900. 47 NORMAL, member in OHOS::Ace::FontWeight 55 NORMAL, member in OHOS::Ace::FontStyle 64 { FontStyle::NORMAL, "NORMAL" }, in ToString() 74 { FontStyle::NORMAL, "normal" }, in ToStringNDK() 108 NORMAL = 0, member in OHOS::Ace::TextCase 117 { TextCase::NORMAL, "NORMAL" }, in ToString() 145 enum class WordBreak { NORMAL member in OHOS::Ace::WordBreak [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
H A D | svg_fe_blend_declaration.h | 24 NORMAL, member in OHOS::Ace::FeBlendMode 33 FeBlendMode blendMode = FeBlendMode::NORMAL; 69 { "normal", FeBlendMode::NORMAL }, in SetBlendMode()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/ |
H A D | mask_filter_test.cpp | 48 auto maskFilter = MaskFilter::CreateBlurMaskFilter(BlurType::NORMAL, 0.5f); in HWTEST_F() 74 auto maskFilter = std::make_unique<MaskFilter>(MaskFilter::FilterType::BLUR, BlurType::NORMAL, 0.2f); in HWTEST_F() 87 auto maskFilter = std::make_unique<MaskFilter>(MaskFilter::FilterType::NO_TYPE, BlurType::NORMAL, 0.4f); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/ |
H A D | typography_types.h | 44 NORMAL = 0, member in OHOS::Rosen::BreakStrategy::WordBreakType 81 NORMAL = 5, member in OHOS::Rosen::BreakStrategy::WordBreakType::FontWidth 89 NORMAL, member in OHOS::Rosen::BreakStrategy::WordBreakType::FontStyle
|
H A D | typography_style.h | 46 FontWidth fontWidth = FontWidth::NORMAL; 47 FontStyle fontStyle = FontStyle::NORMAL; 56 FontWidth lineStyleFontWidth = FontWidth::NORMAL; 57 FontStyle lineStyleFontStyle = FontStyle::NORMAL;
|
/foundation/resourceschedule/ffrt/src/sched/ |
H A D | execute_ctx.h | 42 NORMAL, member in ffrt::SharedMutexWaitType 56 WaitEntry() : prev(this), next(this), task(nullptr), weType(0), wtType(SharedMutexWaitType::NORMAL) { in WaitEntry() 59 wtType(SharedMutexWaitType::NORMAL) { in WaitEntry()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/button/ |
H A D | button_extend_test_ng.cpp | 124 { ButtonStyleMode::NORMAL, Color::GRAY }, { ButtonStyleMode::TEXT, Color::BLUE } }; in SetUpTestCase() 126 { ButtonStyleMode::NORMAL, Color::GRAY }, { ButtonStyleMode::TEXT, Color::BLUE } }; in SetUpTestCase() 127 buttonTheme->bgColorMap_.emplace(ButtonRole::NORMAL, normalBgColorMap_); in SetUpTestCase() 130 buttonTheme->textColorMap_.insert(std::pair<ButtonStyleMode, Color>(ButtonStyleMode::NORMAL, Color::BLUE)); in SetUpTestCase() 132 buttonTheme->textColorByRoleMap_.insert(std::pair<ButtonRole, Color>(ButtonRole::NORMAL, Color::BLACK)); in SetUpTestCase() 166 buttonModelNG.SetRole(AceType::RawPtr(buttonNode), ButtonRole::NORMAL); in HWTEST_F() member in OHOS::Ace::NG::ButtonRole 167 buttonModelNG.SetButtonStyle(AceType::RawPtr(buttonNode), ButtonStyleMode::NORMAL); in HWTEST_F() member in OHOS::Ace::NG::ButtonStyleMode 175 buttonModelNG.ApplyTheme(AceType::RawPtr(buttonNode), ButtonStyleMode::NORMAL, ButtonRole::NORMAL); in HWTEST_F() member in OHOS::Ace::NG::ButtonRole 196 buttonModelNGEx.ApplyTheme(AceType::RawPtr(buttonNodeEx), ButtonStyleMode::NORMAL, ButtonRol in HWTEST_F() member in OHOS::Ace::NG::ButtonRole [all...] |
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | button_modifier.cpp | 26 constexpr Ace::FontWeight DEFAULT_FONT_WEIGHT = Ace::FontWeight::NORMAL; 27 constexpr Ace::FontStyle DEFAULT_FONT_STYLE = Ace::FontStyle::NORMAL; 48 const std::vector<Ace::FontStyle> FONT_STYLES = { Ace::FontStyle::NORMAL, Ace::FontStyle::ITALIC }; 83 FontWeight::NORMAL, 118 (ButtonType)type == ButtonType::ARC || (ButtonType)type == ButtonType::NORMAL || in SetButtonType() 529 ButtonRole role = ButtonRole::NORMAL; in SetButtonRole() 530 if (buttonRole >= static_cast<uint32_t>(ButtonRole::NORMAL) && buttonRole <= in SetButtonRole() 541 ButtonModelNG::SetRole(frameNode, ButtonRole::NORMAL); in ResetButtonRole() 549 if (buttonStyle >= static_cast<uint32_t>(ButtonStyleMode::NORMAL) && buttonStyle <= in SetButtonStyle() 567 ControlSize size = ControlSize::NORMAL; in SetButtonControlSize() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
H A D | constants.h | 32 NORMAL, member in OHOS::Ace::ButtonType 63 enum class ButtonStyleMode { NORMAL, EMPHASIZE, TEXT }; member in OHOS::Ace::ButtonStyleMode 65 enum class ControlSize { SMALL, NORMAL }; 67 enum class ButtonRole { NORMAL, ERROR }; member in OHOS::Ace::ButtonRole 184 enum class MainStackSize { MAX, MIN, NORMAL, LAST_CHILD_HEIGHT, MATCH_CHILDREN, MAX_X, MAX_Y }; member in OHOS::Ace::MainStackSize 251 NORMAL, member in OHOS::Ace::WhiteSpace 369 NORMAL, member in OHOS::Ace::AIImageQuality 491 NORMAL = 0, member in OHOS::Ace::WindowModal 496 FIRST_VALUE = NORMAL, 651 NORMAL member in OHOS::Ace::CalendarType [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | button_pattern.h | 157 layoutProperty->GetFontStyle().value_or(Ace::FontStyle::NORMAL) == Ace::FontStyle::NORMAL ? 202 "style", layoutProperty->GetFontStyle().value_or(Ace::FontStyle::NORMAL) == Ace::FontStyle::NORMAL in ToJsonValueAttribute() 223 ConvertControlSizeToString(layoutProperty->GetControlSize().value_or(ControlSize::NORMAL)) in ToJsonValueAttribute() 226 "role", ConvertButtonRoleToString(layoutProperty->GetButtonRole().value_or(ButtonRole::NORMAL)) in ToJsonValueAttribute() 234 case ButtonRole::NORMAL: in ConvertButtonRoleToString() 235 result = "ButtonRole.NORMAL"; in ConvertButtonRoleToString() 250 case ButtonType::NORMAL: in ConvertButtonTypeToString() 272 case ButtonStyleMode::NORMAL in ConvertButtonStyleToString() [all...] |
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_compatible_system_test/ |
H A D | bms_compatible_system_test.cpp | 264 Install(bundleFilePath, InstallFlag::NORMAL, message); in HWTEST_F() 306 Install(bundleFilePath1, InstallFlag::NORMAL, message); in HWTEST_F() 345 Install(bundleFilePath, InstallFlag::NORMAL, message); in HWTEST_F() 386 Install(bundleFilePath1, InstallFlag::NORMAL, message); in HWTEST_F() 388 Install(bundleFilePath2, InstallFlag::NORMAL, message); in HWTEST_F() 427 Install(bundleFilePath, InstallFlag::NORMAL, message); in HWTEST_F() 493 Install(bundleFilePath, InstallFlag::NORMAL, message); in HWTEST_F() 527 Install(bundleFilePath, InstallFlag::NORMAL, message); in HWTEST_F() 565 Install(bundleFilePath1, InstallFlag::NORMAL, message); in HWTEST_F() 599 Install(bundleFilePath, InstallFlag::NORMAL, messag in HWTEST_F() [all...] |
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/ |
H A D | distributed_mission_focused_listener.cpp | 54 DMSContinueSendMgr::GetInstance().NotifyMissionFocused(missionId, FocusedReason::NORMAL); in OnMissionFocused() 60 DMSContinueSendMgr::GetInstance().NotifyMissionUnfocused(missionId, UnfocusedReason::NORMAL); in OnMissionUnfocused()
|
/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | measure_util.h | 41 FontStyle fontStyle = FontStyle::NORMAL; 43 TextCase textCase = TextCase::NORMAL;
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_abstract_clock.h | 76 UIAbstractClock() : currentHour_(0), currentMinute_(0), currentSecond_(0), mode_(WorkMode::NORMAL) {} in UIAbstractClock() 198 NORMAL, enumerator
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/ |
H A D | typography_style.h | 39 FontStyle fontStyle = FontStyle::NORMAL; 61 FontStyle fontStyle = FontStyle::NORMAL;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_animation_fraction.h | 27 NORMAL = 0, member in OHOS::Rosen::ForwardDirection 76 ForwardDirection direction_ { ForwardDirection::NORMAL };
|
/foundation/multimedia/media_foundation/interface/inner_api/osal/task/ |
H A D | task.h | 27 NORMAL, member in OHOS::Media::TaskPriority 46 TaskPriority priority = TaskPriority::NORMAL, bool singleLoop = true);
|
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/include/utils/ |
H A D | multistages_capture_request_task_manager.h | 28 NORMAL = 0, // state of photo in normal album member in OHOS::Media::PhotoState 42 LowQualityPhotoInfo() : fileId(0), state(PhotoState::NORMAL), requestCount(0) {} in LowQualityPhotoInfo()
|