Searched defs:mul (Results 1 - 24 of 24) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DLightingColorFilter_Delegate.java53 /*package*/ static long native_CreateLightingFilter(int mul, int add) { argument
/frameworks/base/graphics/java/android/graphics/
H A DLightingColorFilter.java49 * and then adds a second color. The alpha components of the mul and add
52 public LightingColorFilter(@ColorInt int mul, @ColorInt int add) { argument
53 mMul = mul;
75 public void setColorMultiply(@ColorInt int mul) { argument
76 if (mMul != mul) {
77 mMul = mul;
112 private static native long native_CreateLightingFilter(int mul, int add); argument
/frameworks/rs/rsov/compiler/spirit/
H A Dtransformer_test.cpp33 Instruction *transform(IMulInst *mul) override {
34 auto ret = new IAddInst(mul->mResultType, mul->mOperand1, mul->mOperand2);
35 ret->setId(mul->getId());
47 Instruction *transform(IMulInst *mul) override {
48 insert(mul); variable
51 auto ret = new IAddInst(DoubleTy, mul, ConstDouble2);
54 ret->setId(mul->getId());
55 mul
[all...]
/frameworks/base/core/jni/android/graphics/
H A DColorFilter.cpp43 static jlong CreateLightingFilter(JNIEnv* env, jobject, jint mul, jint add) { argument
44 return reinterpret_cast<jlong>(SkColorMatrixFilter::MakeLightingFilter(mul, add).release());
/frameworks/base/rs/java/android/renderscript/
H A DDouble2.java146 public void mul(Double2 value) { method in class:Double2
158 public static Double2 mul(Double2 a, Double2 b) { method in class:Double2
171 public void mul(double value) { method in class:Double2
183 public static Double2 mul(Double2 a, double b) { method in class:Double2
H A DDouble3.java156 public void mul(Double3 value) { method in class:Double3
169 public static Double3 mul(Double3 a, Double3 b) { method in class:Double3
183 public void mul(double value) { method in class:Double3
196 public static Double3 mul(Double3 a, double b) { method in class:Double3
H A DFloat2.java145 public void mul(Float2 value) { method in class:Float2
157 public static Float2 mul(Float2 a, Float2 b) { method in class:Float2
170 public void mul(float value) { method in class:Float2
182 public static Float2 mul(Float2 a, float b) { method in class:Float2
H A DFloat3.java156 public void mul(Float3 value) { method in class:Float3
169 public static Float3 mul(Float3 a, Float3 b) { method in class:Float3
183 public void mul(float value) { method in class:Float3
196 public static Float3 mul(Float3 a, float b) { method in class:Float3
H A DByte2.java147 public void mul(Byte2 a) { method in class:Byte2
159 public static Byte2 mul(Byte2 a, Byte2 b) { method in class:Byte2
172 public void mul(byte value) { method in class:Byte2
184 public static Byte2 mul(Byte2 a, byte b) { method in class:Byte2
H A DByte3.java158 public void mul(Byte3 a) { method in class:Byte3
171 public static Byte3 mul(Byte3 a, Byte3 b) { method in class:Byte3
185 public void mul(byte value) { method in class:Byte3
198 public static Byte3 mul(Byte3 a, byte b) { method in class:Byte3
H A DByte4.java168 public void mul(Byte4 a) { method in class:Byte4
182 public static Byte4 mul(Byte4 a, Byte4 b) { method in class:Byte4
197 public void mul(byte value) { method in class:Byte4
211 public static Byte4 mul(Byte4 a, byte b) { method in class:Byte4
H A DDouble4.java167 public void mul(Double4 value) { method in class:Double4
179 public void mul(double value) { method in class:Double4
193 public static Double4 mul(Double4 a, Double4 b) { method in class:Double4
210 public static Double4 mul(Double4 a, double b) { method in class:Double4
H A DFloat4.java167 public void mul(Float4 value) { method in class:Float4
179 public void mul(float value) { method in class:Float4
193 public static Float4 mul(Float4 a, Float4 b) { method in class:Float4
210 public static Float4 mul(Float4 a, float b) { method in class:Float4
H A DInt2.java151 public void mul(Int2 a) { method in class:Int2
163 public static Int2 mul(Int2 a, Int2 b) { method in class:Int2
176 public void mul(int value) { method in class:Int2
188 public static Int2 mul(Int2 a, int b) { method in class:Int2
H A DInt3.java162 public void mul(Int3 a) { method in class:Int3
175 public static Int3 mul(Int3 a, Int3 b) { method in class:Int3
189 public void mul(int value) { method in class:Int3
202 public static Int3 mul(Int3 a, int b) { method in class:Int3
H A DInt4.java173 public void mul(Int4 a) { method in class:Int4
187 public static Int4 mul(Int4 a, Int4 b) { method in class:Int4
202 public void mul(int value) { method in class:Int4
216 public static Int4 mul(Int4 a, int b) { method in class:Int4
H A DLong2.java151 public void mul(Long2 a) { method in class:Long2
163 public static Long2 mul(Long2 a, Long2 b) { method in class:Long2
176 public void mul(long value) { method in class:Long2
188 public static Long2 mul(Long2 a, long b) { method in class:Long2
H A DLong3.java162 public void mul(Long3 a) { method in class:Long3
175 public static Long3 mul(Long3 a, Long3 b) { method in class:Long3
189 public void mul(long value) { method in class:Long3
202 public static Long3 mul(Long3 a, long b) { method in class:Long3
H A DLong4.java173 public void mul(Long4 a) { method in class:Long4
187 public static Long4 mul(Long4 a, Long4 b) { method in class:Long4
202 public void mul(long value) { method in class:Long4
216 public static Long4 mul(Long4 a, long b) { method in class:Long4
H A DShort2.java154 public void mul(Short2 a) { method in class:Short2
166 public static Short2 mul(Short2 a, Short2 b) { method in class:Short2
179 public void mul(short value) { method in class:Short2
191 public static Short2 mul(Short2 a, short b) { method in class:Short2
H A DShort3.java162 public void mul(Short3 a) { method in class:Short3
175 public static Short3 mul(Short3 a, Short3 b) { method in class:Short3
189 public void mul(short value) { method in class:Short3
202 public static Short3 mul(Short3 a, short b) { method in class:Short3
H A DShort4.java173 public void mul(Short4 a) { method in class:Short4
187 public static Short4 mul(Short4 a, Short4 b) { method in class:Short4
202 public void mul(short value) { method in class:Short4
216 public static Short4 mul(Short4 a, short b) { method in class:Short4
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dsparse_weight_vector.h75 void NormalizerMultUpdate(const double mul) { argument
76 normalizer_ = normalizer_ * mul;
/frameworks/base/core/java/android/text/format/
H A DTime.java502 private static int getChar(String s, int spos, int mul) { argument
505 return Character.getNumericValue(c) * mul;

Completed in 321 milliseconds