Home
last modified time | relevance | path

Searched defs:yAxisLength (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_axis.cpp168 int16_t yAxisLength = enableReverse_ ? (end_.y - start_.y + 1) : (start_.y - end_.y + 1); in UpdateAxis() local

Completed in 2 milliseconds