Home
last modified time | relevance | path

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

123456

/frameworks/base/graphics/java/android/graphics/
DColor.java340 private Color(float r, float g, float b, float a) { in Color()
354 private Color(float r, float g, float b, float a, @NonNull ColorSpace colorSpace) { in Color()
635 double g = eotf.applyAsDouble(mComponents[1]); in luminance() local
843 float g = green(color); in toArgb() local
867 float g = ((color >> 8) & 0xff) / 255.0f; in valueOf() local
897 public static Color valueOf(float r, float g, float b) { in valueOf()
913 public static Color valueOf(float r, float g, float b, float a) { in valueOf()
935 … public static Color valueOf(float r, float g, float b, float a, @NonNull ColorSpace colorSpace) { in valueOf()
1062 @HalfFloat short g = Half.toHalf(green); in pack() local
1088 float g = ((color >> 8) & 0xff) / 255.0f; in convert() local
[all …]
/frameworks/av/media/libstagefright/filters/
DColorConvert.cpp30 int32_t* r, int32_t* g, int32_t* b) { in YUVToRGB()
59 int32_t r, g, b; in convertYUV420spToARGB() local
81 int32_t r, g, b; in convertYUV420spToRGB888() local
99 uint8_t g = *src++; in convertRGBAToARGB() local
/frameworks/base/core/jni/
Dandroid_graphics_ColorSpace.cpp55 uint8_t g = color >> 40 & 0xff; in convertColorLong() local
63 float g = halfToFloat((uint16_t)(color >> 32 & 0xffff)); in convertColorLong() local
84 jfloat d, jfloat e, jfloat f, jfloat g, jfloatArray xyzD50) { in ColorSpace_creator()
/frameworks/base/core/java/com/android/internal/util/function/pooled/
DOmniFunction.java58 abstract R invoke(A a, B b, C c, D d, E e, F f, G g, H h, I i); in invoke()
140 public R apply(A a, B b, C c, D d, E e, F f, G g) { in apply()
145 public R apply(A a, B b, C c, D d, E e, F f, G g, H h) { in apply()
150 public R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i) { in apply()
170 public void accept(A a, B b, C c, D d, E e, F f, G g) { in accept()
175 public void accept(A a, B b, C c, D d, E e, F f, G g, H h) { in accept()
180 public void accept(A a, B b, C c, D d, E e, F f, G g, H h, I i) { in accept()
/frameworks/native/cmds/surfacereplayer/replayer/
DColor.h32 uint8_t g = 0; member
65 double r = 0, g = 0, b = 0; in getRGB() local
/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/location/tests/locationtests/src/android/location/
DGeocoderTest.java36 Geocoder g = new Geocoder(mContext, locale); in testGeocoder() local
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
DBiDiTestGalleryLtr.java31 Gallery g = (Gallery) v.findViewById(R.id.galleryview); in onCreateView() local
DBiDiTestGalleryRtl.java31 Gallery g = (Gallery) v.findViewById(R.id.galleryview); in onCreateView() local
/frameworks/ex/framesequence/jni/
DColor.h28 #define ARGB_TO_COLOR8888(a, r, g, b) \ argument
/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()
DHeptConsumer.java27 void accept(A a, B b, C c, D d, E e, F f, G g); in accept()
DHeptPredicate.java27 boolean test(A a, B b, C c, D d, E e, F f, G g); in test()
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()
DOctConsumer.java27 void accept(A a, B b, C c, D d, E e, F f, G g, H h); in accept()
DNonaPredicate.java27 boolean test(A a, B b, C c, D d, E e, F f, G g, H h, I i); in test()
DNonaFunction.java27 R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i); in apply()
DNonaConsumer.java27 void accept(A a, B b, C c, D d, E e, F f, G g, H h, I i); in accept()
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
DCrossProcess.java44 float g = f; in createTest() local
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
DCrossProcess.java44 float g = f; in createTest() local
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
Dpreemph.cpp239 Word16 g, /* (i) : preemphasis coefficient */ in preemphasis()
/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/layoutlib/bridge/src/android/graphics/
DColorFilter_Delegate.java64 public void applyFilter(Graphics2D g, int width, int height) { in applyFilter()

123456