Home
last modified time | relevance | path

Searched refs:y_inv (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_line.c69 ext->y_inv = 0; in lv_line_create()
157 if(ext->y_inv == en) return; in lv_line_set_y_invert()
159 ext->y_inv = en == false ? 0 : 1; in lv_line_set_y_invert()
189 return ext->y_inv == 0 ? false : true; in lv_line_get_y_invert()
241 if(ext->y_inv == 0) { in lv_line_design()
A Dlv_line.h41 uint8_t y_inv : 1; /*1: y == 0 will be on the bottom*/ member

Completed in 3 milliseconds