/lvgl-3.7.0/src/extra/libs/sjpg/ |
D | lv_sjpg.c | 183 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/ |
D | lv_img_decoder.c | 87 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 …]
|
D | lv_draw_img.c | 73 lv_res_t res = LV_RES_INV; in lv_draw_img() 248 if(cdsc == NULL) return LV_RES_INV; 337 return LV_RES_INV;
|
D | lv_img_cache.c | 124 if(open_res == LV_RES_INV) { in _lv_img_cache_open()
|
/lvgl-3.7.0/src/extra/libs/bmp/ |
D | lv_bmp.c | 85 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/ |
D | lv_vglite_utils.h | 142 return LV_RES_INV; \ 149 return LV_RES_INV; \ 163 return LV_RES_INV; \ 171 return LV_RES_INV; \
|
D | lv_draw_vglite.c | 401 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()
|
D | lv_draw_vglite_blend.c | 257 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()
|
D | lv_vglite_utils.c | 109 return LV_RES_INV; in lv_vglite_premult_and_swizzle()
|
D | lv_draw_vglite_rect.c | 103 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/ |
D | lv_png.c | 82 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/ |
D | lv_async.c | 51 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()
|
D | lv_types.h | 43 LV_RES_INV = 0, /*Typically indicates that the object is deleted (become invalid) in the action enumerator
|
D | lv_mem.c | 223 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/ |
D | lv_qrcode.c | 85 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/ |
D | lv_gpu_nxp_pxp.h | 140 return LV_RES_INV; \ 145 return LV_RES_INV; \
|
D | lv_gpu_nxp_pxp_osa.c | 141 return LV_RES_INV; in _lv_gpu_nxp_pxp_interrupt_init()
|
/lvgl-3.7.0/src/extra/others/snapshot/ |
D | lv_snapshot.c | 99 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/ |
D | lv_event.c | 100 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()
|
D | lv_obj_pos.c | 61 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()
|
D | lv_refr.c | 906 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/ |
D | lv_ffmpeg.c | 149 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/ |
D | lv_draw_sw_gradient.c | 106 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/ |
D | image.md | 175 * @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/ |
D | calendar.md | 56 …e currently being pressed. Returns `LV_RES_OK` if there is a valid pressed date, else `LV_RES_INV`.
|