Searched refs:blendfactor (Results 1 - 1 of 1) sorted by relevance

/system/core/libpixelflinger/
H A Dscanline.cpp510 static inline int blendfactor(uint32_t x, uint32_t size, uint32_t def = 0) function in namespace:android
542 r->c[1] = blendfactor(dst->c[1], dst->s[1]);
543 r->c[2] = blendfactor(dst->c[2], dst->s[2]);
544 r->c[3] = blendfactor(dst->c[3], dst->s[3]);
545 r->c[0] = blendfactor(dst->c[0], dst->s[0]);
548 r->c[1] = blendfactor(src->c[1], src->s[1]);
549 r->c[2] = blendfactor(src->c[2], src->s[2]);
550 r->c[3] = blendfactor(src->c[3], src->s[3]);
551 r->c[0] = blendfactor(src->c[0], src->s[0]);
554 r->c[1] = FIXED_ONE - blendfactor(ds
[all...]

Completed in 5 milliseconds