Home
last modified time | relevance | path

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

12

/frameworks/base/graphics/java/android/graphics/
DLightingColorFilter.java53 public LightingColorFilter(@ColorInt int mul, @ColorInt int add) { in LightingColorFilter() argument
54 mMul = mul; in LightingColorFilter()
77 public void setColorMultiply(@ColorInt int mul) { in setColorMultiply() argument
78 if (mMul != mul) { in setColorMultiply()
79 mMul = mul; in setColorMultiply()
115 private static native long native_CreateLightingFilter(int mul, int add); in native_CreateLightingFilter() argument
/frameworks/base/rs/java/android/renderscript/
DDouble2.java146 public void mul(Double2 value) { in mul() method in Double2
158 public static Double2 mul(Double2 a, Double2 b) { in mul() method in Double2
171 public void mul(double value) { in mul() method in Double2
183 public static Double2 mul(Double2 a, double b) { in mul() method in Double2
DByte2.java147 public void mul(Byte2 a) { in mul() method in Byte2
159 public static Byte2 mul(Byte2 a, Byte2 b) { in mul() method in Byte2
172 public void mul(byte value) { in mul() method in Byte2
184 public static Byte2 mul(Byte2 a, byte b) { in mul() method in Byte2
DFloat2.java145 public void mul(Float2 value) { in mul() method in Float2
157 public static Float2 mul(Float2 a, Float2 b) { in mul() method in Float2
170 public void mul(float value) { in mul() method in Float2
182 public static Float2 mul(Float2 a, float b) { in mul() method in Float2
DInt2.java151 public void mul(Int2 a) { in mul() method in Int2
163 public static Int2 mul(Int2 a, Int2 b) { in mul() method in Int2
176 public void mul(int value) { in mul() method in Int2
188 public static Int2 mul(Int2 a, int b) { in mul() method in Int2
DLong2.java151 public void mul(Long2 a) { in mul() method in Long2
163 public static Long2 mul(Long2 a, Long2 b) { in mul() method in Long2
176 public void mul(long value) { in mul() method in Long2
188 public static Long2 mul(Long2 a, long b) { in mul() method in Long2
DShort2.java154 public void mul(Short2 a) { in mul() method in Short2
166 public static Short2 mul(Short2 a, Short2 b) { in mul() method in Short2
179 public void mul(short value) { in mul() method in Short2
191 public static Short2 mul(Short2 a, short b) { in mul() method in Short2
DDouble3.java156 public void mul(Double3 value) { in mul() method in Double3
169 public static Double3 mul(Double3 a, Double3 b) { in mul() method in Double3
183 public void mul(double value) { in mul() method in Double3
196 public static Double3 mul(Double3 a, double b) { in mul() method in Double3
DByte3.java158 public void mul(Byte3 a) { in mul() method in Byte3
171 public static Byte3 mul(Byte3 a, Byte3 b) { in mul() method in Byte3
185 public void mul(byte value) { in mul() method in Byte3
198 public static Byte3 mul(Byte3 a, byte b) { in mul() method in Byte3
DFloat3.java156 public void mul(Float3 value) { in mul() method in Float3
169 public static Float3 mul(Float3 a, Float3 b) { in mul() method in Float3
183 public void mul(float value) { in mul() method in Float3
196 public static Float3 mul(Float3 a, float b) { in mul() method in Float3
DInt3.java162 public void mul(Int3 a) { in mul() method in Int3
175 public static Int3 mul(Int3 a, Int3 b) { in mul() method in Int3
189 public void mul(int value) { in mul() method in Int3
202 public static Int3 mul(Int3 a, int b) { in mul() method in Int3
DLong3.java162 public void mul(Long3 a) { in mul() method in Long3
175 public static Long3 mul(Long3 a, Long3 b) { in mul() method in Long3
189 public void mul(long value) { in mul() method in Long3
202 public static Long3 mul(Long3 a, long b) { in mul() method in Long3
DShort3.java162 public void mul(Short3 a) { in mul() method in Short3
175 public static Short3 mul(Short3 a, Short3 b) { in mul() method in Short3
189 public void mul(short value) { in mul() method in Short3
202 public static Short3 mul(Short3 a, short b) { in mul() method in Short3
DByte4.java168 public void mul(Byte4 a) { in mul() method in Byte4
182 public static Byte4 mul(Byte4 a, Byte4 b) { in mul() method in Byte4
197 public void mul(byte value) { in mul() method in Byte4
211 public static Byte4 mul(Byte4 a, byte b) { in mul() method in Byte4
DFloat4.java167 public void mul(Float4 value) { in mul() method in Float4
179 public void mul(float value) { in mul() method in Float4
193 public static Float4 mul(Float4 a, Float4 b) { in mul() method in Float4
210 public static Float4 mul(Float4 a, float b) { in mul() method in Float4
DDouble4.java167 public void mul(Double4 value) { in mul() method in Double4
179 public void mul(double value) { in mul() method in Double4
193 public static Double4 mul(Double4 a, Double4 b) { in mul() method in Double4
210 public static Double4 mul(Double4 a, double b) { in mul() method in Double4
DShort4.java173 public void mul(Short4 a) { in mul() method in Short4
187 public static Short4 mul(Short4 a, Short4 b) { in mul() method in Short4
202 public void mul(short value) { in mul() method in Short4
216 public static Short4 mul(Short4 a, short b) { in mul() method in Short4
DInt4.java173 public void mul(Int4 a) { in mul() method in Int4
187 public static Int4 mul(Int4 a, Int4 b) { in mul() method in Int4
202 public void mul(int value) { in mul() method in Int4
216 public static Int4 mul(Int4 a, int b) { in mul() method in Int4
DLong4.java173 public void mul(Long4 a) { in mul() method in Long4
187 public static Long4 mul(Long4 a, Long4 b) { in mul() method in Long4
202 public void mul(long value) { in mul() method in Long4
216 public static Long4 mul(Long4 a, long b) { in mul() method in Long4
/frameworks/base/core/jni/android/graphics/
DColorFilter.cpp44 static jlong CreateLightingFilter(JNIEnv* env, jobject, jint mul, jint add) { in CreateLightingFilter() argument
45 return reinterpret_cast<jlong>(SkColorMatrixFilter::MakeLightingFilter(mul, add).release()); in CreateLightingFilter()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskViewThumbnail.java207 int mul = (int) ((1.0f - mDimAlpha) * 255); in updateThumbnailPaintFilter() local
226 mLightingColorFilter.setColorMultiply(Color.argb(255, mul, mul, mul)); in updateThumbnailPaintFilter()
233 int grey = mul; in updateThumbnailPaintFilter()
/frameworks/av/media/libstagefright/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/layoutlib/bridge/src/android/graphics/
DLightingColorFilter_Delegate.java53 /*package*/ static long native_CreateLightingFilter(int mul, int add) { in native_CreateLightingFilter() argument
/frameworks/ml/nn/runtime/test/generated/spec_V1_0/
Dmul.example.cpp7 namespace generated_tests::mul { namespace
74 namespace generated_tests::mul { namespace
/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]

12