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

/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DColorMatrix.java32 public class ColorMatrix extends TestBase { class in inherits:TestBase
38 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.java32 public class ColorMatrix extends TestBase { class in inherits:TestBase
38 public ColorMatrix(boolean useIntrinsic, boolean useGrey) { method in class:ColorMatrix
/frameworks/base/graphics/java/android/graphics/
H A DColorMatrix.java36 public class ColorMatrix { class
44 public ColorMatrix() { method in class:ColorMatrix
51 public ColorMatrix(float[] src) { method in class:ColorMatrix
58 public ColorMatrix(ColorMatrix src) { method in class:ColorMatrix
86 public void set(ColorMatrix src) {
154 public void setConcat(ColorMatrix matA, ColorMatrix matB) {
186 public void preConcat(ColorMatrix prematrix) {
194 public void postConcat(ColorMatrix postmatri
[all...]

Completed in 170 milliseconds