Searched defs:obj_class (Results 1 – 2 of 2) sorted by relevance
466 # define LV_ASSERT_OBJ(obj_p, obj_class) … argument473 # define LV_ASSERT_OBJ(obj_p, obj_class) LV_ASSERT_NULL(obj_p) argument
396 const lv_obj_class_t * obj_class = obj->class_p; in lv_obj_has_class() local