Lines Matching refs:width
31 lv_coord_t width; member
82 lv_area_t extension = {dsc->width / 2, dsc->width / 2, dsc->width / 2, dsc->width / 2}; in lv_draw_sdl_draw_line()
91 SDL_Rect srcrect = {0, 0, (int) length + dsc->width + 2, dsc->width + 2}, in lv_draw_sdl_draw_line()
92 dstrect = {t_coords.x1 - 1 - dsc->width / 2, t_coords.y1 - 1, srcrect.w, srcrect.h}; in lv_draw_sdl_draw_line()
93 SDL_Point center = {1 + dsc->width / 2, 1 + dsc->width / 2}; in lv_draw_sdl_draw_line()
116 key.width = dsc->width; in line_key_create()
124 length + dsc->width + 2, dsc->width + 2); in line_texture_create()
134 SDL_Rect line_rect = {1 + dsc->width / 2, 1, length, dsc->width}; in line_texture_create()
138 lv_area_t round_area = {0, 0, dsc->width - 1, dsc->width - 1}; in line_texture_create()
145 SDL_Rect round_src = {0, 0, dsc->width, dsc->width}; in line_texture_create()
146 SDL_Rect round_dst = {line_rect.x - dsc->width / 2, 1, dsc->width, dsc->width}; in line_texture_create()
148 round_dst.x = line_rect.w + dsc->width / 2; in line_texture_create()