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