Searched defs:startCapX (Results 1 - 1 of 1) sorted by relevance
/foundation/arkui/ui_lite/frameworks/draw/ | ||
H A D | draw_arc.cpp | 447 int16_t startCapX = static_cast<int16_t>((temp > 0) ? (temp + 0.5f) : (temp - 0.5f)); in Draw() local |
Completed in 2 milliseconds