Home
last modified time | relevance | path

Searched refs:ColorMatrix (Results 1 – 17 of 17) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowColorMatrixColorFilter.java3 import android.graphics.ColorMatrix;
11 private ColorMatrix matrix;
14 protected void __constructor__(ColorMatrix matrix) { in __constructor__()
20 this.matrix = new ColorMatrix(array); in __constructor__()
23 ColorMatrix getMatrix() { in getMatrix()
DShadowCanvas.java6 import android.graphics.ColorMatrix;
236 ColorMatrix colorMatrix = shadowColorMatrixColorFilter.getMatrix(); in describeBitmap()
245 private String formatColorMatric(ColorMatrix colorMatrix) { in formatColorMatric()
/external/skqp/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/
DPaintUtil.java20 import android.graphics.ColorMatrix;
43 ColorMatrix m = new ColorMatrix(); in createLightCorrectionColorFilter()
/external/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/
DPaintUtil.java20 import android.graphics.ColorMatrix;
43 ColorMatrix m = new ColorMatrix(); in createLightCorrectionColorFilter()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowBitmapDrawableTest.java11 import android.graphics.ColorMatrix;
77 drawable.setColorFilter(new ColorMatrixColorFilter(new ColorMatrix())); in withColorFilterSet_draw_shouldCopyDescriptionToCanvas()
DShadowBitmapTest.java11 import android.graphics.ColorMatrix;
180 paint.setColorFilter(new ColorMatrixColorFilter(new ColorMatrix())); in shouldReceiveDescriptionWhenDrawABitmapToCanvasWithAPaintEffect()
/external/skqp/tests/
DColorMatrixTest.cpp101 DEF_TEST(ColorMatrix, reporter) { in DEF_TEST() argument
/external/skia/tests/
DColorMatrixTest.cpp101 DEF_TEST(ColorMatrix, reporter) { in DEF_TEST() argument
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
DUberColorPickerDialog.java41 import android.graphics.ColorMatrix;
827 ColorMatrix cm = new ColorMatrix(); in updateYUVfromRGB()
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
Dshufflemask-undef.ll12 %struct.ColorMatrix = type { [16 x float]*, %struct.ImagingColorScale }
20 …%struct.Convolution, %struct.Convolution, %struct.Convolution, %struct.ColorMatrix, %struct.Minmax…
/external/llvm/test/Transforms/InstCombine/
Dshufflemask-undef.ll12 %struct.ColorMatrix = type { [16 x float]*, %struct.ImagingColorScale }
20 …%struct.Convolution, %struct.Convolution, %struct.Convolution, %struct.ColorMatrix, %struct.Minmax…
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/X86/
Dshufflemask-undef.ll13 %struct.ColorMatrix = type { [16 x float]*, %struct.ImagingColorScale }
21 …%struct.Convolution, %struct.Convolution, %struct.Convolution, %struct.ColorMatrix, %struct.Minmax…
/external/ImageMagick/www/source/
Dexamples.pl109 $example->ColorMatrix([1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0.5, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1]…
/external/ImageMagick/MagickCore/
Dfx.c860 ColorMatrix[6][6] = in ColorMatrixImage() local
901 ColorMatrix[v][u]=color_matrix->values[i]; in ColorMatrixImage()
932 ColorMatrix[v][u]); in ColorMatrixImage()
990 sum=ColorMatrix[v][0]*GetPixelRed(image,p)+ColorMatrix[v][1]* in ColorMatrixImage()
991 GetPixelGreen(image,p)+ColorMatrix[v][2]*GetPixelBlue(image,p); in ColorMatrixImage()
993 sum+=ColorMatrix[v][3]*GetPixelBlack(image,p); in ColorMatrixImage()
995 sum+=ColorMatrix[v][4]*GetPixelAlpha(image,p); in ColorMatrixImage()
996 sum+=QuantumRange*ColorMatrix[v][5]; in ColorMatrixImage()
/external/ImageMagick/PerlMagick/demo/
Ddemo.pl115 $example->ColorMatrix([1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0.5, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1]…
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in480 { "ColorMatrix", { {"matrix", ArrayReference} } },
7565 ColorMatrix = 215
10567 case 108: /* ColorMatrix */
/external/ImageMagick/PerlMagick/
DMagick.xs7566 ColorMatrix = 215 in Mogrify()