Searched refs:mul (Results 1 - 25 of 28) sorted by relevance

12

/frameworks/base/graphics/java/android/graphics/
H A DLightingColorFilter.java45 * and then adds a second color. The alpha components of the mul and add
48 public LightingColorFilter(int mul, int add) { argument
49 mMul = mul;
75 public void setColorMultiply(int mul) { argument
76 mMul = mul;
111 private static native long native_CreateLightingFilter(int mul, int add); argument
/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/core/jni/android/graphics/
H A DColorFilter.cpp44 static jlong CreateLightingFilter(JNIEnv* env, jobject, jint mul, jint add) { argument
45 return reinterpret_cast<jlong>(SkColorMatrixFilter::CreateLightingFilter(mul, add));
/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/
H A DAutoCorrelation_v5.s79 mul r10, r6, r6
120 mul r7, r10, r7
126 mul r1, r0, r1
128 mul r10, r11, r10
134 mul r14, r11, r14
136 mul r1, r1, r8
151 mul r12, r12, r9
H A DCalcWindowEnergy_v5.s72 mul r3, r9, r9
78 mul r9, r8, r8
/frameworks/base/rs/java/android/renderscript/
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 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 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 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 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 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 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 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 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/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewThumbnail.java185 int mul = (int) ((1.0f - mDimAlpha) * 255);
203 mLightingColorFilter.setColorMultiply(Color.argb(255, mul, mul, mul));
209 int grey = mul;
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dsparse_weight_vector.h75 void NormalizerMultUpdate(const double mul) { argument
76 normalizer_ = normalizer_ * mul;

Completed in 7973 milliseconds

12