Home
last modified time | relevance | path

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

123456789

/external/angle/src/common/
DColor.h18 struct Color struct
26 static Color fromData(const T *data) { return Color(data[0], data[1], data[2], data[3]); } in fromData() argument
42 bool operator==(const Color<T> &a, const Color<T> &b); argument
94 using Color = angle::Color<T>; variable
/external/flatbuffers/samples/rust_generated/my_game/sample/
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
/external/skia/src/gpu/ganesh/
DGrDefaultGeoProcFactory.h18 struct Color { struct
24 explicit Color(const SkPMColor4f& color) in Color() argument
27 Color(Type type) in Color() argument
34 SkPMColor4f fColor; argument
/external/rust/crates/nom/tests/
Dcss.rs7 pub struct Color { struct
25 fn hex_color(input: &str) -> IResult<&str, Color> { in hex_color() argument
/external/flatbuffers/tests/monster_test_serialize/my_game/example/
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
/external/flatbuffers/tests/monster_test/my_game/example/
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
/external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/
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
/external/swiftshader/third_party/marl/examples/
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
/external/flatbuffers/tests/my-game/example/
Dcolor.js5 export var Color; variable
6 (function (Color) { argument
/external/pdfium/core/fxcrt/css/
Dcfx_cssdata.h34 struct Color { struct
43 static const Color* GetColorByName(WideStringView wsName); argument
/external/clang/lib/AST/
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 …]
/external/clang/test/SemaTemplate/
Dinstantiate-c99.cpp30 struct Color { struct
35 Color color; argument
/external/flatbuffers/tests/MyGame/Example/
DColor.java9 public final class Color { class
10 private Color() { } in Color() method in Color
DTestSimpleTableWithEnum.go10 Color Color `json:"color"` member
58 func (rcv *TestSimpleTableWithEnum) Color() Color { func
73 func TestSimpleTableWithEnumAddColor(builder *flatbuffers.Builder, color Color) {
DColor.kt9 class Color private constructor() { class
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/
DColor.java18 public class Color { class
21 public Color(String name) { in Color() method in Color
/external/clang/test/Index/
Dcomplete-type-factors.m26 + (void)method:(enum Color)color priority:(enum Priority)priority;
27 - (void)method:(enum Color)color priority:(enum Priority)priority;
/external/swiftshader/src/Device/
DBC_Decoder.cpp65 struct Color struct
67 Color() in Color() function
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 …]
/external/deqp/modules/glshared/
DglsScissorTests.cpp583 struct Color struct
585 enum Type {FLOAT, INT, UINT};
587 Type type;
590 {
596Color(const float f_[4]) : type(FLOAT) { f[0] = f_[0]; f[1] = f_[1]; f[2] = f_[2]; f[3] = f_[3]… in Color() function
597Color(const deInt32 i_[4]) : type(INT) { i[0] = i_[0]; i[1] = i_[1]; i[2] = i_[2]; i[3] = i_[3]… in Color() argument
598Color(const deUint32 u_[4]) : type(UINT) { u[0] = u_[0]; u[1] = u_[1]; u[2] = u_[2]; u[3] = u_[3]… in Color() function
/external/skia/src/shaders/
DSkColorShader.cpp188 skvm::Color SkColorShader::program(skvm::Builder* p, in program()
201 skvm::Color SkColor4Shader::program(skvm::Builder* p, in program()
260 sk_sp<SkShader> SkShaders::Color(SkColor color) { return sk_make_sp<SkColorShader>(color); } in Color() function in SkShaders
262 sk_sp<SkShader> SkShaders::Color(const SkColor4f& color, sk_sp<SkColorSpace> space) { in Color() function in SkShaders
/external/autotest/utils/
Dterminal.py18 class Color(object): class
64 def Color(self, color, text): member in Color
/external/rust/crates/anes/src/sequences/
Dcolor.rs22 pub enum Color { enum
78 impl fmt::Display for Color { implementation
/external/autotest/utils/frozen_chromite/lib/
Dterminal.py19 class Color(object): class
65 def Color(self, color, text): member in Color
/external/ImageMagick/Magick++/lib/
DColor.cpp76 Magick::Color::Color(void) in Color() function in Magick::Color
87 Magick::Color::Color(const Magick::Quantum red_,const Magick::Quantum green_, in Color() function in Magick::Color
103 Magick::Color::Color(const Magick::Quantum red_,const Magick::Quantum green_, in Color() function in Magick::Color
121 Magick::Color::Color(const Magick::Quantum cyan_,const Magick::Quantum magenta_, in Color() function in Magick::Color
140 Magick::Color::Color(const char *color_) in Color() function in Magick::Color
152 Magick::Color::Color(const Magick::Color &color_) in Color() function in Magick::Color
161 Magick::Color::Color(const PixelInfo &color_) in Color() function in Magick::Color
170 Magick::Color::Color(const std::string &color_) in Color() function in Magick::Color
372 Magick::Color::Color(PixelType pixelType_) in Color() function in Magick::Color
381 Magick::Color::Color(PixelInfo* rep_,PixelType pixelType_) in Color() function in Magick::Color
/external/rust/crates/plotters/src/style/
Dcolor.rs9 pub trait Color { interface
56 impl<T: Color> Color for &'_ T { impl

123456789