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

/external/chromium_org/third_party/skia/tests/
H A DBlendTest.cpp78 static uint8_t blend_255_round(uint8_t dst, uint8_t src, uint8_t srcAlpha) { function
136 test_alpha(r, alpha, 1, blend_255_round);
147 test_dst(r, dst, 0, blend_255_round);
167 test_alpha(r, alpha, 0, blend_255_round);
195 test_dst(r, dst, 1, blend_255_round);
210 test_alpha(r, alpha, 1, blend_255_round);
232 test_dst(r, dst, 1, blend_255_round);
/external/skia/tests/
H A DBlendTest.cpp78 static uint8_t blend_255_round(uint8_t dst, uint8_t src, uint8_t srcAlpha) { function
136 test_alpha(r, alpha, 1, blend_255_round);
147 test_dst(r, dst, 0, blend_255_round);
167 test_alpha(r, alpha, 0, blend_255_round);
195 test_dst(r, dst, 1, blend_255_round);
210 test_alpha(r, alpha, 1, blend_255_round);
232 test_dst(r, dst, 1, blend_255_round);

Completed in 113 milliseconds