Home
last modified time | relevance | path

Searched refs:intptr_t (Results 1 – 12 of 12) sorted by relevance

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_settings.c124 (void *)(intptr_t)((ST_SLIDER << 16) | id)); in lv_demo_smartwatch_settings_add_slider()
179 (void *)(intptr_t)((ST_SWITCH << 16) | id)); in lv_demo_smartwatch_settings_add_toggle()
240 (void *)(intptr_t)((ST_DROPDOWN << 16) | id)); in lv_demo_smartwatch_settings_add_dropdown()
281 …lv_obj_add_event_cb(panel, settings_action_event_cb, LV_EVENT_CLICKED, (void *)(intptr_t)((ST_LABE… in lv_demo_smartwatch_settings_add_label()
296 …lv_obj_send_event(brightness_slider, LV_EVENT_VALUE_CHANGED, (void *)(intptr_t)((ST_SLIDER << 16) … in lv_demo_smartwatch_set_default_brightness()
303 …lv_obj_send_event(timeout_dropdown, LV_EVENT_VALUE_CHANGED, (void *)(intptr_t)((ST_DROPDOWN << 16)… in lv_demo_smartwatch_set_default_timeout()
310 …lv_obj_send_event(rotation_dropdown, LV_EVENT_VALUE_CHANGED, (void *)(intptr_t)((ST_DROPDOWN << 16… in lv_demo_smartwatch_set_default_rotation()
322 …lv_obj_send_event(circular_switch, LV_EVENT_VALUE_CHANGED, (void *)(intptr_t)((ST_SWITCH << 16) | … in lv_demo_smartwatch_set_default_circular_scroll()
334 …lv_obj_send_event(alerts_switch, LV_EVENT_VALUE_CHANGED, (void *)(intptr_t)((ST_SWITCH << 16) | 0x… in lv_demo_smartwatch_set_default_alert_state()
346 …lv_obj_send_event(hint_switch, LV_EVENT_VALUE_CHANGED, (void *)(intptr_t)((ST_SWITCH << 16) | 0x00… in lv_demo_smartwatch_set_default_hints_state()
[all …]
Dlv_demo_smartwatch_control.c203 …_add_event_cb(control_music_play, control_music_events_cb, LV_EVENT_ALL, (void *)(intptr_t)0x9900); in control_screen_create()
204 …_event_cb(control_music_previous, control_music_events_cb, LV_EVENT_ALL, (void *)(intptr_t)0x9D02); in control_screen_create()
205 …_add_event_cb(control_music_next, control_music_events_cb, LV_EVENT_ALL, (void *)(intptr_t)0x9D03); in control_screen_create()
206 …lv_obj_add_event_cb(control_volume_up, control_music_events_cb, LV_EVENT_ALL, (void *)(intptr_t)0x… in control_screen_create()
207 …add_event_cb(control_volume_down, control_music_events_cb, LV_EVENT_ALL, (void *)(intptr_t)0x99A2); in control_screen_create()
234 uint16_t code = (uint16_t)(intptr_t)lv_event_get_user_data(e); in control_music_events_cb()
Dlv_demo_smartwatch_list.c118 uint32_t index = (uint32_t)(intptr_t)lv_event_get_user_data(e); in app_list_clicked_external_event_cb()
147 int index = (int)(intptr_t)lv_event_get_user_data(e); in app_list_clicked_event_cb()
203 …add_event_cb(panel, app_list_clicked_external_event_cb, LV_EVENT_CLICKED, (void *)(intptr_t)index); in add_external_app()
244 … lv_obj_add_event_cb(panel, app_list_clicked_event_cb, LV_EVENT_CLICKED, (void *)(intptr_t)index); in add_app_list()
Dlv_demo_smartwatch_notifications.c144 …nt_cb(notification_item, notification_clicked_event_cb, LV_EVENT_CLICKED, (void *)(intptr_t)index); in lv_demo_smartwatch_add_notification()
217 intptr_t index = (intptr_t)lv_event_get_user_data(e); in notification_clicked_event_cb()
Dlv_demo_smartwatch_home.c155 uint32_t index = (uint32_t)(intptr_t)lv_event_get_user_data(e); in lv_demo_smartwatch_face_selected_cb()
312 …dd_event_cb(face_item, lv_demo_smartwatch_face_selected_cb, LV_EVENT_ALL, (void *)(intptr_t)index); in lv_demo_smartwatch_add_watchface()
/lvgl-latest/tests/makefile_uefi/
Defi.h73 typedef INTN intptr_t; typedef
156 _Static_assert(sizeof(intptr_t) == sizeof(void *), "Size check for 'intptr_t' failed.");
/lvgl-latest/src/libs/thorvg/rapidjson/msinttypes/
Dstdint.h161 typedef signed __int64 intptr_t; typedef
164 typedef _W64 signed int intptr_t; typedef
/lvgl-latest/src/drivers/uefi/
Dlv_uefi_std_wrapper.h28 typedef INTN intptr_t; typedef
/lvgl-latest/src/misc/
Dlv_types.h63 typedef intptr_t lv_intptr_t;
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_app_thermostat.c252 int32_t label_val = (int32_t)(intptr_t)lv_obj_get_user_data(label); in widget2_temperature_button_clicked_cb()
256 lv_obj_set_user_data(label, (void *)(intptr_t)label_val); in widget2_temperature_button_clicked_cb()
293 lv_obj_set_user_data(temperature_label, (void *)(intptr_t)temperature_val); in create_widget2_value()
/lvgl-latest/src/drivers/display/fb/
Dlv_linux_fbdev.c188 if((intptr_t)dsc->fbp == -1) { in lv_linux_fbdev_set_file()
/lvgl-latest/src/drivers/glfw/
Dlv_opengles_driver.c315 intptr_t offset = 0; in lv_opengles_vertex_array_add_buffer()