Home
last modified time | relevance | path

Searched defs:Color (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DColor.java293 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/
DColor.h28 enum Color { enum
/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp47 struct Color { struct
48 uint8_t r;
49 uint8_t g;
50 uint8_t b;
51 uint8_t a;
53 static const Color RED;
54 static const Color GREEN;
55 static const Color BLUE;
56 static const Color WHITE;
57 static const Color BLACK;
[all …]
/frameworks/base/libs/hwui/
DGlop.h51 Color = 1 << 1, enumerator
/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2TestProperties.h41 Color, enumerator