Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_abstract_progress.cpp39 backgroundStyle_ = &(theme->GetProgressBackgroundStyle()); in UIAbstractProgress()
42 backgroundStyle_ = &(StyleDefault::GetProgressBackgroundStyle()); in UIAbstractProgress()
60 delete backgroundStyle_; in ~UIAbstractProgress()
61 backgroundStyle_ = nullptr; in ~UIAbstractProgress()
143 backgroundStyle_ = new Style(); in SetBackgroundStyle()
144 if (backgroundStyle_ == nullptr) { in SetBackgroundStyle()
150 *backgroundStyle_ = style; in SetBackgroundStyle()
156 backgroundStyle_ = new Style(*backgroundStyle_); in SetBackgroundStyle()
157 if (backgroundStyle_ in SetBackgroundStyle()
[all...]
H A Dui_abstract_scroll_bar.cpp21 backgroundStyle_ = &(StyleDefault::GetScrollBarBackgroundStyle()); in UIAbstractScrollBar()
H A Dui_circle_progress.cpp100 if (enableBackground_ && ((start != end) || (backgroundStyle_->lineCap_ == CapType::CAP_ROUND))) { in DrawCommonCircle()
106 baseGfxEngine->DrawArc(gfxDstBuffer, arcinfo, invalidatedArea, *backgroundStyle_, opaScale_, in DrawCommonCircle()
107 backgroundStyle_->lineCap_); in DrawCommonCircle()
H A Dui_arc_scroll_bar.cpp111 BaseGfxEngine::GetInstance()->DrawArc(gfxDstBuffer, arcInfo, invalidatedArea, *backgroundStyle_, backgroundOpa, in DrawBackground()
112 backgroundStyle_->lineCap_); in DrawBackground()
H A Dui_abstract_scroll_bar.h63 Style* backgroundStyle_ = nullptr; member in OHOS::UIAbstractScrollBar
H A Dui_box_scroll_bar.cpp41 baseGfxEngine->DrawRect(gfxDstBuffer, rect, rect, *backgroundStyle_, opacity_); in OnDraw()
H A Dui_box_progress.cpp245 GetBackgroundParam(startPoint, progressWidth, progressHeight, radius, *backgroundStyle_); in DrawBackground()
249 DrawValidRect(gfxDstBuffer, backgroundImage_, coords, invalidatedArea, *backgroundStyle_, radius); in DrawBackground()
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_scroll_bar_test.cpp52 return backgroundStyle_; in GetBackStyle()
85 return backgroundStyle_; in GetBackStyle()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_abstract_progress.h322 Style* backgroundStyle_; member in OHOS::UIAbstractProgress

Completed in 3 milliseconds