Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_abstract_progress.cpp40 foregroundStyle_ = &(theme->GetProgressForegroundStyle()); in UIAbstractProgress()
43 foregroundStyle_ = &(StyleDefault::GetProgressForegroundStyle()); in UIAbstractProgress()
66 delete foregroundStyle_; in ~UIAbstractProgress()
67 foregroundStyle_ = nullptr; in ~UIAbstractProgress()
179 foregroundStyle_ = new Style(); in SetForegroundStyle()
180 if (foregroundStyle_ == nullptr) { in SetForegroundStyle()
186 *foregroundStyle_ = style; in SetForegroundStyle()
192 foregroundStyle_ = new Style(*foregroundStyle_); in SetForegroundStyle()
193 if (foregroundStyle_ in SetForegroundStyle()
[all...]
H A Dui_abstract_scroll_bar.cpp22 foregroundStyle_ = &(StyleDefault::GetScrollBarForegroundStyle()); in UIAbstractScrollBar()
H A Dui_circle_progress.cpp110 if ((startAngle != endAngle) || (foregroundStyle_->lineCap_ == CapType::CAP_ROUND)) { in DrawCommonCircle()
116 baseGfxEngine->DrawArc(gfxDstBuffer, arcinfo, invalidatedArea, *foregroundStyle_, opaScale_, in DrawCommonCircle()
117 foregroundStyle_->lineCap_); in DrawCommonCircle()
H A Dui_arc_scroll_bar.cpp100 BaseGfxEngine::GetInstance()->DrawArc(gfxDstBuffer, arcInfo, invalidatedArea, *foregroundStyle_, backgroundOpa, in DrawForeground()
101 foregroundStyle_->lineCap_); in DrawForeground()
H A Dui_abstract_scroll_bar.h64 Style* foregroundStyle_ = nullptr; member in OHOS::UIAbstractScrollBar
H A Dui_box_scroll_bar.cpp67 baseGfxEngine->DrawRect(gfxDstBuffer, rect, rect, *foregroundStyle_, backgroundOpa); in OnDraw()
H A Dui_box_progress.cpp258 GetBackgroundParam(startPoint, progressWidth, progressHeight, radius, *foregroundStyle_); in DrawForeground()
290 DrawValidRect(gfxDstBuffer, foregroundImage_, coords, invalidatedArea, *foregroundStyle_, radius); in DrawForeground()
300 if ((lastValue_ - rangeMin_ != 0) || (foregroundStyle_->lineCap_ == CapType::CAP_ROUND)) { in OnDraw()
H A Dui_slider.cpp191 GetBackgroundParam(startPoint, progressWidth, progressHeight, radius, *foregroundStyle_); in DrawForeground()
247 DrawValidRect(gfxDstBuffer, foregroundImage_, foregroundRect, coords, *foregroundStyle_, radius); in DrawForeground()
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_scroll_bar_test.cpp57 return foregroundStyle_; in GetForeStyle()
90 return foregroundStyle_; in GetForeStyle()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_abstract_progress.h323 Style* foregroundStyle_; member in OHOS::UIAbstractProgress

Completed in 4 milliseconds