Home
last modified time | relevance | path

Searched refs:blend_channel (Results 1 – 1 of 1) sorted by relevance

/third_party/pixman/test/
Dutils.c1663 blend_channel (double as, double s, double ad, double d, in blend_channel() function
1960 result->r = blend_channel (srcalpha.r, srcval.r, dst->a, dst->r, func); in do_composite()
1961 result->g = blend_channel (srcalpha.g, srcval.g, dst->a, dst->g, func); in do_composite()
1962 result->b = blend_channel (srcalpha.b, srcval.b, dst->a, dst->b, func); in do_composite()