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

  /frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/
ColorMatrix.java 32 public class ColorMatrix extends TestBase {
38 public ColorMatrix(boolean useIntrinsic, boolean useGrey) {
57 mScript = new ScriptC_colormatrix(mRS, res, R.raw.colormatrix);
  /frameworks/base/tests/RenderScriptTests/ImageProcessing2/src/com/android/rs/image/
ColorMatrix.java 24 public class ColorMatrix extends TestBase {
30 public ColorMatrix(boolean useIntrinsic, boolean useGrey) {
49 mScript = new ScriptC_colormatrix(mRS, res, R.raw.colormatrix);
  /frameworks/base/graphics/java/android/graphics/
ColorMatrix.java 36 public class ColorMatrix {
41 * Create a new colormatrix initialized to identity (as if reset() had
44 public ColorMatrix() {
49 * Create a new colormatrix initialized with the specified array of values.
51 public ColorMatrix(float[] src) {
56 * Create a new colormatrix initialized with the specified colormatrix.
58 public ColorMatrix(ColorMatrix src) {
63 * Return the array of floats representing this colormatrix
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
ColorMatrixTest.java 18 import android.graphics.ColorMatrix;
22 private ColorMatrix mColorMatrix;
37 mColorMatrix = new ColorMatrix(mSrc);
41 new ColorMatrix();
43 ColorMatrix cM1 = new ColorMatrix(mSrc);
52 ColorMatrix cM2 = new ColorMatrix(cM1);
113 mColorMatrix.set(new ColorMatrix(fArray));
253 mColorMatrix.postConcat(new ColorMatrix());
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 90 milliseconds