Searched refs:backgroundStyle_ (Results 1 - 9 of 9) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_abstract_progress.cpp | 39 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 D | ui_abstract_scroll_bar.cpp | 21 backgroundStyle_ = &(StyleDefault::GetScrollBarBackgroundStyle()); in UIAbstractScrollBar()
|
H A D | ui_circle_progress.cpp | 100 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 D | ui_arc_scroll_bar.cpp | 111 BaseGfxEngine::GetInstance()->DrawArc(gfxDstBuffer, arcInfo, invalidatedArea, *backgroundStyle_, backgroundOpa, in DrawBackground() 112 backgroundStyle_->lineCap_); in DrawBackground()
|
H A D | ui_abstract_scroll_bar.h | 63 Style* backgroundStyle_ = nullptr; member in OHOS::UIAbstractScrollBar
|
H A D | ui_box_scroll_bar.cpp | 41 baseGfxEngine->DrawRect(gfxDstBuffer, rect, rect, *backgroundStyle_, opacity_); in OnDraw()
|
H A D | ui_box_progress.cpp | 245 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 D | ui_scroll_bar_test.cpp | 52 return backgroundStyle_; in GetBackStyle() 85 return backgroundStyle_; in GetBackStyle()
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_abstract_progress.h | 322 Style* backgroundStyle_; member in OHOS::UIAbstractProgress
|
Completed in 5 milliseconds