Home
last modified time | relevance | path

Searched refs:reversed (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/src/widgets/bar/
Dlv_bar.c399 bool reversed = bar->val_reversed ^ hor_need_reversed; in draw_indic() local
401 if(reversed) { in draw_indic()
426 int32_t * left = reversed ? axis2 : axis1; in draw_indic()
427 int32_t * right = reversed ? axis1 : axis2; in draw_indic()
428 if(reversed) in draw_indic()
443 int32_t * top = reversed ? axis2 : axis1; in draw_indic()
444 int32_t * bottom = reversed ? axis1 : axis2; in draw_indic()
445 if(reversed) in draw_indic()
/lvgl-latest/docs/details/base-widget/layouts/
Dflex.rst69 …ator:`LV_FLEX_FLOW_ROW_REVERSE`: Place the children in a row without wrapping but in reversed order
70 …LV_FLEX_FLOW_COLUMN_REVERSE`: Place the children in a column without wrapping but in reversed order
71 …or:`LV_FLEX_FLOW_ROW_WRAP_REVERSE`: Place the children in a row with wrapping but in reversed order
72 …_FLEX_FLOW_COLUMN_WRAP_REVERSE`: Place the children in a column with wrapping but in reversed order
/lvgl-latest/scripts/
Drelease_branch_updater.py80 … for br in reversed(port_release_branches) # reverse it to get the newest (largest) minor
/lvgl-latest/docs/details/widgets/
Dbar.rst58 100..0, the drawing direction is reversed.
Dslider.rst67 than the maximum value (e.g. [100..0]), the drawing direction is reversed.
Dscale.rst75 reversed by passing ``false`` instead.)