Searched defs:Color (Results 1 – 8 of 8) sorted by relevance
| /frameworks/opt/gamesdk/samples/bouncyball/app/src/main/cpp/ |
| D | Circle.h | 26 struct Color { struct 27 Color(GLfloat r, GLfloat g, GLfloat b) : r(r), g(g), b(b) {} in Color() function 29 union {
|
| /frameworks/opt/gamesdk/samples/tuningfork/tftestapp/app/src/main/cpp/ |
| D | Scene.h | 26 struct Color { struct 27 Color(GLfloat r, GLfloat g, GLfloat b) : r(r), g(g), b(b) {} in Color() function 29 union {
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/ |
| D | DualToneHandler.kt | 98 private data class Color(val single: Int, val background: Int, val fill: Int) class
|
| /frameworks/base/graphics/java/android/graphics/ |
| D | Color.java | 293 public class Color { class 325 public Color() { in Color() method in Color 340 private Color(float r, float g, float b, float a) { in Color() method in Color 354 private Color(float r, float g, float b, float a, @NonNull ColorSpace colorSpace) { in Color() method in Color 365 private Color(@Size(min = 4, max = 5) float[] components, @NonNull ColorSpace colorSpace) { in Color() method in Color
|
| /frameworks/base/libs/hwui/utils/ |
| D | Color.h | 31 enum Color { enum
|
| /frameworks/av/media/codec2/sfplugin/tests/ |
| D | MediaCodec_sanity_test.cpp | 293 const int32_t Color = GetParam(); in TEST_P() local
|
| /frameworks/native/services/surfaceflinger/tests/hwc2/ |
| D | Hwc2TestProperties.h | 41 Color, enumerator
|
| /frameworks/native/services/surfaceflinger/tests/ |
| D | Transaction_test.cpp | 55 struct Color { struct 56 uint8_t r; 57 uint8_t g; 58 uint8_t b; 59 uint8_t a; 61 static const Color RED; 62 static const Color GREEN; 63 static const Color BLUE; 64 static const Color WHITE; 65 static const Color BLACK; [all …]
|