Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_circle_progress.h212 progressImagePos_.x = x + style_->paddingLeft_ + style_->borderWidth_; in SetProgressImagePosition()
213 progressImagePos_.y = y + style_->paddingTop_ + style_->borderWidth_; in SetProgressImagePosition()
254 Point progressImagePos_; member in OHOS::UICircleProgress
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_circle_progress.cpp25 progressImagePos_({0, 0}),
111 arcinfo.imgPos.x = progressImagePos_.x + rect.GetLeft(); in DrawCommonCircle()
112 arcinfo.imgPos.y = progressImagePos_.y + rect.GetTop(); in DrawCommonCircle()

Completed in 2 milliseconds