Home
last modified time | relevance | path

Searched refs:backgroundImagePos_ (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_circle_progress.h227 backgroundImagePos_.x = x + style_->paddingLeft_ + style_->borderWidth_; in SetBackgroundImagePosition()
228 backgroundImagePos_.y = y + style_->paddingTop_ + style_->borderWidth_; in SetBackgroundImagePosition()
253 Point backgroundImagePos_; member in OHOS::UICircleProgress
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_circle_progress.cpp24 backgroundImagePos_({0, 0}),
101 arcinfo.imgPos.x = backgroundImagePos_.x + rect.GetLeft(); in DrawCommonCircle()
102 arcinfo.imgPos.y = backgroundImagePos_.y + rect.GetTop(); in DrawCommonCircle()

Completed in 1 milliseconds