Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_analog_clock.cpp297 Point curCenter; in DrawHandLine() local
298 curCenter.x = hand.position_.x + hand.center_.x + rect.GetLeft(); in DrawHandLine()
299 curCenter.y = hand.position_.y + hand.center_.y + rect.GetTop(); in DrawHandLine()
306 start.x = xPointLength + curCenter.x; in DrawHandLine()
307 start.y = yPointLength + curCenter.y; in DrawHandLine()
317 end.x = xlength + curCenter.x; in DrawHandLine()
318 end.y = ylength + curCenter.y; in DrawHandLine()

Completed in 1 milliseconds