Home
last modified time | relevance | path

Searched defs:clz (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/core/
Dlv_obj_property.c198 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
Dlv_obj_property.h41 #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/
Dlv_cache_private.h127 const lv_cache_class_t * clz; /**< Cache class. There are two built-in classes: member