Home
last modified time | relevance | path

Searched refs:foregroundColor_ (Results 1 - 12 of 12) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_bar_theme.h66 theme->foregroundColor_ = pattern->GetAttr<Color>(PATTERN_FG_COLOR, in ParsePattern()
115 return foregroundColor_; in GetForegroundColor()
158 Color foregroundColor_; member in OHOS::Ace::ScrollBarTheme
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dscroll_bar.h103 foregroundColor_ = foregroundColor; in SetForegroundColor()
108 return IsPressed() ? foregroundColor_.BlendColor(PRESSED_BLEND_COLOR) : foregroundColor_; in GetForegroundColor()
284 Color foregroundColor_; member in OHOS::Ace::final
H A Dscroll_bar.cpp240 foregroundColor_ = scrollBar->GetForegroundColor(); in Reset()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
H A Dscroll_bar.h94 foregroundColor_ = foregroundColor; in SetForegroundColor()
408 Color foregroundColor_; member in OHOS::Ace::NG::final
H A Dscroll_bar.cpp926 return IsPressed() ? foregroundColor_.BlendColor(PRESSED_BLEND_COLOR) : foregroundColor_; in GetForegroundColor()
/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dtext.h506 return foregroundColor_; in GetForegroundColorSpan()
617 List<ForegroundColor> foregroundColor_; member in OHOS::Text
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties_def.h180 Color foregroundColor_ = RgbPalette::Transparent(); member in OHOS::Rosen::Gravity::RSColorBlendApplyType::final
/foundation/arkui/ui_lite/frameworks/common/
H A Dtext.cpp72 if (foregroundColor_.Size() > 0) { in ~Text()
73 foregroundColor_.Clear(); in ~Text()
323 &backgroundColor_, &foregroundColor_, &linebackgroundColor_, spannableString_, 0}; in Draw() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_property_drawable_foreground_test.cpp106 decorationTest.foregroundColor_ = val; in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render/render_base/unittest/draw/
H A Drs_property_draw_foreground_test.cpp106 decorationTest.foregroundColor_ = val; in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_painter_test.cpp1427 properties.decoration_->foregroundColor_ = Color(1, 1, 1, 1); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp898 decoration_->foregroundColor_ = color; in SetForegroundColor()
905 return decoration_ ? decoration_->foregroundColor_ : RgbPalette::Transparent(); in GetForegroundColor()

Completed in 19 milliseconds