Home
last modified time | relevance | path

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

12345678910>>...37

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
Dgdipluscolor.h37 typedef struct Color struct
47 friend class Graphics;
48 friend class HatchBrush;
49 friend class PathGradientBrush;
50 friend class Pen;
51 friend class SolidBrush;
53 static ARGB MakeARGB(BYTE a, BYTE r, BYTE g, BYTE b) in MakeARGB()
59 static const ARGB AlphaMask = 0xFF000000;
61 static const ARGB AliceBlue = 0xFFF0F8FF;
62 static const ARGB AntiqueWhite = 0xFFFAEBD7;
[all …]
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_enum.py66 class Color(Enum): class
73 def enum_comp(x: Color, y: Color) -> bool:
103 class Color(Enum): class
109 def enum_comp(x: Color, y: Color) -> bool:
119 class Color(Enum): class
126 def enum_name(x: Color) -> str:
137 class Color(Enum): class
144 def enum_value(x: Color) -> int:
155 class Color(Enum): class
162 def enum_const(x: Color) -> bool:
[all …]
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/utils/
H A DColorUtils.h24 struct Color { struct
30 static const Color RED; argument
31 static const Color GREEN; argument
32 static const Color BLUE; argument
33 static const Color WHITE; argument
34 static const Color BLACK; argument
35 static const Color TRANSPARENT; argument
/aosp_15_r20/external/angle/src/common/
H A DColor.h21 struct Color struct
29 static Color fromData(const T *data) { return Color(data[0], data[1], data[2], data[3]); } in fromData() argument
45 bool operator==(const Color<T> &a, const Color<T> &b); argument
99 using Color = angle::Color<T>; variable
/aosp_15_r20/prebuilts/go/linux-x86/src/image/color/
Dcolor.go10 type Color interface { interface
143 Convert(c Color) Color
147 func ModelFunc(f func(Color) Color) Model {
176 func rgbaModel(c Color) Color {
184 func rgba64Model(c Color) Color {
192 func nrgbaModel(c Color) Color {
210 func nrgba64Model(c Color) Color {
228 func alphaModel(c Color) Color {
236 func alpha16Model(c Color) Color {
244 func grayModel(c Color) Color {
[all …]
/aosp_15_r20/external/clang/lib/AST/
H A DASTDumper.cpp42 raw_ostream::Colors Color; member
157 ColorScope Color(*this, IndentColor); in dumpChild() local
192 ColorScope(ASTDumper &Dumper, TerminalColor Color) in ColorScope()
584 ColorScope Color(*this, AddressColor); in dumpPointer() local
592 ColorScope Color(*this, LocationColor); in dumpLocation() local
636 ColorScope Color(*this, TypeColor); in dumpBareType() local
672 ColorScope Color(*this, NullColor); in dumpTypeAsChild() local
678 ColorScope Color(*this, TypeColor); in dumpTypeAsChild() local
687 ColorScope Color(*this, TypeColor); in dumpTypeAsChild() local
718 ColorScope Color(*this, NullColor); in dumpBareDeclRef() local
[all …]
/aosp_15_r20/external/flatbuffers/samples/rust_generated/my_game/sample/
H A Dcolor_generated.rs26 pub struct Color(pub i8); struct
28 impl Color { impl
50 impl core::fmt::Debug for Color { implementation
59 impl<'a> flatbuffers::Follow<'a> for Color { implementation
70 impl flatbuffers::Push for Color { implementation
78 impl flatbuffers::EndianScalar for Color { implementation
92 impl<'a> flatbuffers::Verifiable for Color { implementation
102 impl flatbuffers::SimpleToVerifyInSlice for Color {} implementation
/aosp_15_r20/external/flashrom/util/flashrom_tester/src/
H A Dtypes.rs36 pub struct Color { struct
45 pub const COLOR: Color = Color { argument
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrDefaultGeoProcFactory.h25 struct Color { struct
31 explicit Color(const SkPMColor4f& color) in Color() argument
34 Color(Type type) in Color() function
41 SkPMColor4f fColor; argument
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DPaletteTexture.cpp21 struct Color struct
23Color(unsigned char r, unsigned char g,unsigned char b, unsigned char a):red(r),green(g),blue(b),a… in Color() function
24 unsigned char red;
25 unsigned char green;
26 unsigned char blue;
27 unsigned char alpha;
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/examples/css/
Dparser.rs6 pub struct Color { struct
12 impl std::str::FromStr for Color { argument
21 pub fn hex_color(input: &mut &str) -> PResult<Color> { in hex_color()
/aosp_15_r20/external/swiftshader/src/Device/
H A DBC_Decoder.cpp65 struct Color struct
67 Color() in Color() argument
73 void extract565(const unsigned int c565) in extract565()
80 unsigned int pack8888() const in pack8888()
85 void clearAlpha() in clearAlpha()
90 Color operator*(int factor) const in operator *()
100 Color operator/(int factor) const in operator /()
110 Color operator>>(int shift) const in operator >>()
120 Color operator+(const Color &obj) const in operator +()
131 int c[4];
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dissue19515.go15 type Color struct { struct
16 R, G, B, A float32
35 func BoxGradient(x, y, w, h, f float32, iColor, oColor Color) Paint {
/aosp_15_r20/external/flatbuffers/tests/monster_test_serialize/my_game/example/
H A Dcolor_generated.rs31 impl Serialize for Color { implementation
40 impl<'a> flatbuffers::Follow<'a> for Color { implementation
51 impl flatbuffers::Push for Color { implementation
59 impl flatbuffers::EndianScalar for Color { implementation
73 impl<'a> flatbuffers::Verifiable for Color { implementation
83 impl flatbuffers::SimpleToVerifyInSlice for Color {} implementation
/aosp_15_r20/external/rust/android-crates-io/crates/nom/tests/
Dcss.rs7 pub struct Color { struct
25 fn hex_color(input: &str) -> IResult<&str, Color> { in hex_color() argument
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/tests/
H A Dcss.rs7 pub struct Color { struct
25 fn hex_color(input: &str) -> IResult<&str, Color> { in hex_color() argument
/aosp_15_r20/external/swiftshader/third_party/marl/examples/
H A Dfractal.cpp30 struct Color { struct
33 inline Color<T>& operator+=(const Color<T>& rhs) { in operator +=() argument
40 inline Color<T>& operator/=(T rhs) { in operator /=() argument
/aosp_15_r20/external/flatbuffers/tests/monster_test/my_game/example/
H A Dcolor_generated.rs29 impl<'a> flatbuffers::Follow<'a> for Color { implementation
40 impl flatbuffers::Push for Color { implementation
48 impl flatbuffers::EndianScalar for Color { implementation
62 impl<'a> flatbuffers::Verifiable for Color { implementation
72 impl flatbuffers::SimpleToVerifyInSlice for Color {} implementation
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsScissorTests.cpp566 struct Color struct
568 enum Type
575 Type type;
578 {
584 Color(const float f_[4]) : type(FLOAT) in Color() function
591 Color(const int32_t i_[4]) : type(INT) in Color() function
598 Color(const uint32_t u_[4]) : type(UINT) in Color() argument
/aosp_15_r20/external/rust/android-crates-io/crates/anstyle/src/
Dcolor.rs4 pub enum Color { enum
19 impl Color { impl
97 impl From<AnsiColor> for Color { implementation
104 impl From<Ansi256Color> for Color { implementation
111 impl From<RgbColor> for Color { implementation
118 impl From<u8> for Color { implementation
125 impl From<(u8, u8, u8)> for Color { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/anstyle-1.0.6/src/
H A Dcolor.rs3 pub enum Color { enum
9 impl Color { implementation
87 impl From<AnsiColor> for Color { implementation
94 impl From<Ansi256Color> for Color { implementation
101 impl From<RgbColor> for Color { implementation
108 impl From<u8> for Color { implementation
115 impl From<(u8, u8, u8)> for Color { implementation
/aosp_15_r20/external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/
H A DColor.java10 public class Color { class
13 public Color(float r, float g, float b, float a) { in Color() method in Color
20 public Color() { in Color() method in Color
28 public Color(int color) { in Color() method in Color
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_enum.py958 class Color(Enum): class
965 class Color(Enum): class
973 class Color(Enum): class
1422 class Color(Enum): class
1532 class Color(Enum): class
1973 class Color(AutoNumber): class
1987 class Color(AutoNumber): class
2035 class Color(Shade): class
2049 class Color(Shade): class
2096 class Color(UniqueEnum): class
[all …]
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dinstantiate-c99.cpp30 struct Color { struct
35 Color color; argument
/aosp_15_r20/external/rust/android-crates-io/crates/env_logger/src/fmt/
Dstyle.rs323 pub enum Color { enum
336 impl Color { implementation
337 fn into_termcolor(self) -> termcolor::Color { in into_termcolor()

12345678910>>...37