Home
last modified time | relevance | path

Searched refs:GetLineColor (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H A Dmenu_item_paint_method.cpp55 dividerColor = selectTheme->GetLineColor(); in GetOverlayDrawFunction()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item_group/
H A Dmenu_item_group_paint_method.cpp69 dividerColor = selectTheme->GetLineColor(); in PreparePaintData()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H A Doption_paint_method.cpp119 … dividerColor = props->HasDivider() ? props->GetDividerValue().color : selectTheme->GetLineColor(); in PaintDivider()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_chart.h306 ColorType GetLineColor() const in GetLineColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dselect_modifier.cpp577 defaultColor = selectTheme->GetLineColor(); in ResetSelectDivider()
600 defaultColor = selectTheme->GetLineColor(); in ResetSelectDividerNull()
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_chart_unit_test.cpp323 EXPECT_EQ(chartDataSerial_->GetLineColor().full, color.full);
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_chart.cpp618 ColorType color = data->GetLineColor(); in DrawSmoothPolyLine()
673 ColorType color = data->GetLineColor(); in DrawPolyLine()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Drender_option.cpp628 lineColor_ = theme->GetLineColor(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_select.cpp873 defaultColor = selectTheme->GetLineColor(); in SetDivider()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_theme.h844 const Color& GetLineColor() const in GetLineColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_select_bridge.cpp888 colorObj = selectTheme->GetLineColor(); in SetDivider()