Home
last modified time | relevance | path

Searched refs:gradientBottom_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_chart.h817 UIChartPolyline() : minOpa_(OPA_TRANSPARENT), maxOpa_(OPA_OPAQUE), gradientBottom_(0) {} in UIChartPolyline()
869 gradientBottom_ = bottom; in SetGradientBottom()
893 uint16_t gradientBottom_; variable
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_chart.cpp892 yStart.y = enableReverse_ ? (yStart.y + gradientBottom_) : (yStart.y - gradientBottom_); in GradientColor()