Lines Matching full:group
186 …* Props are split into groups of 16. When adding a new prop to a group, ensure it does not overflo…
191 /*Group 0*/
209 /*Group 1*/
224 /*Group 2*/
246 /*Group 3*/
259 /*Group 4*/
279 /*Group 5*/
535 …* Tell the group of a property. If the a property from a group is set in a style the (1 << group) …
538 * @return the group [0..30] 30 means all the custom properties with index > 120
542 uint32_t group = prop >> 2; in lv_style_get_prop_group() local
543 if(group > 30) group = 31; /*The MSB marks all the custom properties*/ in lv_style_get_prop_group()
544 return group; in lv_style_get_prop_group()