Searched defs:ColorMatrix (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DColorMatrix.java31 public class ColorMatrix extends TestBase { class in inherits:TestBase
37 public ColorMatrix(boolean useIntrinsic, boolean useGrey) { method in class:ColorMatrix
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DColorMatrix.java24 public class ColorMatrix extends TestBase { class in inherits:TestBase
30 public ColorMatrix(boolean useIntrinsic, boolean useGrey) { method in class:ColorMatrix
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DColorMatrix.java31 public class ColorMatrix extends TestBase { class in inherits:TestBase
37 public ColorMatrix(boolean useIntrinsic, boolean useGrey) { method in class:ColorMatrix
/frameworks/base/graphics/java/android/graphics/
H A DColorMatrix.java49 * The sample ColorMatrix below inverts incoming colors by scaling each
61 public class ColorMatrix { class
68 public ColorMatrix() { method in class:ColorMatrix
75 public ColorMatrix(float[] src) { method in class:ColorMatrix
82 public ColorMatrix(ColorMatrix src) { method in class:ColorMatrix
109 public void set(ColorMatrix src) {
181 public void setConcat(ColorMatrix matA, ColorMatrix matB) {
213 public void preConcat(ColorMatrix prematri
[all...]

Completed in 100 milliseconds