Searched refs:foregroundStyle_ (Results 1 - 10 of 10) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_abstract_progress.cpp | 40 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 D | ui_abstract_scroll_bar.cpp | 22 foregroundStyle_ = &(StyleDefault::GetScrollBarForegroundStyle()); in UIAbstractScrollBar()
|
H A D | ui_circle_progress.cpp | 110 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 D | ui_arc_scroll_bar.cpp | 100 BaseGfxEngine::GetInstance()->DrawArc(gfxDstBuffer, arcInfo, invalidatedArea, *foregroundStyle_, backgroundOpa, in DrawForeground() 101 foregroundStyle_->lineCap_); in DrawForeground()
|
H A D | ui_abstract_scroll_bar.h | 64 Style* foregroundStyle_ = nullptr; member in OHOS::UIAbstractScrollBar
|
H A D | ui_box_scroll_bar.cpp | 67 baseGfxEngine->DrawRect(gfxDstBuffer, rect, rect, *foregroundStyle_, backgroundOpa); in OnDraw()
|
H A D | ui_box_progress.cpp | 258 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 D | ui_slider.cpp | 191 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 D | ui_scroll_bar_test.cpp | 57 return foregroundStyle_; in GetForeStyle() 90 return foregroundStyle_; in GetForeStyle()
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_abstract_progress.h | 323 Style* foregroundStyle_; member in OHOS::UIAbstractProgress
|
Completed in 4 milliseconds