Home
last modified time | relevance | path

Searched refs:handLength (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_analog_clock.cpp293 int32_t handLength = hand.height_; in DrawHandLine() local
315 int32_t xlength = static_cast<int32_t>((startToCenterLength - handLength) * sinma); in DrawHandLine()
316 int32_t ylength = static_cast<int32_t>((startToCenterLength - handLength) * cosma); in DrawHandLine()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dtiming_wheel.c60 } else if (wheel->curTime + wheel->hourHand.handLength > timerNode->expireTime) { in FillpTimingWheelHandHourTick()
178 hand->handLength = accuracy * FILLP_TIMING_WHEEL_SLOT_NUM; in FillpInitTimingWheelTimeHand()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dtiming_wheel.h52 FILLP_INT handLength; member