Searched refs:frag_coords (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.7.0/src/draw/sdl/ |
D | lv_draw_sdl_img.c | 422 lv_area_t frag_coords = {0, 0, full_frag_size - 1, full_frag_size - 1}; in img_rounded_frag_obtain() local 423 lv_draw_sdl_rect_bg_frag_draw_corners(ctx, mask_frag, radius, &frag_coords, NULL, false); in img_rounded_frag_obtain() 443 lv_area_align(&frag_coords, &coords, LV_ALIGN_TOP_LEFT, 0, 0); in img_rounded_frag_obtain() 448 lv_area_align(&frag_coords, &coords, LV_ALIGN_TOP_RIGHT, 0, 0); in img_rounded_frag_obtain() 453 lv_area_align(&frag_coords, &coords, LV_ALIGN_BOTTOM_RIGHT, 0, 0); in img_rounded_frag_obtain() 458 lv_area_align(&frag_coords, &coords, LV_ALIGN_BOTTOM_LEFT, 0, 0); in img_rounded_frag_obtain()
|