Lines Matching refs:LV_DPX
852 lv_obj_set_style_pad_column(chart3, LV_DPX(30), 0); in shop_create()
872 lv_obj_set_style_pad_column(chart3, LV_DPX(30), 0); in shop_create()
985 lv_obj_set_style_pad_right(color_cont, disp_size == DISP_SMALL ? LV_DPX(47) : LV_DPX(55), 0); in color_changer_create()
989 if(disp_size == DISP_SMALL) lv_obj_set_size(color_cont, LV_DPX(52), LV_DPX(52)); in color_changer_create()
990 else lv_obj_set_size(color_cont, LV_DPX(60), LV_DPX(60)); in color_changer_create()
992 lv_obj_align(color_cont, LV_ALIGN_BOTTOM_RIGHT, - LV_DPX(10), - LV_DPX(10)); in color_changer_create()
1015 lv_obj_set_size(btn, LV_DPX(42), LV_DPX(42)); in color_changer_create()
1016 lv_obj_align(btn, LV_ALIGN_BOTTOM_RIGHT, -LV_DPX(15), -LV_DPX(15)); in color_changer_create()
1019 lv_obj_set_size(btn, LV_DPX(50), LV_DPX(50)); in color_changer_create()
1020 lv_obj_align(btn, LV_ALIGN_BOTTOM_RIGHT, -LV_DPX(15), -LV_DPX(15)); in color_changer_create()
1027 lv_coord_t max_w = lv_obj_get_width(lv_obj_get_parent(obj)) - LV_DPX(20); in color_changer_anim_cb()
1031 w = lv_map(v, 0, 256, LV_DPX(52), max_w); in color_changer_anim_cb()
1033 lv_obj_align(obj, LV_ALIGN_BOTTOM_RIGHT, - LV_DPX(10), - LV_DPX(10)); in color_changer_anim_cb()
1036 w = lv_map(v, 0, 256, LV_DPX(60), max_w); in color_changer_anim_cb()
1038 lv_obj_align(obj, LV_ALIGN_BOTTOM_RIGHT, - LV_DPX(10), - LV_DPX(10)); in color_changer_anim_cb()
1309 bg_area.x1 = txt_area.x1 - LV_DPX(8); in slider_event_cb()
1310 bg_area.x2 = txt_area.x2 + LV_DPX(8); in slider_event_cb()
1311 bg_area.y1 = txt_area.y1 - LV_DPX(8); in slider_event_cb()
1312 bg_area.y2 = txt_area.y2 + LV_DPX(8); in slider_event_cb()
1317 rect_dsc.radius = LV_DPX(5); in slider_event_cb()
1412 txt_area.y2 = dsc->draw_area->y1 - LV_DPX(15); in chart_event_cb()
1426 txt_area.y2 = dsc->draw_area->y1 - LV_DPX(15); in chart_event_cb()
1431 bg_area.x1 = txt_area.x1 - LV_DPX(8); in chart_event_cb()
1432 bg_area.x2 = txt_area.x2 + LV_DPX(8); in chart_event_cb()
1433 bg_area.y1 = txt_area.y1 - LV_DPX(8); in chart_event_cb()
1434 bg_area.y2 = txt_area.y2 + LV_DPX(8); in chart_event_cb()
1439 rect_dsc.radius = LV_DPX(5); in chart_event_cb()