Home
last modified time | relevance | path

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

12345678

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DColor.hpp24 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 …]
/third_party/flutter/skia/third_party/externals/angle2/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
/third_party/skia/third_party/externals/angle2/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
/third_party/flutter/skia/src/gpu/
DGrDefaultGeoProcFactory.h20 struct Color { struct
27 explicit Color(const SkPMColor4f& color) in Color() argument
31 Color(Type type) in Color() function
39 SkPMColor4f fColor; argument
43 sk_sp<GrColorSpaceXform> fColorSpaceXform; argument
/third_party/skia/src/gpu/
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
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
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
/third_party/typescript/tests/cases/compiler/
DcollisionCodeGenEnumWithEnumMemberConflict.ts1 enum Color { enum
2 Color, enumerator
DjsFunctionWithPrototypeNoErrorTruncationNoCrash.ts7 function Color(obj) { function
/third_party/typescript/tests/baselines/reference/
DcommentOnExportEnumDeclaration.js16 var Color; variable
17 (function (Color) { argument
DpropertyNamesWithStringLiteral.js25 var Color; variable
26 (function (Color) { argument
DTypeGuardWithEnumUnion.js40 var Color; variable
41 (function (Color) { argument
DenumUsedBeforeDeclaration.js12 var Color; variable
13 (function (Color) { argument
DenumMerging.js132 (function (Color) { argument
141 (function (Color) { argument
152 (function (Color) { argument
163 (function (Color) { argument
DmergedDeclarations3.js46 (function (Color) { argument
53 (function (Color) { argument
DcollisionCodeGenEnumWithEnumMemberConflict.js9 (function (Color) { argument
/third_party/flatbuffers/tests/my-game/example/
Dcolor.js5 export var Color; variable
6 (function (Color) { argument
/third_party/skia/third_party/externals/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
/third_party/flatbuffers/tests/MyGame/Example/
DColor.java8 public final class Color { class
9 private Color() { } in Color() method in Color
DColor.kt10 class Color private constructor() { class
DTestSimpleTableWithEnum.go10 Color Color member
58 func (rcv *TestSimpleTableWithEnum) Color() Color { func
73 func TestSimpleTableWithEnumAddColor(builder *flatbuffers.Builder, color Color) {
/third_party/typescript/tests/cases/conformance/enums/
DenumMerging.ts50 export enum Color { Red, Green, Blue } enum
53 export enum Color { Red, Green, Blue } enum
57 export enum Color { Red, Green, Blue } enum
61 export enum Color { Yellow = 1 } enum
/third_party/typescript/tests/cases/conformance/internalModules/moduleBody/
DinvalidModuleWithStatementsOfEveryKind.ts25 public enum Color { Blue, Red } enum
50 private enum Color { Blue, Red } enum
76 static enum Color { Blue, Red } enum
/third_party/typescript/tests/cases/conformance/internalModules/codeGeneration/
DexportCodeGen.ts35 export enum Color { Red } enum
47 enum Color { Red } enum
/third_party/skia/third_party/externals/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+(Color const &obj) const in operator +()
131 int c[4];
[all …]
/third_party/skia/src/shaders/
DSkColorShader.cpp71 sk_sp<SkShader> SkShaders::Color(const SkColor4f& color, sk_sp<SkColorSpace> space) { in Color() function in SkShaders
94 skvm::Color SkColorShader::onProgram(skvm::Builder* p, in onProgram()
104 skvm::Color SkColor4Shader::onProgram(skvm::Builder* p, in onProgram()

12345678