Searched refs:blend_255_round (Results 1 – 1 of 1) sorted by relevance
/external/skia/tests/ |
D | BlendTest.cpp | 78 static uint8_t blend_255_round(uint8_t dst, uint8_t src, uint8_t srcAlpha) { in blend_255_round() function 136 test_alpha(r, alpha, 1, blend_255_round); in DEF_TEST() 147 test_dst(r, dst, 0, blend_255_round); in DEF_TEST() 167 test_alpha(r, alpha, 0, blend_255_round); in DEF_TEST() 195 test_dst(r, dst, 1, blend_255_round); in DEF_TEST() 210 test_alpha(r, alpha, 1, blend_255_round); in DEF_TEST() 232 test_dst(r, dst, 1, blend_255_round); in DEF_TEST()
|