Searched refs:last_width (Results 1 – 1 of 1) sorted by relevance
157 static lv_coord_t last_width = -1; in lv_draw_fill() local173 if(color_array_tmp[0].full != color.full || last_width != w) { in lv_draw_fill()178 last_width = w; in lv_draw_fill()199 if(color_array_tmp[0].full != color.full || last_width != w) { in lv_draw_fill()205 last_width = w; in lv_draw_fill()
Completed in 6 milliseconds