Home
last modified time | relevance | path

Searched defs:g (Results 1 – 25 of 147) sorted by relevance

123456

/frameworks/base/graphics/java/android/graphics/
DGainmap.java165 public void setRatioMin(float r, float g, float b) { in setRatioMin()
183 public void setRatioMax(float r, float g, float b) { in setRatioMax()
201 public void setGamma(float r, float g, float b) { in setGamma()
220 public void setEpsilonSdr(float r, float g, float b) { in setEpsilonSdr()
239 public void setEpsilonHdr(float r, float g, float b) { in setEpsilonHdr()
344 private static native void nSetRatioMin(long ptr, float r, float g, float b); in nSetRatioMin()
347 private static native void nSetRatioMax(long ptr, float r, float g, float b); in nSetRatioMax()
350 private static native void nSetGamma(long ptr, float r, float g, float b); in nSetGamma()
353 private static native void nSetEpsilonSdr(long ptr, float r, float g, float b); in nSetEpsilonSdr()
356 private static native void nSetEpsilonHdr(long ptr, float r, float g, float b); in nSetEpsilonHdr()
DColor.java342 private Color(float r, float g, float b, float a) { in Color()
356 private Color(float r, float g, float b, float a, @NonNull ColorSpace colorSpace) { in Color()
637 double g = eotf.applyAsDouble(mComponents[1]); in luminance() local
845 float g = green(color); in toArgb() local
869 float g = ((color >> 8) & 0xff) / 255.0f; in valueOf() local
899 public static Color valueOf(float r, float g, float b) { in valueOf()
915 public static Color valueOf(float r, float g, float b, float a) { in valueOf()
937 … public static Color valueOf(float r, float g, float b, float a, @NonNull ColorSpace colorSpace) { in valueOf()
1064 @HalfFloat short g = Half.toHalf(green); in pack() local
1090 float g = ((color >> 8) & 0xff) / 255.0f; in convert() local
[all …]
/frameworks/base/core/java/com/android/internal/util/function/pooled/
DOmniFunction.java69 abstract R invoke(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k); in invoke()
151 public R apply(A a, B b, C c, D d, E e, F f, G g) { in apply()
156 public R apply(A a, B b, C c, D d, E e, F f, G g, H h) { in apply()
161 public R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i) { in apply()
166 public R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j) { in apply()
171 public R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k) { in apply()
191 public void accept(A a, B b, C c, D d, E e, F f, G g) { in accept()
196 public void accept(A a, B b, C c, D d, E e, F f, G g, H h) { in accept()
201 public void accept(A a, B b, C c, D d, E e, F f, G g, H h, I i) { in accept()
206 public void accept(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j) { in accept()
[all …]
/frameworks/base/core/java/com/android/internal/graphics/cam/
DCamUtils.java139 int g = delinearized(linearG); in argbFromXyz() local
147 int g = delinearized(linrgb[1]); in argbFromLinrgb() local
153 public static int argbFromLinrgbComponents(double r, double g, double b) { in argbFromLinrgbComponents()
239 final float g = linearized(Color.green(argb)); in yFromInt() local
249 final float g = linearized(Color.green(argb)); in xyzFromInt() local
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_ColorSpace.cpp100 uint8_t g = color >> 40 & 0xff; in convertColorLong() local
108 float g = halfToFloat((uint16_t)(color >> 32 & 0xffff)); in convertColorLong() local
129 jfloat d, jfloat e, jfloat f, jfloat g, jfloatArray xyzD50) { in ColorSpace_creator()
DGainmap.cpp104 static void Gainmap_setRatioMin(JNIEnv*, jobject, jlong gainmapPtr, jfloat r, jfloat g, jfloat b) { in Gainmap_setRatioMin()
114 static void Gainmap_setRatioMax(JNIEnv*, jobject, jlong gainmapPtr, jfloat r, jfloat g, jfloat b) { in Gainmap_setRatioMax()
124 static void Gainmap_setGamma(JNIEnv*, jobject, jlong gainmapPtr, jfloat r, jfloat g, jfloat b) { in Gainmap_setGamma()
134 static void Gainmap_setEpsilonSdr(JNIEnv*, jobject, jlong gainmapPtr, jfloat r, jfloat g, in Gainmap_setEpsilonSdr()
145 static void Gainmap_setEpsilonHdr(JNIEnv*, jobject, jlong gainmapPtr, jfloat r, jfloat g, in Gainmap_setEpsilonHdr()
/frameworks/rs/
DrsCppUtils.h166 static inline uint16_t rs888to565(uint32_t r, uint32_t g, uint32_t b) { in rs888to565()
176 uint32_t g = ((i1 >> 5) & 0x3f) + ((i2 >> 5) & 0x3f) + ((i3 >> 5) & 0x3f) + ((i4 >> 5) & 0x3f); in rsBoxFilter565() local
183 … uint32_t g = ((i1 >> 8) & 0xff) + ((i2 >> 8) & 0xff) + ((i3 >> 8) & 0xff) + ((i4 >> 8) & 0xff); in rsBoxFilter8888() local
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
DBiDiTestGalleryRtl.java31 Gallery g = (Gallery) v.findViewById(R.id.galleryview); in onCreateView() local
DBiDiTestGalleryLtr.java31 Gallery g = (Gallery) v.findViewById(R.id.galleryview); in onCreateView() local
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
DCrossProcess.java41 float g = f; in createTest() local
/frameworks/base/core/java/com/android/internal/util/function/
DHeptFunction.java27 R apply(A a, B b, C c, D d, E e, F f, G g); in apply()
DHeptPredicate.java27 boolean test(A a, B b, C c, D d, E e, F f, G g); in test()
DHeptConsumer.java27 void accept(A a, B b, C c, D d, E e, F f, G g); in accept()
DOctConsumer.java27 void accept(A a, B b, C c, D d, E e, F f, G g, H h); in accept()
DOctPredicate.java27 boolean test(A a, B b, C c, D d, E e, F f, G g, H h); in test()
DOctFunction.java27 R apply(A a, B b, C c, D d, E e, F f, G g, H h); in apply()
DNonaPredicate.java27 boolean test(A a, B b, C c, D d, E e, F f, G g, H h, I i); in test()
DNonaConsumer.java27 void accept(A a, B b, C c, D d, E e, F f, G g, H h, I i); in accept()
DNonaFunction.java27 R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i); in apply()
DDecFunction.java27 R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j); in apply()
DDecConsumer.java27 void accept(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j); in accept()
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
DCrossProcess.java44 float g = f; in createTest() local
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
DCrossProcess.java44 float g = f; in createTest() local
/frameworks/native/opengl/tests/hwc/
DhwcTestLib.h75 ColorRGB(float r, float g, float b): _r(r), _g(g), _b(b) {}; in ColorRGB()
77 float g(void) const { return _g; } in g() function
/frameworks/av/media/module/codecs/amrnb/dec/src/
Dpreemph.cpp239 Word16 g, /* (i) : preemphasis coefficient */ in preemphasis()

123456