/lvgl-latest/src/osal/ |
D | lv_rtthread.c | 57 return LV_RESULT_OK; in lv_thread_init() 69 return LV_RESULT_OK; in lv_thread_delete() 81 return LV_RESULT_OK; in lv_mutex_init() 93 return LV_RESULT_OK; in lv_mutex_lock() 105 return LV_RESULT_OK; in lv_mutex_lock_isr() 117 return LV_RESULT_OK; in lv_mutex_unlock() 129 return LV_RESULT_OK; in lv_mutex_delete() 141 return LV_RESULT_OK; in lv_thread_sync_init() 153 return LV_RESULT_OK; in lv_thread_sync_wait() 165 return LV_RESULT_OK; in lv_thread_sync_signal() [all …]
|
D | lv_windows.c | 103 return LV_RESULT_OK; in lv_thread_init() 108 lv_result_t result = LV_RESULT_OK; in lv_thread_delete() 122 return LV_RESULT_OK; in lv_mutex_init() 128 return LV_RESULT_OK; in lv_mutex_lock() 134 return LV_RESULT_OK; in lv_mutex_lock_isr() 140 return LV_RESULT_OK; in lv_mutex_unlock() 146 return LV_RESULT_OK; in lv_mutex_delete() 159 return LV_RESULT_OK; in lv_thread_sync_init() 175 return LV_RESULT_OK; in lv_thread_sync_wait() 189 return LV_RESULT_OK; in lv_thread_sync_signal() [all …]
|
D | lv_cmsis_rtos2.c | 70 return LV_RESULT_OK; in lv_thread_init() 79 return LV_RESULT_OK; in lv_thread_delete() 97 return LV_RESULT_OK; in lv_mutex_init() 109 return LV_RESULT_OK; in lv_mutex_lock() 120 return LV_RESULT_OK; in lv_mutex_lock_isr() 131 return LV_RESULT_OK; in lv_mutex_unlock() 142 return LV_RESULT_OK; in lv_mutex_delete() 152 return LV_RESULT_OK; in lv_thread_sync_init() 163 return LV_RESULT_OK; in lv_thread_sync_wait() 174 return LV_RESULT_OK; in lv_thread_sync_signal() [all …]
|
D | lv_mqx.c | 59 return LV_RESULT_OK; in lv_thread_init() 69 return LV_RESULT_OK; in lv_thread_delete() 78 return LV_RESULT_OK; in lv_mutex_init() 88 return LV_RESULT_OK; in lv_mutex_lock() 98 return LV_RESULT_OK; in lv_mutex_lock_isr() 108 return LV_RESULT_OK; in lv_mutex_unlock() 118 return LV_RESULT_OK; in lv_mutex_delete() 127 return LV_RESULT_OK; in lv_thread_sync_init() 137 return LV_RESULT_OK; in lv_thread_sync_wait() 147 return LV_RESULT_OK; in lv_thread_sync_signal() [all …]
|
D | lv_pthread.c | 54 return LV_RESULT_OK; in lv_thread_init() 65 return LV_RESULT_OK; in lv_thread_delete() 82 return LV_RESULT_OK; in lv_mutex_init() 94 return LV_RESULT_OK; in lv_mutex_lock() 106 return LV_RESULT_OK; in lv_mutex_lock_isr() 118 return LV_RESULT_OK; in lv_mutex_unlock() 125 return LV_RESULT_OK; in lv_mutex_delete() 133 return LV_RESULT_OK; in lv_thread_sync_init() 144 return LV_RESULT_OK; in lv_thread_sync_wait() 154 return LV_RESULT_OK; in lv_thread_sync_signal() [all …]
|
D | lv_sdl2.c | 52 return LV_RESULT_OK; in lv_thread_init() 64 return LV_RESULT_OK; in lv_thread_delete() 76 return LV_RESULT_OK; in lv_mutex_init() 88 return LV_RESULT_OK; in lv_mutex_lock() 100 return LV_RESULT_OK; in lv_mutex_lock_isr() 112 return LV_RESULT_OK; in lv_mutex_unlock() 119 return LV_RESULT_OK; in lv_mutex_delete() 135 return LV_RESULT_OK; in lv_thread_sync_init() 146 return LV_RESULT_OK; in lv_thread_sync_wait() 156 return LV_RESULT_OK; in lv_thread_sync_signal() [all …]
|
D | lv_os.h | 213 return LV_RESULT_OK; in lv_mutex_init() 219 return LV_RESULT_OK; in lv_mutex_lock() 225 return LV_RESULT_OK; in lv_mutex_lock_isr() 231 return LV_RESULT_OK; in lv_mutex_unlock() 237 return LV_RESULT_OK; in lv_mutex_delete() 277 return LV_RESULT_OK; in lv_lock_isr()
|
D | lv_freertos.c | 107 return LV_RESULT_OK; in lv_thread_init() 114 return LV_RESULT_OK; in lv_thread_delete() 122 return LV_RESULT_OK; in lv_mutex_init() 136 return LV_RESULT_OK; in lv_mutex_lock() 158 return LV_RESULT_OK; in lv_mutex_lock_isr() 172 return LV_RESULT_OK; in lv_mutex_unlock() 182 return LV_RESULT_OK; in lv_mutex_delete() 190 return LV_RESULT_OK; in lv_thread_sync_init() 195 lv_result_t lvRes = LV_RESULT_OK; in lv_thread_sync_wait() 329 return LV_RESULT_OK; in lv_thread_sync_signal() [all …]
|
/lvgl-latest/tests/src/test_cases/ |
D | test_circle_buf.c | 25 if(i < circle_buf_CAPACITY) TEST_ASSERT_EQUAL(LV_RESULT_OK, res); in setUp() 50 TEST_ASSERT_EQUAL(LV_RESULT_OK, res); in test_circle_buf_read_write_peek_values() 62 TEST_ASSERT_EQUAL(LV_RESULT_OK, res); in test_circle_buf_read_write_peek_values() 77 TEST_ASSERT_EQUAL(LV_RESULT_OK, res); in test_circle_buf_read_write_peek_values() 99 TEST_ASSERT_EQUAL(LV_RESULT_OK, res); in test_circle_buf_skip_values() 110 TEST_ASSERT_EQUAL(LV_RESULT_OK, res); in test_circle_buf_skip_values() 132 TEST_ASSERT_EQUAL(LV_RESULT_OK, res); in test_circle_buf_read_after_read_and_write() 143 TEST_ASSERT_EQUAL(LV_RESULT_OK, res); in test_circle_buf_read_after_read_and_write() 158 TEST_ASSERT_EQUAL(LV_RESULT_OK, res); in test_circle_buf_read_after_read_and_write()
|
D | test_draw_buf_stride.c | 65 TEST_ASSERT_EQUAL(LV_RESULT_OK, res); in test_draw_buf_stride_adjust() 97 TEST_ASSERT_EQUAL(LV_RESULT_OK, res); in test_draw_buf_stride_adjust() 104 TEST_ASSERT_EQUAL(LV_RESULT_OK, res); in test_draw_buf_stride_adjust()
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_obj_property.c | 27 TEST_ASSERT_EQUAL_INT(LV_RESULT_OK, lv_obj_set_property(obj, &prop)); in test_obj_property_fail_on_invalid_id() 43 TEST_ASSERT_TRUE(lv_obj_set_property(obj, &prop) == LV_RESULT_OK); in test_obj_property_set_get_should_match() 50 TEST_ASSERT_TRUE(lv_obj_set_property(obj, &prop) == LV_RESULT_OK); in test_obj_property_set_get_should_match() 57 TEST_ASSERT_TRUE(lv_obj_set_property(obj, &prop) == LV_RESULT_OK); in test_obj_property_set_get_should_match() 64 TEST_ASSERT_TRUE(lv_obj_set_property(obj, &prop) == LV_RESULT_OK); in test_obj_property_set_get_should_match() 70 TEST_ASSERT_TRUE(lv_obj_set_property(obj, &prop) == LV_RESULT_OK); in test_obj_property_set_get_should_match() 77 TEST_ASSERT_TRUE(lv_obj_set_property(obj, &prop) == LV_RESULT_OK); in test_obj_property_set_get_should_match() 85 TEST_ASSERT_TRUE(lv_obj_set_property(img, &prop) == LV_RESULT_OK); in test_obj_property_set_get_should_match() 92 TEST_ASSERT_TRUE(lv_obj_set_property(img, &prop) == LV_RESULT_OK); in test_obj_property_set_get_should_match() 108 TEST_ASSERT_TRUE(lv_obj_set_property(obj, &prop) == LV_RESULT_OK); in test_obj_property_style_selector() [all …]
|
D | test_keyboard.c | 52 TEST_ASSERT_TRUE(lv_obj_set_property(obj, &prop) == LV_RESULT_OK); in test_keyboard_properties() 58 TEST_ASSERT_TRUE(lv_obj_set_property(obj, &prop) == LV_RESULT_OK); in test_keyboard_properties() 64 TEST_ASSERT_TRUE(lv_obj_set_property(obj, &prop) == LV_RESULT_OK); in test_keyboard_properties() 70 TEST_ASSERT_TRUE(lv_obj_set_property(obj, &prop) == LV_RESULT_OK); in test_keyboard_properties()
|
D | test_image.c | 460 TEST_ASSERT_TRUE(lv_obj_set_property(obj, &prop) == LV_RESULT_OK); in test_image_properties() 466 TEST_ASSERT_TRUE(lv_obj_set_property(obj, &prop) == LV_RESULT_OK); in test_image_properties() 472 TEST_ASSERT_TRUE(lv_obj_set_property(obj, &prop) == LV_RESULT_OK); in test_image_properties() 478 TEST_ASSERT_TRUE(lv_obj_set_property(obj, &prop) == LV_RESULT_OK); in test_image_properties() 485 TEST_ASSERT_TRUE(lv_obj_set_property(obj, &prop) == LV_RESULT_OK); in test_image_properties() 495 TEST_ASSERT_TRUE(lv_obj_set_property(obj, &prop) == LV_RESULT_OK); in test_image_properties() 501 TEST_ASSERT_TRUE(lv_obj_set_property(obj, &prop) == LV_RESULT_OK); in test_image_properties() 507 TEST_ASSERT_TRUE(lv_obj_set_property(obj, &prop) == LV_RESULT_OK); in test_image_properties() 513 TEST_ASSERT_TRUE(lv_obj_set_property(obj, &prop) == LV_RESULT_OK); in test_image_properties() 519 TEST_ASSERT_TRUE(lv_obj_set_property(obj, &prop) == LV_RESULT_OK); in test_image_properties() [all …]
|
/lvgl-latest/src/draw/sw/blend/helium/ |
D | lv_blend_helium.h | 313 return LV_RESULT_OK; in lv_color_blend_to_rgb565_helium() 328 return LV_RESULT_OK; in lv_color_blend_to_rgb565_with_opa_helium() 344 return LV_RESULT_OK; in lv_color_blend_to_rgb565_with_mask_helium() 361 return LV_RESULT_OK; in lv_color_blend_to_rgb565_mix_mask_opa_helium() 376 return LV_RESULT_OK; in lv_rgb565_blend_normal_to_rgb565_helium() 392 return LV_RESULT_OK; in lv_rgb565_blend_normal_to_rgb565_with_opa_helium() 409 return LV_RESULT_OK; in lv_rgb565_blend_normal_to_rgb565_with_mask_helium() 427 return LV_RESULT_OK; in lv_rgb565_blend_normal_to_rgb565_mix_mask_opa_helium() 449 return LV_RESULT_OK; in lv_rgb888_blend_normal_to_rgb565_helium() 472 return LV_RESULT_OK; in lv_rgb888_blend_normal_to_rgb565_with_opa_helium() [all …]
|
/lvgl-latest/src/draw/sw/blend/neon/ |
D | lv_blend_neon.h | 305 return LV_RESULT_OK; in lv_color_blend_to_rgb565_neon() 320 return LV_RESULT_OK; in lv_color_blend_to_rgb565_with_opa_neon() 336 return LV_RESULT_OK; in lv_color_blend_to_rgb565_with_mask_neon() 353 return LV_RESULT_OK; in lv_color_blend_to_rgb565_mix_mask_opa_neon() 368 return LV_RESULT_OK; in lv_rgb565_blend_normal_to_rgb565_neon() 384 return LV_RESULT_OK; in lv_rgb565_blend_normal_to_rgb565_with_opa_neon() 401 return LV_RESULT_OK; in lv_rgb565_blend_normal_to_rgb565_with_mask_neon() 419 return LV_RESULT_OK; in lv_rgb565_blend_normal_to_rgb565_mix_mask_opa_neon() 441 return LV_RESULT_OK; in lv_rgb888_blend_normal_to_rgb565_neon() 464 return LV_RESULT_OK; in lv_rgb888_blend_normal_to_rgb565_with_opa_neon() [all …]
|
/lvgl-latest/examples/porting/osal/ |
D | lv_example_osal.c | 50 if(lv_thread_sync_init(&press_sync) != LV_RESULT_OK) { in lv_example_osal() 55 NULL) != LV_RESULT_OK) { in lv_example_osal() 67 if(lv_thread_sync_signal(&press_sync) != LV_RESULT_OK) { in counter_button_event_cb() 85 if(lv_thread_sync_wait(&press_sync) != LV_RESULT_OK) { in increment_thread_entry()
|
/lvgl-latest/src/draw/sw/blend/arm2d/ |
D | lv_blend_arm2d.h | 222 return LV_RESULT_OK; in lv_color_blend_to_rgb565_arm2d() 234 return LV_RESULT_OK; in lv_color_blend_to_rgb565_with_opa_arm2d() 247 return LV_RESULT_OK; in lv_color_blend_to_rgb565_with_mask_arm2d() 261 return LV_RESULT_OK; in lv_color_blend_to_rgb565_mix_mask_opa_arm2d() 275 return LV_RESULT_OK; in lv_rgb565_blend_normal_to_rgb565_arm2d() 289 return LV_RESULT_OK; in lv_rgb565_blend_normal_to_rgb565_with_opa_arm2d() 305 return LV_RESULT_OK; in lv_rgb565_blend_normal_to_rgb565_with_mask_arm2d() 323 return LV_RESULT_OK; in lv_rgb565_blend_normal_to_rgb565_mix_mask_opa_arm2d() 343 return LV_RESULT_OK; in lv_rgb888_blend_normal_to_rgb565_arm2d() 384 return LV_RESULT_OK; in lv_rgb888_blend_normal_to_rgb565_with_opa_arm2d() [all …]
|
/lvgl-latest/env_support/cmsis-pack/ |
D | lv_os_custom_c.txt | 62 return LV_RESULT_OK; 68 return LV_RESULT_OK; 74 return LV_RESULT_OK; 80 return LV_RESULT_OK; 86 return LV_RESULT_OK;
|
/lvgl-latest/tests/src/test_cases/libs/ |
D | test_barcode.c | 45 TEST_ASSERT_EQUAL(res, LV_RESULT_OK); in test_barcode_normal() 52 TEST_ASSERT_EQUAL(res, LV_RESULT_OK); in test_barcode_normal() 61 TEST_ASSERT_EQUAL(res, LV_RESULT_OK); in test_barcode_normal() 68 TEST_ASSERT_EQUAL(res, LV_RESULT_OK); in test_barcode_normal()
|
/lvgl-latest/src/misc/ |
D | lv_array.c | 99 return LV_RESULT_OK; in lv_array_remove() 108 return LV_RESULT_OK; in lv_array_remove() 125 return LV_RESULT_OK; in lv_array_erase() 134 return LV_RESULT_OK; in lv_array_erase() 171 return LV_RESULT_OK; in lv_array_concat() 193 return LV_RESULT_OK; in lv_array_push_back() 212 return LV_RESULT_OK; in lv_array_assign()
|
D | lv_circle_buf.c | 130 return LV_RESULT_OK; in lv_circle_buf_resize() 215 return LV_RESULT_OK; in lv_circle_buf_read() 229 return LV_RESULT_OK; in lv_circle_buf_write() 241 … if(fill_cb(data, circle_buf->array.element_size, (int32_t)filled, user_data) == LV_RESULT_OK) { in lv_circle_buf_fill() 265 return LV_RESULT_OK; in lv_circle_buf_skip() 285 return LV_RESULT_OK; in lv_circle_buf_peek_at()
|
D | lv_iter.c | 126 return LV_RESULT_OK; in lv_iter_next() 154 return LV_RESULT_OK; in lv_iter_peek() 165 return LV_RESULT_OK; in lv_iter_peek_advance() 176 return LV_RESULT_OK; in lv_iter_peek_reset() 192 while(lv_iter_next(iter, elem) == LV_RESULT_OK) { in lv_iter_inspect()
|
/lvgl-latest/src/others/snapshot/ |
D | lv_snapshot.c | 71 return draw_buf == NULL ? LV_RESULT_INVALID : LV_RESULT_OK; in lv_snapshot_reshape_draw_buf() 99 if(res != LV_RESULT_OK) return res; in lv_snapshot_take_to_draw_buf() 139 return LV_RESULT_OK; in lv_snapshot_take_to_draw_buf() 148 if(lv_snapshot_take_to_draw_buf(obj, cf, draw_buf) != LV_RESULT_OK) { in lv_snapshot_take() 170 if(res == LV_RESULT_OK) { in lv_snapshot_take_to_buf()
|
/lvgl-latest/src/core/ |
D | lv_obj_event.c | 50 if(obj == NULL) return LV_RESULT_OK; in lv_obj_send_event() 84 if(base == NULL) return LV_RESULT_OK; in lv_obj_event_base() 85 if(base->event_cb == NULL) return LV_RESULT_OK; in lv_obj_event_base() 93 lv_result_t res = LV_RESULT_OK; in lv_obj_event_base() 355 if(e->stop_processing) return LV_RESULT_OK; in event_send_core() 360 lv_result_t res = LV_RESULT_OK; in event_send_core() 364 if(res != LV_RESULT_OK || e->stop_processing) return res; in event_send_core() 367 if(res != LV_RESULT_OK || e->stop_processing) return res; in event_send_core() 370 if(res != LV_RESULT_OK || e->stop_processing) return res; in event_send_core()
|
/lvgl-latest/src/libs/bin_decoder/ |
D | lv_bin_decoder.c | 171 return LV_RESULT_OK; in lv_bin_decoder_info() 245 res = LV_RESULT_OK; in lv_bin_decoder_open() 279 res = LV_RESULT_OK; in lv_bin_decoder_open() 321 res = LV_RESULT_OK; in lv_bin_decoder_open() 326 if(res != LV_RESULT_OK) { in lv_bin_decoder_open() 331 if(dsc->decoded == NULL) return LV_RESULT_OK; /*Need to read via get_area_cb*/ in lv_bin_decoder_open() 353 …if(use_directly || dsc->args.no_cache) return LV_RESULT_OK; /*Do not put image to cache if it can … in lv_bin_decoder_open() 356 if(!lv_image_cache_is_enabled()) return LV_RESULT_OK; in lv_bin_decoder_open() 373 return LV_RESULT_OK; in lv_bin_decoder_open() 483 return LV_RESULT_OK; in lv_bin_decoder_get_area() [all …]
|