| /external/swiftshader/src/Renderer/ |
| D | Color.hpp | 24 struct Color struct 67 T r; 68 T g; 69 T b; 70 T a; 79 inline Color<T>::Color() in Color() function in sw::Color 84 inline Color<byte>::Color(const Color<byte> &c) in Color() function in sw::Color 93 inline Color<byte>::Color(const Color<short> &c) in Color() function in sw::Color 102 inline Color<byte>::Color(const Color<float> &c) in Color() function in sw::Color 111 inline Color<short>::Color(const Color<short> &c) in Color() function in sw::Color [all …]
|
| /external/swiftshader/src/Device/ |
| D | Color.hpp | 24 struct Color struct 67 T r; 68 T g; 69 T b; 70 T a; 79 inline Color<T>::Color() in Color() function in sw::Color 84 inline Color<byte>::Color(const Color<byte> &c) in Color() function in sw::Color 93 inline Color<byte>::Color(const Color<short> &c) in Color() function in sw::Color 102 inline Color<byte>::Color(const Color<float> &c) in Color() function in sw::Color 111 inline Color<short>::Color(const Color<short> &c) in Color() function in sw::Color [all …]
|
| D | BC_Decoder.cpp | 54 struct Color struct 56 Color() in Color() function 62 void extract565(const unsigned int c565) in extract565() 69 unsigned int pack8888() const in pack8888() 74 void clearAlpha() in clearAlpha() 79 Color operator*(int factor) const in operator *() 89 Color operator/(int factor) const in operator /() 99 Color operator>>(int shift) const in operator >>() 109 Color operator+(Color const &obj) const in operator +() 120 int c[4];
|
| /external/angle/src/common/ |
| D | Color.h | 18 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/skia/src/gpu/ |
| D | GrDefaultGeoProcFactory.h | 20 struct Color { struct 27 explicit Color(const SkPMColor4f& color) in Color() function 31 Color(Type type) in Color() argument 39 SkPMColor4f fColor; argument 43 sk_sp<GrColorSpaceXform> fColorSpaceXform; argument
|
| /external/skqp/src/gpu/ |
| D | GrDefaultGeoProcFactory.h | 22 struct Color { struct 29 explicit Color(const SkPMColor4f& color) in Color() argument 33 Color(Type type) in Color() function 41 SkPMColor4f fColor; argument 45 sk_sp<GrColorSpaceXform> fColorSpaceXform; argument
|
| /external/pdfium/core/fxcrt/css/ |
| D | cfx_cssdata.h | 34 struct Color { struct 43 static const Color* GetColorByName(WideStringView wsName); argument
|
| /external/swiftshader/third_party/marl/examples/ |
| D | fractal.cpp | 30 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/MyGame/Example/ |
| D | Color.java | 5 public final class Color { class 6 private Color() { } in Color() method in Color
|
| D | Color.py | 5 class Color(object): class
|
| D | Color.cs | 8 public enum Color : sbyte enum
|
| D | Color.go | 5 type Color = int8 talias
|
| D | TestSimpleTableWithEnum.lua | 24 function TestSimpleTableWithEnum_mt:Color() function
|
| D | Color.php | 6 class Color class
|
| /external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/ |
| D | Color.java | 18 public class Color { class 21 public Color(String name) { in Color() method in Color
|
| /external/clang/test/Index/ |
| D | complete-type-factors.m | 26 + (void)method:(enum Color)color priority:(enum Priority)priority; 27 - (void)method:(enum Color)color priority:(enum Priority)priority;
|
| D | load-decls.c | 1 enum Color { enum
|
| D | complete-enums.c | 4 enum __attribute__((deprecated)) Color { enum
|
| /external/clang/lib/AST/ |
| D | ASTDumper.cpp | 42 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/ |
| D | instantiate-c99.cpp | 30 struct Color { struct 35 Color color; argument
|
| /external/autotest/utils/ |
| D | terminal.py | 14 class Color(object): class 60 def Color(self, color, text): member in Color
|
| /external/deqp/modules/glshared/ |
| D | glsScissorTests.cpp | 548 struct Color struct 550 enum Type {FLOAT, INT, UINT}; 552 Type type; 555 { 561 …Color(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 562 …Color(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 563 …Color(const deUint32 u_[4]) : type(UINT) { u[0] = u_[0]; u[1] = u_[1]; u[2] = u_[2]; u[3] = u_[3]… in Color() argument
|
| /external/skqp/modules/sksg/src/ |
| D | SkSGColor.cpp | 12 Color::Color(SkColor c) : fColor(c) {} in Color() function in sksg::Color
|
| /external/ImageMagick/Magick++/lib/ |
| D | Color.cpp | 76 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/python/cpython3/Lib/test/ |
| D | test_enum.py | 397 class Color(Enum): class 404 class Color(Enum): class 412 class Color(Enum): class 893 class Color(Enum): class 995 class Color(Enum): class 1005 class Color(Enum): class 1439 class Color(AutoNumber): class 1453 class Color(AutoNumber): class 1504 class Color(Shade): class 1518 class Color(Shade): class [all …]
|