Home
last modified time | relevance | path

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

12

/lvgl-3.7.0/src/extra/libs/sjpg/
Dlv_sjpg.c183 if(!workb_temp) return LV_RES_INV; in decoder_info()
200 ret = LV_RES_INV; in decoder_info()
226 return LV_RES_INV; in decoder_info()
234 return LV_RES_INV; in decoder_info()
256 return LV_RES_INV; in decoder_info()
279 return LV_RES_INV; in decoder_info()
354 if(!sjpeg) return LV_RES_INV; in decoder_open()
384 return LV_RES_INV; in decoder_open()
402 return LV_RES_INV; in decoder_open()
410 return LV_RES_INV; in decoder_open()
[all …]
/lvgl-3.7.0/src/draw/
Dlv_img_decoder.c87 if(src == NULL) return LV_RES_INV; in lv_img_decoder_get_info()
92 if(img_dsc->data == NULL) return LV_RES_INV; in lv_img_decoder_get_info()
95 lv_res_t res = LV_RES_INV; in lv_img_decoder_get_info()
111 if(src == NULL) return LV_RES_INV; in lv_img_decoder_open()
115 if(img_dsc->data == NULL) return LV_RES_INV; in lv_img_decoder_open()
128 return LV_RES_INV; in lv_img_decoder_open()
136 lv_res_t res = LV_RES_INV; in lv_img_decoder_open()
178 lv_res_t res = LV_RES_INV; in lv_img_decoder_read_line()
280 if(cf < CF_BUILT_IN_FIRST || cf > CF_BUILT_IN_LAST) return LV_RES_INV; in lv_img_decoder_built_in_info()
288 if(strcmp(lv_fs_get_ext(src), "bin")) return LV_RES_INV; in lv_img_decoder_built_in_info()
[all …]
Dlv_draw_img.c73 lv_res_t res = LV_RES_INV; in lv_draw_img()
248 if(cdsc == NULL) return LV_RES_INV;
337 return LV_RES_INV;
Dlv_img_cache.c124 if(open_res == LV_RES_INV) { in _lv_img_cache_open()
/lvgl-3.7.0/src/extra/libs/bmp/
Dlv_bmp.c85 if(res != LV_FS_RES_OK) return LV_RES_INV; in decoder_info()
110 return LV_RES_INV; in decoder_info()
113 return LV_RES_INV; /*If didn't succeeded earlier then it's an error*/ in decoder_info()
131 return LV_RES_INV; /*Check the extension*/ in decoder_open()
138 if(res == LV_RES_OK) return LV_RES_INV; in decoder_open()
145 return LV_RES_INV; in decoder_open()
171 return LV_RES_INV; in decoder_open()
176 if(dsc->user_data == NULL) return LV_RES_INV; in decoder_open()
185 return LV_RES_INV; in decoder_open()
188 return LV_RES_INV; /*If not returned earlier then it failed*/ in decoder_open()
/lvgl-3.7.0/src/draw/nxp/vglite/
Dlv_vglite_utils.h142 return LV_RES_INV; \
149 return LV_RES_INV; \
163 return LV_RES_INV; \
171 return LV_RES_INV; \
Dlv_draw_vglite.c401 return LV_RES_INV; in lv_draw_vglite_bg()
444 return LV_RES_INV; in lv_draw_vglite_bg()
451 return LV_RES_INV; in lv_draw_vglite_border()
453 return LV_RES_INV; in lv_draw_vglite_border()
455 return LV_RES_INV; in lv_draw_vglite_border()
457 return LV_RES_INV; in lv_draw_vglite_border()
489 return LV_RES_INV; in lv_draw_vglite_outline()
491 return LV_RES_INV; in lv_draw_vglite_outline()
Dlv_draw_vglite_blend.c257 lv_res_t rv = LV_RES_INV; in lv_gpu_nxp_vglite_blit_transform()
317 return LV_RES_INV; in lv_gpu_nxp_vglite_buffer_copy()
325 return LV_RES_INV; in lv_gpu_nxp_vglite_buffer_copy()
343 lv_res_t rv = LV_RES_INV; in lv_vglite_blit_split()
Dlv_vglite_utils.c109 return LV_RES_INV; in lv_vglite_premult_and_swizzle()
Dlv_draw_vglite_rect.c103 return LV_RES_INV; in lv_gpu_nxp_vglite_draw_bg()
205 return LV_RES_INV; in lv_gpu_nxp_vglite_draw_border_generic()
/lvgl-3.7.0/src/extra/libs/png/
Dlv_png.c82 if(res != LV_FS_RES_OK) return LV_RES_INV; in decoder_info()
90 if(rn != 8) return LV_RES_INV; in decoder_info()
108 if(data_size < sizeof(magic)) return LV_RES_INV; in decoder_info()
109 if(memcmp(magic, img_dsc->data, sizeof(magic))) return LV_RES_INV; in decoder_info()
136 return LV_RES_INV; /*If didn't succeeded earlier then it's an error*/ in decoder_info()
165 return LV_RES_INV; in decoder_open()
180 return LV_RES_INV; in decoder_open()
202 return LV_RES_INV; in decoder_open()
212 return LV_RES_INV; /*If not returned earlier then it failed*/ in decoder_open()
/lvgl-3.7.0/src/misc/
Dlv_async.c51 return LV_RES_INV; in lv_async_call()
58 return LV_RES_INV; in lv_async_call()
71 lv_res_t res = LV_RES_INV; in lv_async_call_cancel()
Dlv_types.h43 LV_RES_INV = 0, /*Typically indicates that the object is deleted (become invalid) in the action enumerator
Dlv_mem.c223 return LV_RES_INV; in lv_mem_test()
229 return LV_RES_INV; in lv_mem_test()
234 return LV_RES_INV; in lv_mem_test()
/lvgl-3.7.0/src/extra/libs/qrcode/
Dlv_qrcode.c85 if(data_len > qrcodegen_BUFFER_LEN_MAX) return LV_RES_INV; in lv_qrcode_update()
90 if(qr_version <= 0) return LV_RES_INV; in lv_qrcode_update()
92 if(qr_size <= 0) return LV_RES_INV; in lv_qrcode_update()
94 if(scale <= 0) return LV_RES_INV; in lv_qrcode_update()
118 return LV_RES_INV; in lv_qrcode_update()
/lvgl-3.7.0/src/draw/nxp/pxp/
Dlv_gpu_nxp_pxp.h140 return LV_RES_INV; \
145 return LV_RES_INV; \
Dlv_gpu_nxp_pxp_osa.c141 return LV_RES_INV; in _lv_gpu_nxp_pxp_interrupt_init()
/lvgl-3.7.0/src/extra/others/snapshot/
Dlv_snapshot.c99 return LV_RES_INV; in lv_snapshot_take_to_buf()
103 if(buf_size_needed == 0 || buf_size < buf_size_needed) return LV_RES_INV; in lv_snapshot_take_to_buf()
133 if(draw_ctx == NULL) return LV_RES_INV; in lv_snapshot_take_to_buf()
183 if(lv_snapshot_take_to_buf(obj, cf, dsc, buf, buf_size) == LV_RES_INV) { in lv_snapshot_take()
/lvgl-3.7.0/src/core/
Dlv_event.c100 if(e->deleted) res = LV_RES_INV; in lv_obj_event_base()
429 if(e->deleted) return LV_RES_INV; in event_send_core()
445 if(e->deleted) return LV_RES_INV; in event_send_core()
454 event_dsc = res == LV_RES_INV ? NULL : lv_obj_get_event_dsc(e->current_target, 0); in event_send_core()
465 if(e->deleted) return LV_RES_INV; in event_send_core()
475 if(res != LV_RES_OK) return LV_RES_INV; in event_send_core()
Dlv_obj_pos.c61 if((res_x == LV_RES_OK && v_x.num != x) || res_x == LV_RES_INV) { in lv_obj_set_x()
75 if((res_y == LV_RES_OK && v_y.num != y) || res_y == LV_RES_INV) { in lv_obj_set_y()
231 if((res_w == LV_RES_OK && v_w.num != w) || res_w == LV_RES_INV) { in lv_obj_set_width()
244 if((res_h == LV_RES_OK && v_h.num != h) || res_h == LV_RES_INV) { in lv_obj_set_height()
Dlv_refr.c906 return LV_RES_INV; in layer_get_area()
915 return LV_RES_INV; in layer_get_area()
923 return LV_RES_INV; in layer_get_area()
929 return LV_RES_INV; in layer_get_area()
/lvgl-3.7.0/src/extra/libs/ffmpeg/
Dlv_ffmpeg.c149 lv_res_t res = LV_RES_INV; in lv_ffmpeg_player_set_src()
271 return LV_RES_INV; in decoder_info()
278 return LV_RES_INV; in decoder_info()
289 return LV_RES_INV; in decoder_open()
295 return LV_RES_INV; in decoder_open()
301 return LV_RES_INV; in decoder_open()
321 return LV_RES_INV; in decoder_open()
/lvgl-3.7.0/src/draw/sw/
Dlv_draw_sw_gradient.c106 return LV_RES_INV; in iterate_cache()
113 return LV_RES_INV; in find_oldest_item_life()
147 return LV_RES_INV; in kill_oldest_item()
154 return LV_RES_INV; in find_item()
/lvgl-3.7.0/docs/overview/
Dimage.md175 * @return LV_RES_OK: no error; LV_RES_INV: can't get the info
180 if(is_png(src) == false) return LV_RES_INV;
194 * @return LV_RES_OK: no error; LV_RES_INV: can't get the info
200 if(is_png(src) == false) return LV_RES_INV;
223 * @return LV_RES_OK: ok; LV_RES_INV: failed
253 If this format/type is not supported by the decoder, return `LV_RES_INV`.
/lvgl-3.7.0/docs/widgets/extra/
Dcalendar.md56 …e currently being pressed. Returns `LV_RES_OK` if there is a valid pressed date, else `LV_RES_INV`.

12