Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_checkbox.cpp137 Style styleSelect = StyleDefault::GetBackgroundTransparentStyle(); in SelectedStateSoftwareDrawing() local
138 styleSelect.borderRadius_ = borderRadius; in SelectedStateSoftwareDrawing()
139 styleSelect.bgColor_ = selectedStateColor_; in SelectedStateSoftwareDrawing()
140 styleSelect.bgOpa_ = backgroundOpacity_; in SelectedStateSoftwareDrawing()
142 baseGfxEngine->DrawRect(gfxDstBuffer, rect, trunc, styleSelect, opaScale_); in SelectedStateSoftwareDrawing()
169 styleSelect.lineColor_ = Color::White(); in SelectedStateSoftwareDrawing()
170 styleSelect.lineOpa_ = backgroundOpacity_; in SelectedStateSoftwareDrawing()
172 baseGfxEngine->DrawArc(gfxDstBuffer, arcInfoLeft, trunc, styleSelect, opaScale_, CapType::CAP_NONE); in SelectedStateSoftwareDrawing()
175 baseGfxEngine->DrawArc(gfxDstBuffer, arcInfoMid, trunc, styleSelect, opaScale_, CapType::CAP_NONE); in SelectedStateSoftwareDrawing()
178 baseGfxEngine->DrawArc(gfxDstBuffer, arcInfoRight, trunc, styleSelect, opaScale in SelectedStateSoftwareDrawing()
[all...]

Completed in 2 milliseconds