Home
last modified time | relevance | path

Searched refs:LV_RES_INV (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_draw/
A Dlv_img_decoder.c96 res = LV_RES_INV; in lv_img_decoder_get_info()
146 if(res == LV_RES_INV) { in lv_img_decoder_open()
292 return LV_RES_INV; in lv_img_decoder_built_in_info()
340 return LV_RES_INV; in lv_img_decoder_built_in_open()
408 return LV_RES_INV; in lv_img_decoder_built_in_open()
419 return LV_RES_INV; in lv_img_decoder_built_in_open()
428 return LV_RES_INV; in lv_img_decoder_built_in_open()
466 return LV_RES_INV; in lv_img_decoder_built_in_read_line()
528 return LV_RES_INV; in lv_img_decoder_built_in_line_true_color()
636 return LV_RES_INV; in lv_img_decoder_built_in_line_alpha()
[all …]
A Dlv_img_cache.c117 if(open_res == LV_RES_INV) { in lv_img_cache_open()
A Dlv_draw_img.c60 if(res == LV_RES_INV) { in lv_draw_img()
488 if(cdsc == NULL) return LV_RES_INV; in lv_img_draw_core()
523 return LV_RES_INV; in lv_img_draw_core()
/AliOS-Things-master/components/littlevgl/src/lv_misc/
A Dlv_async.c44 return LV_RES_INV; in lv_async_call()
52 return LV_RES_INV; in lv_async_call()
A Dlv_types.h29 LV_RES_INV = 0, /*Typically indicates that the object is deleted (become invalid) in the action enumerator
/AliOS-Things-master/components/littlevgl/src/lv_core/
A Dlv_obj.c450 return LV_RES_INV; in lv_obj_del()
1385 return LV_RES_INV; in lv_event_send_func()
1392 return LV_RES_INV; in lv_event_send_func()
2187 if(lv_obj_is_protected(obj, LV_PROTECT_CHILD_CHG) != false) res = LV_RES_INV;
/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_roller.c493 return LV_RES_INV; /*On delete the ddlist signal deletes the label so nothing left to do in lv_roller_scrl_signal()

Completed in 11 milliseconds