Searched refs:obj_class (Results 1 – 3 of 3) sorted by relevance
388 # define LV_ASSERT_OBJ(obj_p, obj_class) … argument391 … LV_ASSERT_MSG(lv_obj_has_class(obj_p, obj_class) == true, "Incompatible object type."); \395 # define LV_ASSERT_OBJ(obj_p, obj_class) do{}while(0) argument
365 const lv_obj_class_t * obj_class = obj->class_p; in lv_obj_has_class() local366 while(obj_class) { in lv_obj_has_class()367 if(obj_class == class_p) return true; in lv_obj_has_class()368 obj_class = obj_class->base_class; in lv_obj_has_class()
312 - fix(obj_class): fix possible memory leak when the default disp is NULL [`3235`](https://github.co…