HomeSort by relevance Sort by last modified time
    Searched defs:SRC_COLOR (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
XfermodeTest.java 89 private static final int SRC_COLOR = 0xFF66AAFF;
95 BG_COLOR, BG_COLOR, SRC_COLOR, SRC_COLOR } },
101 BG_COLOR, DST_COLOR, SRC_COLOR, SRC_COLOR } },
104 BG_COLOR, DST_COLOR, DST_COLOR, SRC_COLOR } },
107 BG_COLOR, BG_COLOR, SRC_COLOR, BG_COLOR } },
113 BG_COLOR, BG_COLOR, BG_COLOR, SRC_COLOR } },
119 BG_COLOR, DST_COLOR, SRC_COLOR, BG_COLOR } },
122 BG_COLOR, BG_COLOR, DST_COLOR, SRC_COLOR } },
    [all...]
BlendModeTest.java 41 private static final int SRC_COLOR = Color.BLUE;
108 dstPaint.setColor(SRC_COLOR);
120 testBlendMode(BlendMode.SRC, BG_COLOR, SRC_COLOR, SRC_COLOR);
130 testBlendMode(BlendMode.SRC_OVER, DST_COLOR, SRC_COLOR, SRC_COLOR);
196 int alphaSrc = Color.alpha(SRC_COLOR);
199 int redSrc = Color.red(SRC_COLOR);
202 int greenSrc = Color.green(SRC_COLOR);
205 int blueSrc = Color.blue(SRC_COLOR);
    [all...]

Completed in 68 milliseconds