Searched defs:alphaSrc (Results 1 – 1 of 1) sorted by relevance
| /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
| D | BlendModeTest.java | 196 int alphaSrc = Color.alpha(SRC_COLOR); in testBlendMode_OVERLAY() local 215 private int computeOverlay(int alphaSrc, int alphaDst, int colorSrc, int colorDst) { in computeOverlay() 227 int alphaSrc = Color.alpha(SRC_COLOR); in testBlendMode_DARKEN() local 246 private int computeDarken(int alphaDst, int alphaSrc, int colorDst, int colorSrc) { in computeDarken() 254 int alphaSrc = Color.alpha(SRC_COLOR); in testBlendMode_LIGHTEN() local 273 private int computeLighten(int alphaDst, int alphaSrc, int colorDst, int colorSrc) { in computeLighten() 281 int alphaSrc = Color.alpha(SRC_COLOR); in testBlendMode_COLOR_DODGE() local 301 private int computeColorDodge(int alphaDst, int alphaSrc, int colorDst, int colorSrc) { in computeColorDodge() 317 int alphaSrc = Color.alpha(SRC_COLOR); in testBlendMode_COLOR_BURN() local 336 private int computeColorBurn(int alphaDst, int alphaSrc, int colorDst, int colorSrc) { in computeColorBurn() [all …]
|