Home
last modified time | relevance | path

Searched refs:g1 (Results 1 – 2 of 2) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/view/
DGameView.java494 int a1, int r1, int g1, int b1,
497 blend(alpha, g1, g2), blend(alpha, b1, b2));
/development/samples/ControllerSample/src/com/example/controllersample/
DGameView.java459 int a1, int r1, int g1, int b1, in setPaintARGBBlend() argument
462 blend(alpha, g1, g2), blend(alpha, b1, b2)); in setPaintARGBBlend()