Searched refs:xs (Results 1 – 4 of 4) sorted by relevance
/lvgl-3.7.0/src/draw/sw/ |
D | lv_draw_sw_dither.h | 49 …TTRIBUTE_FAST_MEM */ lv_dither_ordered_hor(struct _lv_gradient_cache_t * grad, const lv_coord_t xs, 51 …TTRIBUTE_FAST_MEM */ lv_dither_ordered_ver(struct _lv_gradient_cache_t * grad, const lv_coord_t xs, 55 …TRIBUTE_FAST_MEM */ lv_dither_err_diff_hor(struct _lv_gradient_cache_t * grad, const lv_coord_t xs, 57 …TRIBUTE_FAST_MEM */ lv_dither_err_diff_ver(struct _lv_gradient_cache_t * grad, const lv_coord_t xs,
|
D | lv_draw_sw_dither.c | 100 void LV_ATTRIBUTE_FAST_MEM lv_dither_err_diff_hor(lv_grad_t * grad, lv_coord_t xs, lv_coord_t y, lv… in lv_dither_err_diff_hor() argument 102 LV_UNUSED(xs); in lv_dither_err_diff_hor() 154 void LV_ATTRIBUTE_FAST_MEM lv_dither_err_diff_ver(lv_grad_t * grad, lv_coord_t xs, lv_coord_t y, lv… in lv_dither_err_diff_ver() argument 184 if(xs == 0) { in lv_dither_err_diff_ver()
|
/lvgl-3.7.0/src/draw/ |
D | lv_draw_mask.c | 805 int32_t xs = ((abs_y * 256) * p->xy_steep) >> 10; in line_mask_steep() local 806 int32_t xsi = xs >> 8; in line_mask_steep() 807 int32_t xsf = xs & 0xFF; in line_mask_steep()
|
/lvgl-3.7.0/docs/_static/css/ |
D | fontawesome.min.css | 5 …1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-…
|