Home
last modified time | relevance | path

Searched refs:NORMAL (Results 1 - 25 of 544) sorted by relevance

12345678910>>...22

/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/
H A Dparagraph_style.h29 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 Dtext_types.h24 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 Drender_configuration_component.h45 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 Djs_button_theme.h44 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 Dintf_render_data_store_default_light.h49 /** 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 Dbms_install_system_test.cpp408 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 Dbms_bundle_installers_test.cpp137 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 Dtext_style.h35 // 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 Dsvg_fe_blend_declaration.h24 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 Dmask_filter_test.cpp48 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 Dtypography_types.h44 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 Dtypography_style.h46 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 Dexecute_ctx.h42 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 Dbutton_extend_test_ng.cpp124 { 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 Dbutton_modifier.cpp26 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 Dconstants.h32 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 Dbutton_pattern.h157 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 Dbms_compatible_system_test.cpp264 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 Ddistributed_mission_focused_listener.cpp54 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 Dmeasure_util.h41 FontStyle fontStyle = FontStyle::NORMAL;
43 TextCase textCase = TextCase::NORMAL;
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_abstract_clock.h76 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 Dtypography_style.h39 FontStyle fontStyle = FontStyle::NORMAL;
61 FontStyle fontStyle = FontStyle::NORMAL;
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_animation_fraction.h27 NORMAL = 0, member in OHOS::Rosen::ForwardDirection
76 ForwardDirection direction_ { ForwardDirection::NORMAL };
/foundation/multimedia/media_foundation/interface/inner_api/osal/task/
H A Dtask.h27 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 Dmultistages_capture_request_task_manager.h28 NORMAL = 0, // state of photo in normal album member in OHOS::Media::PhotoState
42 LowQualityPhotoInfo() : fileId(0), state(PhotoState::NORMAL), requestCount(0) {} in LowQualityPhotoInfo()

Completed in 16 milliseconds

12345678910>>...22