Home
last modified time | relevance | path

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

/aosp14/frameworks/base/graphics/java/android/graphics/
H A DLightingColorFilter.java54 public LightingColorFilter(@ColorInt int mul, @ColorInt int add) { in LightingColorFilter()
78 public void setColorMultiply(@ColorInt int mul) { in setColorMultiply()
116 private static native long native_CreateLightingFilter(int mul, int add); in native_CreateLightingFilter()
/aosp14/frameworks/base/rs/java/android/renderscript/
H A 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
H A 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
H A 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
H A 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
H A 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
H A 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
H A 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
H A 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
H A 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
H A 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
H A 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
H A 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
H A 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
H A 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
H A 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
H A 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
H A 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
H A 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
/aosp14/frameworks/base/libs/hwui/jni/
H A DColorFilter.cpp43 static jlong CreateLightingFilter(JNIEnv* env, jobject, jint mul, jint add) { in CreateLightingFilter()
/aosp14/frameworks/base/libs/hwui/
H A DSafeMath.h36 size_t mul(size_t x, size_t y) { in mul() function
/aosp14/system/core/storaged/tests/
H A Dstoraged_test.cpp190 struct disk_perf disk_perf_multiply(struct disk_perf perf, double mul) { in disk_perf_multiply()
/aosp14/frameworks/base/core/java/android/text/format/
H A DTime.java502 private static int getChar(String s, int spos, int mul) { in getChar()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...