Lines Matching refs:map
25 grad->map[i] = lv_color_hex(grad->hmap[i].full); in lv_dither_none()
61 grad->map[j] = lv_color_hex(t.full); in lv_dither_ordered_hor()
86 grad->map[j] = lv_color_hex(t.full); in lv_dither_ordered_ver()
91 lv_memcpy(grad->map + j, grad->map, 8 * sizeof(*grad->map)); in lv_dither_ordered_ver()
95 grad->map[j] = grad->map[j & 7]; in lv_dither_ordered_ver()
119 grad->map[0] = lv_color_hex(grad->hmap[0].full); in lv_dither_err_diff_hor()
149 grad->map[x] = q; in lv_dither_err_diff_hor()
151 grad->map[grad->size - 1] = lv_color_hex(grad->hmap[grad->size - 1].full); in lv_dither_err_diff_hor()
185 grad->map[0] = lv_color_hex(grad->hmap[y].full); in lv_dither_err_diff_ver()
186 FS_QUANT_ERROR(next_px_err, grad->hmap[y], grad->map[0]); in lv_dither_err_diff_ver()
193 grad->map[0] = lv_color_hex(t.full); in lv_dither_err_diff_ver()
207 grad->map[x] = q; in lv_dither_err_diff_ver()