Home | History | Annotate | Download | only in cts

Lines Matching defs:mColorMatrix

47         ScriptIntrinsicColorMatrix mColorMatrix;
49 mColorMatrix = ScriptIntrinsicColorMatrix.create(mRS, Element.U8_4(mRS));
59 mColorMatrix.setColorMatrix(m);
62 b.addKernel(mColorMatrix.getKernelID());
65 group.setInput(mColorMatrix.getKernelID(), a1_copy);
66 group.setOutput(mColorMatrix.getKernelID(), a2_copy);
70 mColorMatrix.destroy();
81 ScriptIntrinsicColorMatrix mColorMatrix, mColorMatrix2;
83 mColorMatrix = ScriptIntrinsicColorMatrix.create(mRS, Element.U8_4(mRS));
95 mColorMatrix.setColorMatrix(m);
99 b.addKernel(mColorMatrix.getKernelID());
108 mColorMatrix.destroy();
124 ScriptIntrinsicColorMatrix mColorMatrix;
127 mColorMatrix = ScriptIntrinsicColorMatrix.create(mRS, Element.U8_4(mRS));
144 mColorMatrix.setColorMatrix(m);
147 b.addKernel(mColorMatrix.getKernelID());
149 b.addConnection(connect, mColorMatrix.getKernelID(), mConvolve3x3.getFieldID_Input());
152 group.setInput(mColorMatrix.getKernelID(), a1_copy);
158 mColorMatrix.destroy();
170 ScriptIntrinsicColorMatrix mColorMatrix, mColorMatrix2;
174 mColorMatrix = ScriptIntrinsicColorMatrix.create(mRS, Element.U8_4(mRS));
193 mColorMatrix.setColorMatrix(m);
197 b.addKernel(mColorMatrix.getKernelID());
201 b.addConnection(connect, mColorMatrix.getKernelID(), mConvolve3x3.getFieldID_Input());
212 mColorMatrix.destroy();