Searched defs:clz (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/src/core/ |
D | lv_obj_property.c | 198 lv_prop_id_t lv_obj_class_property_get_id(const lv_obj_class_t * clz, const char * name) in lv_obj_class_property_get_id() 223 const lv_obj_class_t * clz; in lv_obj_property_get_id() local 251 const lv_obj_class_t * clz; in obj_property() local
|
D | lv_obj_property.h | 41 #define LV_PROPERTY_ID(clz, name, type, index) LV_PROPERTY_## clz ##_##name = (LV_PROPERTY… argument 42 #define LV_PROPERTY_ID2(clz, name, type, type2, index) LV_PROPERTY_ID(clz, name, type, index) | ((… argument
|
/lvgl-latest/src/misc/cache/ |
D | lv_cache_private.h | 127 const lv_cache_class_t * clz; /**< Cache class. There are two built-in classes: member
|