Home
last modified time | relevance | path

Searched refs:lineColor_ (Results 1 - 16 of 16) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Drosen_render_option.cpp147 paint.setARGB(lineColor_.GetAlpha(), lineColor_.GetRed(), lineColor_.GetGreen(), lineColor_.GetBlue()); in PaintLine()
156 pen.SetARGB(lineColor_.GetAlpha(), lineColor_.GetRed(), lineColor_.GetGreen(), lineColor_.GetBlue()); in PaintLine()
H A Drender_option.h139 Color lineColor_; member in OHOS::Ace::RenderOption
H A Drender_option.cpp628 lineColor_ = theme->GetLineColor(); in Update()
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_rect.cpp110 arcStyle.lineColor_ = style.bgColor_; in DrawRectRadiusWithoutBorderCon1()
153 arcStyle.lineColor_ = style.bgColor_; in DrawRectRadiusWithoutBorderCon2()
187 arcStyle.lineColor_ = style.bgColor_; in DrawRectRadiusWithoutBorderCon3()
230 arcStyle.lineColor_ = style.bgColor_; in DrawRectRadiusWithoutBorderCon4()
314 arcStyle.lineColor_ = style.borderColor_; in DrawRectRadiusEqualBorder()
393 arcStyle.lineColor_ = style.borderColor_; in DrawRectRadiusSmallThanBorder()
483 arcStyle.lineColor_ = style.borderColor_; in DrawRectRadiusBiggerThanBorderCon1()
504 arcStyle.lineColor_ = style.bgColor_; in DrawRectRadiusBiggerThanBorderCon1()
552 arcStyle.lineColor_ = style.borderColor_; in DrawRectRadiusBiggerThanBorderCon2()
572 arcStyle.lineColor_ in DrawRectRadiusBiggerThanBorderCon2()
[all...]
H A Ddraw_arc.cpp64 DrawUtils::GetInstance()->DrawColorArea(gfxDstBuffer, rect, mask, style.lineColor_, opaScale); in DrawVerLine()
82 DrawUtils::GetInstance()->DrawPixel(gfxDstBuffer, begin.x, begin.y, mask, style.lineColor_, opaScale); in DrawHorLine()
85 DrawUtils::GetInstance()->DrawColorArea(gfxDstBuffer, rect, mask, style.lineColor_, opaScale); in DrawHorLine()
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_axis.cpp97 style_->lineColor_, style_->lineOpa_); in OnDraw()
113 style_->lineWidth_, style_->lineColor_, style_->lineOpa_); in DrawAxisMark()
196 style_->lineWidth_, style_->lineColor_, style_->lineOpa_); in DrawAxisMark()
H A Dui_radio_button.cpp104 style.lineColor_ = Color::White(); in OnDraw()
110 style.lineColor_ = selectedStateColor_; in OnDraw()
114 style.lineColor_ = Color::White(); in OnDraw()
H A Dui_toggle_button.cpp116 styleUnSelect.lineColor_ = Color::White(); in OnDraw()
H A Dui_chart.cpp353 drawStyle.lineColor_ = style.fillColor; in DoDrawPoint()
372 drawStyle.lineColor_ = style.strokeColor; in DoDrawPoint()
620 style.lineColor_ = color; in DrawSmoothPolyLine()
675 style.lineColor_ = color; in DrawPolyLine()
H A Dui_canvas.cpp1201 drawStyle.lineColor_ = paint.GetFillColor(); in DoDrawCircle()
1209 drawStyle.lineColor_ = paint.GetStrokeColor(); in DoDrawCircle()
1233 drawStyle.lineColor_ = paint.GetStrokeColor(); in DoDrawArc()
1301 style.lineColor_ = paint.GetStrokeColor(); in DoDrawLineJoin()
1362 drawStyle.lineColor_ = paint.GetStrokeColor(); in DoDrawPath()
1509 drawStyle.lineColor_ = textParam->fontColor; in DoDrawText()
H A Dui_checkbox.cpp169 styleSelect.lineColor_ = Color::White(); in SelectedStateSoftwareDrawing()
H A Dui_box_progress.cpp118 capStyle.lineColor_ = style.bgColor_; in DrawRoundCap()
/foundation/graphic/graphic_utils_lite/frameworks/
H A Dstyle.cpp58 lineColor_(Color::GetColorFromRGB(0x20, 0x20, 0x20)), in Style()
111 return lineColor_.full; in GetStyle()
193 lineColor_.full = value; in SetStyle()
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dstyle.h189 ColorType lineColor_; member in OHOS::Style
/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_theme.h174 theme->lineColor_ = pattern->GetAttr<Color>("line_color", theme->lineColor_); in ParsePartOne()
380 theme->lineColor_ = lineColor_; in ClonePartTwo()
843 return lineColor_; in GetLineColor()
1153 Color lineColor_ = Color(0x33000000); member in OHOS::Ace::final
/foundation/arkui/ui_lite/test/uitest/test_progress_bar/
H A Dui_test_circle_progress.cpp418 style.lineColor_ = Color::White(); in OnClick()
420 style.lineColor_ = Color::Blue(); in OnClick()

Completed in 15 milliseconds