Searched refs:a_hor (Results 1 – 1 of 1) sorted by relevance
358 lv_opa_t a_hor; in argb_and_rgb_aa() local362 a_hor = px_hor[LV_IMG_PX_SIZE_ALPHA_BYTE - 1]; in argb_and_rgb_aa()368 a_hor = *(a_tmp + (ys_int * src_stride) + xs_int + x_next); in argb_and_rgb_aa()382 a_hor = 0xff; in argb_and_rgb_aa()388 a_hor = 0xff; in argb_and_rgb_aa()392 … if(a_hor != a_base) a_hor = ((a_hor * xs_fract) + (a_base * (0x100 - xs_fract))) >> 8; in argb_and_rgb_aa()393 abuf[x] = (a_ver + a_hor) >> 1; in argb_and_rgb_aa()