Searched refs:blend_funcs (Results 1 – 2 of 2) sorted by relevance
615 blend_funcs[] = { variable631 const unsigned num_funcs = ARRAY_SIZE(blend_funcs);649 for(rgb_func = blend_funcs; rgb_func < &blend_funcs[num_funcs]; ++rgb_func) { in test_all()650 for(alpha_func = blend_funcs; alpha_func < &blend_funcs[num_funcs]; ++alpha_func) { in test_all()702 rgb_func = &blend_funcs[rand() % num_funcs]; in test_some()703 alpha_func = &blend_funcs[rand() % num_funcs]; in test_some()
1906 static const blend_func_t blend_funcs[] = in do_composite() local1957 blend_func_t func = blend_funcs[op - PIXMAN_OP_MULTIPLY]; in do_composite()