Searched refs:reversed (Results 1 – 6 of 6) sorted by relevance
399 bool reversed = bar->val_reversed ^ hor_need_reversed; in draw_indic() local401 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()
69 …ator:`LV_FLEX_FLOW_ROW_REVERSE`: Place the children in a row without wrapping but in reversed order70 …LV_FLEX_FLOW_COLUMN_REVERSE`: Place the children in a column without wrapping but in reversed order71 …or:`LV_FLEX_FLOW_ROW_WRAP_REVERSE`: Place the children in a row with wrapping but in reversed order72 …_FLEX_FLOW_COLUMN_WRAP_REVERSE`: Place the children in a column with wrapping but in reversed order
80 … for br in reversed(port_release_branches) # reverse it to get the newest (largest) minor
58 100..0, the drawing direction is reversed.
67 than the maximum value (e.g. [100..0]), the drawing direction is reversed.
75 reversed by passing ``false`` instead.)