Home
last modified time | relevance | path

Searched refs:mul (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/base/graphics/java/android/graphics/
DLightingColorFilter.java54 public LightingColorFilter(@ColorInt int mul, @ColorInt int add) { in LightingColorFilter() argument
55 mMul = mul; in LightingColorFilter()
78 public void setColorMultiply(@ColorInt int mul) { in setColorMultiply() argument
79 if (mMul != mul) { in setColorMultiply()
80 mMul = mul; in setColorMultiply()
116 private static native long native_CreateLightingFilter(int mul, int add); in native_CreateLightingFilter() argument
/frameworks/base/rs/java/android/renderscript/
DDouble2.java151 public void mul(Double2 value) { in mul() method in Double2
163 public static Double2 mul(Double2 a, Double2 b) { in mul() method in Double2
176 public void mul(double value) { in mul() method in Double2
188 public static Double2 mul(Double2 a, double b) { in mul() method in Double2
DFloat2.java150 public void mul(Float2 value) { in mul() method in Float2
162 public static Float2 mul(Float2 a, Float2 b) { in mul() method in Float2
175 public void mul(float value) { in mul() method in Float2
187 public static Float2 mul(Float2 a, float b) { in mul() method in Float2
DByte2.java151 public void mul(Byte2 a) { in mul() method in Byte2
163 public static Byte2 mul(Byte2 a, Byte2 b) { in mul() method in Byte2
176 public void mul(byte value) { in mul() method in Byte2
188 public static Byte2 mul(Byte2 a, byte b) { in mul() method in Byte2
DShort2.java159 public void mul(Short2 a) { in mul() method in Short2
171 public static Short2 mul(Short2 a, Short2 b) { in mul() method in Short2
184 public void mul(short value) { in mul() method in Short2
196 public static Short2 mul(Short2 a, short b) { in mul() method in Short2
DLong2.java156 public void mul(Long2 a) { in mul() method in Long2
168 public static Long2 mul(Long2 a, Long2 b) { in mul() method in Long2
181 public void mul(long value) { in mul() method in Long2
193 public static Long2 mul(Long2 a, long b) { in mul() method in Long2
DInt2.java156 public void mul(Int2 a) { in mul() method in Int2
168 public static Int2 mul(Int2 a, Int2 b) { in mul() method in Int2
181 public void mul(int value) { in mul() method in Int2
193 public static Int2 mul(Int2 a, int b) { in mul() method in Int2
DByte3.java162 public void mul(Byte3 a) { in mul() method in Byte3
175 public static Byte3 mul(Byte3 a, Byte3 b) { in mul() method in Byte3
189 public void mul(byte value) { in mul() method in Byte3
202 public static Byte3 mul(Byte3 a, byte b) { in mul() method in Byte3
DDouble3.java161 public void mul(Double3 value) { in mul() method in Double3
174 public static Double3 mul(Double3 a, Double3 b) { in mul() method in Double3
188 public void mul(double value) { in mul() method in Double3
201 public static Double3 mul(Double3 a, double b) { in mul() method in Double3
DFloat3.java161 public void mul(Float3 value) { in mul() method in Float3
174 public static Float3 mul(Float3 a, Float3 b) { in mul() method in Float3
188 public void mul(float value) { in mul() method in Float3
201 public static Float3 mul(Float3 a, float b) { in mul() method in Float3
DLong3.java167 public void mul(Long3 a) { in mul() method in Long3
180 public static Long3 mul(Long3 a, Long3 b) { in mul() method in Long3
194 public void mul(long value) { in mul() method in Long3
207 public static Long3 mul(Long3 a, long b) { in mul() method in Long3
DShort3.java167 public void mul(Short3 a) { in mul() method in Short3
180 public static Short3 mul(Short3 a, Short3 b) { in mul() method in Short3
194 public void mul(short value) { in mul() method in Short3
207 public static Short3 mul(Short3 a, short b) { in mul() method in Short3
DInt3.java167 public void mul(Int3 a) { in mul() method in Int3
180 public static Int3 mul(Int3 a, Int3 b) { in mul() method in Int3
194 public void mul(int value) { in mul() method in Int3
207 public static Int3 mul(Int3 a, int b) { in mul() method in Int3
DDouble4.java172 public void mul(Double4 value) { in mul() method in Double4
184 public void mul(double value) { in mul() method in Double4
198 public static Double4 mul(Double4 a, Double4 b) { in mul() method in Double4
215 public static Double4 mul(Double4 a, double b) { in mul() method in Double4
DByte4.java172 public void mul(Byte4 a) { in mul() method in Byte4
186 public static Byte4 mul(Byte4 a, Byte4 b) { in mul() method in Byte4
201 public void mul(byte value) { in mul() method in Byte4
215 public static Byte4 mul(Byte4 a, byte b) { in mul() method in Byte4
DFloat4.java172 public void mul(Float4 value) { in mul() method in Float4
184 public void mul(float value) { in mul() method in Float4
198 public static Float4 mul(Float4 a, Float4 b) { in mul() method in Float4
215 public static Float4 mul(Float4 a, float b) { in mul() method in Float4
DInt4.java178 public void mul(Int4 a) { in mul() method in Int4
192 public static Int4 mul(Int4 a, Int4 b) { in mul() method in Int4
207 public void mul(int value) { in mul() method in Int4
221 public static Int4 mul(Int4 a, int b) { in mul() method in Int4
DShort4.java178 public void mul(Short4 a) { in mul() method in Short4
192 public static Short4 mul(Short4 a, Short4 b) { in mul() method in Short4
207 public void mul(short value) { in mul() method in Short4
221 public static Short4 mul(Short4 a, short b) { in mul() method in Short4
DLong4.java178 public void mul(Long4 a) { in mul() method in Long4
192 public static Long4 mul(Long4 a, Long4 b) { in mul() method in Long4
207 public void mul(long value) { in mul() method in Long4
221 public static Long4 mul(Long4 a, long b) { in mul() method in Long4
/frameworks/base/libs/hwui/jni/
DColorFilter.cpp42 static jlong CreateLightingFilter(JNIEnv* env, jobject, jint mul, jint add) { in CreateLightingFilter() argument
43 return reinterpret_cast<jlong>(SkColorMatrixFilter::MakeLightingFilter(mul, add).release()); in CreateLightingFilter()
/frameworks/av/media/codecs/m4v_h263/enc/src/
Dfastquant_inline.h288 mul q_value, q_scale, coeff /*mov coeff, coeff, lsl #14*/ in coeff_quant()
305 mul coeff, q_value, QPx2 in coeff_dequant()
333 mul q_value, q_scale, coeff in smulbb()
347 mul stepsize, stepsize, QP in coeff_dequant_mpeg()
350 mul q_value, coeff, stepsize in coeff_dequant_mpeg()
/frameworks/rs/toolkit/
DLut3d_advsimd.S151 mul v0.8h, v0.8h, v4.h[0]
152 mul v1.8h, v1.8h, v4.h[1]
153 mul v2.8h, v2.8h, v4.h[2]
/frameworks/rs/cpu_ref/
DrsCpuIntrinsics_advsimd_3DLUT.S151 mul v0.8h, v0.8h, v4.h[0]
152 mul v1.8h, v1.8h, v4.h[1]
153 mul v2.8h, v2.8h, v4.h[2]
/frameworks/opt/calendar/src/com/android/calendarcommon2/
DTime.java466 private int getChar(String s, int spos, int mul) { in getChar() argument
469 return Character.getNumericValue(c) * mul; in getChar()
/frameworks/base/core/java/android/text/format/
DTime.java502 private static int getChar(String s, int spos, int mul) { in getChar() argument
505 return Character.getNumericValue(c) * mul; in getChar()

12