Home
last modified time | relevance | path

Searched refs:fontColor_ (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_caption.cpp49 return fontColor_; in GetFontColor()
54 fontColor_ = color; in SetFontColor()
/ohos5.0/foundation/barrierfree/accessibility/common/interface/src/parcel/
H A Daccessibility_caption_parcel.cpp31 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, fontColor_); in ReadFromParcel()
43 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, fontColor_); in Marshalling()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_theme.h87 theme->fontColor_ = in Parse()
88 pattern->GetAttr<Color>("text_color", theme->fontColor_) in Parse()
93 pattern->GetAttr<Color>(PATTERN_TEXT_COLOR, theme->fontColor_) in Parse()
132 theme->fontColor_ = pattern->GetAttr<Color>("select_font_color", Color(0xe5000000)); in ParseNewPattern()
161 … theme->disabledFontColor_ = theme->fontColor_.BlendOpacity(theme->disabledFontColorAlpha_); in ParsePartOne()
330 theme->fontColor_ = fontColor_; in ClonePartOne()
518 return fontColor_; in GetFontColor()
522 fontColor_ = value; in SetFontColor()
1169 Color fontColor_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_theme.h79 theme->fontColor_ = pattern->GetAttr<Color>(PATTERN_TEXT_COLOR, Color::WHITE); in ParsePattern()
153 return fontColor_; in GetFontColor()
341 Color fontColor_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_theme.h120 return fontColor_; in GetFontColor()
261 theme->fontColor_ = securityComponentPattern->GetAttr<Color>("font_color", Color()); in ParsePattern()
285 Color fontColor_; variable
H A Dsecurity_component_handler.cpp662 buttonInfo.fontColor_.value = textProp->GetTextColor().value().GetValue(); in InitSCTextInfo()
/ohos5.0/base/security/security_component_manager/frameworks/security_component/src/
H A Dsec_comp_base.cpp140 if (!ParseColor(jsonColors, JsonTagConstants::JSON_FONT_COLOR_TAG, fontColor_)) { in ParseColors()
332 { JsonTagConstants::JSON_FONT_COLOR_TAG, fontColor_.value }, in ToJson()
380 … padding_.bottom, padding_.left, fontColor_.value, bgColor_.value, iconColor_.value, borderWidth_, in CompareComponentBasicInfo()
384 … other->fontColor_.value, other->bgColor_.value, other->iconColor_.value, other->borderWidth_, in CompareComponentBasicInfo()
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_caption.h116 uint32_t fontColor_ = 0xff000000; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/mock/
H A Dsec_comp_base_mock.h81 SecCompColor fontColor_; variable
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/sa_main/
H A Dsec_comp_info_helper.cpp166 (((comp->text_ != NO_TEXT) && (IsColorSimilar(comp->fontColor_, comp->bgColor_))) || in CheckSecCompBaseButton()
197 if (((comp->text_ != NO_TEXT) && (IsColorTransparent(comp->fontColor_))) || in CheckSecCompBase()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_pattern.cpp212 fontColor_ = textLayoutProperty->GetTextColor().value_or(theme->GetTextColor()); in OnPress()
217 Color touchFontColorDown = fontColor_.BlendColor(touchEffect); in OnPress()
226 textLayoutProperty->UpdateTextColor(fontColor_); in OnPress()
H A Dprogress_pattern.h168 Color fontColor_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_event_hub.cpp136 fontColor_ = fontColor; in SetFontColor()
181 return fontColor_; in GetFontColor()
H A Drich_editor_event_hub.h177 std::string fontColor_; variable
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/include/
H A Dsec_comp_base.h108 SecCompColor fontColor_; variable
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/test/unittest/src/
H A Dlocation_button_test.cpp466 comp1.fontColor_.value = TestCommon::TEST_DIFF_COLOR;
468 comp1.fontColor_.value = TestCommon::TEST_COLOR_RED;
H A Dsec_comp_kit_test.cpp104 comp.fontColor_.value = TestCommon::TEST_COLOR;
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
H A Dsec_comp_manager_test.cpp50 button.fontColor_.value = ServiceTestCommon::TEST_COLOR_WHITE; in BuildInvalidLocationComponent()
79 button.fontColor_.value = ServiceTestCommon::TEST_COLOR_YELLOW; in BuildValidLocationComponent()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/
H A Dsecurity_component_test_ng.cpp116 theme->fontColor_ = Color::WHITE; in InitDefaultTheme()