Searched defs:yAxisLength (Results 1 - 1 of 1) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/ | ||
H A D | ui_axis.cpp | 168 int16_t yAxisLength = enableReverse_ ? (end_.y - start_.y + 1) : (start_.y - end_.y + 1); in UpdateAxis() local |
Completed in 2 milliseconds