Home
last modified time | relevance | path

Searched refs:dashed (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/draw/renesas/dave2d/
Dlv_draw_dave2d_line.c46 bool dashed = dsc->dash_gap && dsc->dash_width; in lv_draw_dave2d_line() local
48 if(dashed) { in lv_draw_dave2d_line()
/lvgl-latest/src/draw/sw/
Dlv_draw_sw_line.c121 bool dashed = dsc->dash_gap && dsc->dash_width; in draw_line_hor() local
130 if(!dashed) { in draw_line_hor()
196 bool dashed = dsc->dash_gap && dsc->dash_width; in draw_line_ver() local
205 if(!dashed) { in draw_line_ver()