Searched refs:foregroundImage_ (Results 1 - 6 of 6) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_abstract_progress.cpp | 29 foregroundImage_(nullptr), in UIAbstractProgress() 54 if (foregroundImage_ != nullptr) { in ~UIAbstractProgress() 55 delete foregroundImage_; in ~UIAbstractProgress() 56 foregroundImage_ = nullptr; in ~UIAbstractProgress() 128 foregroundImage_->SetSrc(foregroundImage); in SetImage() 137 foregroundImage_->SetSrc(foregroundImage); in SetImage() 221 if (foregroundImage_ == nullptr) { in InitImage() 222 foregroundImage_ = new Image(); in InitImage() 223 if (foregroundImage_ == nullptr) { in InitImage()
|
H A D | ui_slider.cpp | 173 foregroundImage_->SetSrc(foregroundImage); in SetImage() 182 foregroundImage_->SetSrc(foregroundImage); in SetImage() 247 DrawValidRect(gfxDstBuffer, foregroundImage_, foregroundRect, coords, *foregroundStyle_, radius); in DrawForeground()
|
H A D | ui_circle_progress.cpp | 115 arcinfo.imgSrc = foregroundImage_; in DrawCommonCircle()
|
H A D | ui_box_progress.cpp | 290 DrawValidRect(gfxDstBuffer, foregroundImage_, coords, invalidatedArea, *foregroundStyle_, radius); in DrawForeground()
|
/foundation/arkui/ace_engine/frameworks/core/components/rating/ |
H A D | rating_component.h | 145 return foregroundImage_; in GetForegroundImage() 302 RefPtr<ImageComponent> foregroundImage_ = member in OHOS::Ace::RatingComponent
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_abstract_progress.h | 325 Image* foregroundImage_; member in OHOS::UIAbstractProgress
|
Completed in 4 milliseconds