Lines Matching refs:FIXED_ONE
557 r->c[0] = FIXED_ONE; in blend_factor()
572 r->c[1] = FIXED_ONE - blendfactor(dst->c[1], dst->s[1]); in blend_factor()
573 r->c[2] = FIXED_ONE - blendfactor(dst->c[2], dst->s[2]); in blend_factor()
574 r->c[3] = FIXED_ONE - blendfactor(dst->c[3], dst->s[3]); in blend_factor()
575 r->c[0] = FIXED_ONE - blendfactor(dst->c[0], dst->s[0]); in blend_factor()
578 r->c[1] = FIXED_ONE - blendfactor(src->c[1], src->s[1]); in blend_factor()
579 r->c[2] = FIXED_ONE - blendfactor(src->c[2], src->s[2]); in blend_factor()
580 r->c[3] = FIXED_ONE - blendfactor(src->c[3], src->s[3]); in blend_factor()
581 r->c[0] = FIXED_ONE - blendfactor(src->c[0], src->s[0]); in blend_factor()
587 r->c[0] = blendfactor(src->c[0], src->s[0], FIXED_ONE); in blend_factor()
593 r->c[0] = FIXED_ONE - blendfactor(src->c[0], src->s[0], FIXED_ONE); in blend_factor()
599 r->c[0] = blendfactor(dst->c[0], dst->s[0], FIXED_ONE); in blend_factor()
605 r->c[0] = FIXED_ONE - blendfactor(dst->c[0], dst->s[0], FIXED_ONE); in blend_factor()