Lines Matching refs:uint8_t
94 typedef uint8_t lv_blend_mode_t;
106 typedef uint8_t lv_text_decor_t;
121 typedef uint8_t lv_border_side_t;
132 typedef uint8_t lv_grad_dir_t;
144 typedef uint8_t lv_dither_mode_t;
151 uint8_t frac; /**< The stop position in 1/255 unit */
157 uint8_t stops_count; /**< The number of used stops in the array */
293 typedef uint8_t lv_style_res_t;
329 uint8_t * values_and_props;
334 uint8_t has_group;
335 uint8_t prop_cnt;
370 lv_style_prop_t lv_style_register_prop(uint8_t flag);
470 uint8_t * tmp = style->v_p.values_and_props + style->prop_cnt * sizeof(lv_style_value_t); in lv_style_get_prop_inlined()
511 uint8_t _lv_style_get_prop_group(lv_style_prop_t prop);
519 uint8_t _lv_style_prop_lookup_flags(lv_style_prop_t prop);
565 static inline bool lv_style_prop_has_flag(lv_style_prop_t prop, uint8_t flag) in lv_style_prop_has_flag()