Searched defs:rc (Results 1 – 8 of 8) sorted by relevance
/lvgl-latest/src/libs/tjpgd/ |
D | lv_tjpgd.c | 112 JRESULT rc = jd_prepare(&jd, input_func, workb, TJPGD_WORKBUFF_SIZE, &dsc->file); in decoder_info() local 190 JRESULT rc = jd_prepare(jd, input_func, workb_temp, (size_t)TJPGD_WORKBUFF_SIZE, f); in decoder_open() local 234 …JRESULT rc = jd_prepare(jd, input_func, jd->pool_original, (size_t)TJPGD_WORKBUFF_SIZE, jd->device… in decoder_get_area() local 260 JRESULT rc; in decoder_get_area() local
|
D | tjpgd.c | 953 JRESULT rc; in jd_prepare() local 1110 JRESULT rc; in jd_decomp() local
|
/lvgl-latest/src/libs/fsdrv/ |
D | lv_fs_littlefs.c | 173 int rc = lfs_file_seek(lfs, &lf->file, pos, mode); in fs_seek() local 230 int rc = lfs_dir_close(lfs, &ld->dir); in fs_dir_close() local
|
D | lv_fs_arduino_sd.cpp | 158 int rc = lf->file.seek(pos, mode); in fs_seek() local
|
D | lv_fs_arduino_esp_littlefs.cpp | 166 int rc = lf->file.seek(pos, mode); in fs_seek() local
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_vector.c | 375 _tvg_rect rc; in _task_draw_cb() local 435 _tvg_rect rc; in lv_draw_sw_vector() local
|
/lvgl-latest/src/drivers/libinput/ |
D | lv_libinput.c | 310 int rc = 0; in _poll_thread() local
|
/lvgl-latest/src/libs/svg/ |
D | lv_svg_render.c | 1267 lv_area_t rc = {0, 0, (int32_t)view->width, (int32_t)view->height}; in _render_viewport() local 1287 …lv_area_t rc = {(int32_t)rect->x, (int32_t)rect->y, (int32_t)(rect->x + rect->width), (int32_t)(re… in _render_rect() local 1418 …lv_area_t rc = {(int32_t)image->x, (int32_t)image->y, (int32_t)(image->x + image->width), (int32_t… in _render_image() local
|