Searched refs:coord (Results 1 – 5 of 5) sorted by relevance
174 static inline lv_value_precise_t resolve_point_coord(lv_value_precise_t coord, int32_t max) in resolve_point_coord() argument176 if(LV_COORD_IS_PCT((int32_t)coord)) { in resolve_point_coord()177 return LV_CLAMP(0, max * LV_COORD_GET_PCT((int32_t)coord) / 100, max); in resolve_point_coord()180 return coord; in resolve_point_coord()
13 coord
70 For complete details on position, size, coordinates and layouts, see :ref:`coord`.
80 if hasattr(n, 'coord') and n.coord is not None:81 if 'fake_libc_include' in n.coord.file:83 if FILTER_PRIVATE and '_private.h' not in n.coord.file:662 '_private.h' not in decl.coord.file and663 '_private.h' not in td.coord.file and664 '_private.h' not in item.coord.file668 if decl.type.decls and '_private.h' in decl.coord.file:671 elif item.type.decls and '_private.h' in item.coord.file:
394 - **docs(coord): fix the layout of overview** `6112 <https://github.com/lvgl/lvgl/pull/6112>`__