Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_abstract_progress.cpp28 backgroundImage_(nullptr), in UIAbstractProgress()
49 if (backgroundImage_ != nullptr) { in ~UIAbstractProgress()
50 delete backgroundImage_; in ~UIAbstractProgress()
51 backgroundImage_ = nullptr; in ~UIAbstractProgress()
127 backgroundImage_->SetSrc(backgroundImage); in SetImage()
136 backgroundImage_->SetSrc(backgroundImage); in SetImage()
214 if (backgroundImage_ == nullptr) { in InitImage()
215 backgroundImage_ = new Image(); in InitImage()
216 if (backgroundImage_ == nullptr) { in InitImage()
H A Dui_circle_progress.cpp105 arcinfo.imgSrc = backgroundImage_; in DrawCommonCircle()
H A Dui_slider.cpp172 backgroundImage_->SetSrc(backgroundImage); in SetImage()
181 backgroundImage_->SetSrc(backgroundImage); in SetImage()
H A Dui_box_progress.cpp249 DrawValidRect(gfxDstBuffer, backgroundImage_, coords, invalidatedArea, *backgroundStyle_, radius); in DrawBackground()
/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drating_component.h155 return backgroundImage_; in GetBackgroundImage()
306 RefPtr<ImageComponent> backgroundImage_ = member in OHOS::Ace::RatingComponent
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_abstract_progress.h324 Image* backgroundImage_; member in OHOS::UIAbstractProgress
/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_element_info.cpp951 backgroundImage_ = "true"; in SetBackgroundImage()
953 backgroundImage_ = backgroundImage; in SetBackgroundImage()
959 return backgroundImage_; in GetBackgroundImage()
/foundation/barrierfree/accessibility/common/interface/test/unittest/mock/
H A Dmock_accessibility_element_info_parcel.cpp140 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(String, parcel, backgroundImage_); in ReadFromParcelThirdPart()
272 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String, parcel, backgroundImage_); in MarshallingSecondPart()
/foundation/barrierfree/accessibility/common/interface/src/parcel/
H A Daccessibility_element_info_parcel.cpp140 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(String, parcel, backgroundImage_); in ReadFromParcelThirdPart()
273 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String, parcel, backgroundImage_); in MarshallingSecondPart()
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_element_info.h1823 std::string backgroundImage_ = ""; member in OHOS::Accessibility::AccessibilityElementInfo

Completed in 9 milliseconds