Lines Matching refs:LV_DPX

830         lv_obj_set_style_pad_column(chart3, LV_DPX(30), 0);  in shop_create()
850 lv_obj_set_style_pad_column(chart3, LV_DPX(30), 0); in shop_create()
960 lv_obj_set_style_pad_right(color_cont, disp_size == DISP_SMALL ? LV_DPX(47) : LV_DPX(55), 0); in color_changer_create()
964 if(disp_size == DISP_SMALL) lv_obj_set_size(color_cont, LV_DPX(52), LV_DPX(52)); in color_changer_create()
965 else lv_obj_set_size(color_cont, LV_DPX(60), LV_DPX(60)); in color_changer_create()
967 lv_obj_align(color_cont, LV_ALIGN_BOTTOM_RIGHT, - LV_DPX(10), - LV_DPX(10)); in color_changer_create()
990 lv_obj_set_size(btn, LV_DPX(42), LV_DPX(42)); in color_changer_create()
991 lv_obj_align(btn, LV_ALIGN_BOTTOM_RIGHT, -LV_DPX(15), -LV_DPX(15)); in color_changer_create()
993 lv_obj_set_size(btn, LV_DPX(50), LV_DPX(50)); in color_changer_create()
994 lv_obj_align(btn, LV_ALIGN_BOTTOM_RIGHT, -LV_DPX(15), -LV_DPX(15)); in color_changer_create()
1001 lv_coord_t max_w = lv_obj_get_width(lv_obj_get_parent(obj)) - LV_DPX(20); in color_changer_anim_cb()
1005 w = lv_map(v, 0, 256, LV_DPX(52), max_w); in color_changer_anim_cb()
1007 lv_obj_align(obj, LV_ALIGN_BOTTOM_RIGHT, - LV_DPX(10), - LV_DPX(10)); in color_changer_anim_cb()
1009 w = lv_map(v, 0, 256, LV_DPX(60), max_w); in color_changer_anim_cb()
1011 lv_obj_align(obj, LV_ALIGN_BOTTOM_RIGHT, - LV_DPX(10), - LV_DPX(10)); in color_changer_anim_cb()
1278 bg_area.x1 = txt_area.x1 - LV_DPX(8); in slider_event_cb()
1279 bg_area.x2 = txt_area.x2 + LV_DPX(8); in slider_event_cb()
1280 bg_area.y1 = txt_area.y1 - LV_DPX(8); in slider_event_cb()
1281 bg_area.y2 = txt_area.y2 + LV_DPX(8); in slider_event_cb()
1286 rect_dsc.radius = LV_DPX(5); in slider_event_cb()
1378 txt_area.y2 = dsc->draw_area->y1 - LV_DPX(15); in chart_event_cb()
1390 txt_area.y2 = dsc->draw_area->y1 - LV_DPX(15); in chart_event_cb()
1395 bg_area.x1 = txt_area.x1 - LV_DPX(8); in chart_event_cb()
1396 bg_area.x2 = txt_area.x2 + LV_DPX(8); in chart_event_cb()
1397 bg_area.y1 = txt_area.y1 - LV_DPX(8); in chart_event_cb()
1398 bg_area.y2 = txt_area.y2 + LV_DPX(8); in chart_event_cb()
1403 rect_dsc.radius = LV_DPX(5); in chart_event_cb()