Home
last modified time | relevance | path

Searched refs:GetForegroundColor (Results 1 - 25 of 73) sorted by relevance

123

/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dscroll_composed_element.cpp26 { "scrollBarColor", [](const ScrollComposedElement& inspector) { return inspector.GetForegroundColor(); } },
37 DumpLog::GetInstance().AddDesc(std::string("scrollBarColor: ").append(GetForegroundColor())); in Dump()
94 std::string ScrollComposedElement::GetForegroundColor() const in GetForegroundColor() function in OHOS::Ace::V2::ScrollComposedElement
104 return scrollBar->GetForegroundColor().ColorToString(); in GetForegroundColor()
H A Dscroll_composed_element.h38 std::string GetForegroundColor() const;
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dpaint_wrapper.h100 Color GetForegroundColor() const in GetForegroundColor() function in OHOS::Ace::NG::PaintWrapper
103 return renderContext->GetForegroundColor().value_or(Color::FOREGROUND); in GetForegroundColor()
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_scroll_bar_painter.cpp84 paint.setColor(scrollBar->GetForegroundColor().GetValue()); in PaintCircleBar()
124 pen.SetColor(scrollBar->GetForegroundColor().GetValue()); in PaintCircleBar()
152 paint.setColor(scrollBar->GetForegroundColor().BlendOpacity(alpha / FULL_ALPHA).GetValue()); in PaintRectBar()
188 pen.SetColor(scrollBar->GetForegroundColor().BlendOpacity(alpha / FULL_ALPHA).GetValue()); in PaintRectBar()
189 brush.SetColor(scrollBar->GetForegroundColor().BlendOpacity(alpha / FULL_ALPHA).GetValue()); in PaintRectBar()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/
H A Dscroll_bar_paint_method.cpp43 scrollBarOverlayModifier->SetBarColor(scrollBar->GetForegroundColor()); in UpdateOverlayModifier()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_paint_method.cpp59 scrollBarOverlayModifier->SetBarColor(scrollBar->GetForegroundColor()); in UpdateOverlayModifier()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
H A Dscroll_paint_method.cpp61 scrollBarOverlayModifier->SetBarColor(scrollBar->GetForegroundColor()); in UpdateOverlayModifier()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dpath_paint_method.h56 shapePaintProperty->UpdateFill(paintWrapper->GetForegroundColor());
H A Dellipse_paint_method.h56 shapePaintProperty->UpdateFill(paintWrapper->GetForegroundColor());
H A Dpolygon_paint_method.h57 shapePaintProperty->UpdateFill(paintWrapper->GetForegroundColor());
H A Dcircle_paint_method.h55 shapePaintProperty->UpdateFill(paintWrapper->GetForegroundColor());
H A Drect_paint_method.h52 rectPaintProperty->UpdateFill(paintWrapper->GetForegroundColor());
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_component.cpp70 scrollBar_->SetForegroundColor(scrollBarColor.first ? scrollBarColor.second : theme->GetForegroundColor()); in InitScrollBar()
H A Dscroll_bar_theme.h113 const Color& GetForegroundColor() const in GetForegroundColor() function in OHOS::Ace::ScrollBarTheme
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_paint_method.cpp71 scrollBarOverlayModifier->SetBarColor(scrollBar->GetForegroundColor()); in UpdateOverlayModifier()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_paint_property.cpp52 auto defaultScrollBarColor = scrollBarTheme->GetForegroundColor(); in GetBarColor()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_modifier_extractor.h54 Color GetForegroundColor() const;
H A Drs_showing_properties_freezer.h51 std::optional<Color> GetForegroundColor() const;
H A Drs_showing_properties_freezer.cpp146 std::optional<Color> RSShowingPropertiesFreezer::GetForegroundColor() const in GetForegroundColor() function in OHOS::Rosen::RSShowingPropertiesFreezer
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_scrollable.cpp69 Color color(theme->GetForegroundColor()); in ParseBarColor()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor_drag/
H A Drich_editor_drag_pattern.cpp43 dragContext->UpdateForegroundColor(hostContext->GetForegroundColor().value()); in CreateDragNode()
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_label.h61 static void GetForegroundColor(uint16_t letterIndex, List<ForegroundColor>* foregroundColor, ColorType& fgColor);
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsmodifierextractor_fuzzer/
H A Drsmodifierextractor_fuzzer.cpp86 modifierExtractor.GetForegroundColor(); in DoGet001()
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dscroll_bar.h106 Color GetForegroundColor() const in GetForegroundColor() function in OHOS::Ace::final
/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dspannable_string.h92 bool GetForegroundColor(uint16_t index, ColorType& outputForegroundColor);

Completed in 8 milliseconds

123