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.java51 * The sample ColorMatrix below inverts incoming colors by scaling each
63 public class ColorMatrix { class
70 public ColorMatrix() { method in class:ColorMatrix
77 public ColorMatrix(float[] src) { method in class:ColorMatrix
84 public ColorMatrix(ColorMatrix src) { method in class:ColorMatrix
111 public void set(ColorMatrix src) {
183 public void setConcat(ColorMatrix matA, ColorMatrix matB) {
215 public void preConcat(ColorMatrix prematri
[all...]

Completed in 111 milliseconds