Home
last modified time | relevance | path

Searched defs:colors (Results 1 – 25 of 737) sorted by relevance

12345678910>>...30

/third_party/skia/gm/
Dpatch.cpp26 const SkColor colors[] = { in make_shader() local
96 static void dopatch(SkCanvas* canvas, const SkColor colors[], sk_sp<SkImage> img, in dopatch()
157 const SkColor colors[SkPatchUtils::kNumCorners] = { variable
163 const SkColor colors[SkPatchUtils::kNumCorners] = { variable
169 const SkColor colors[SkPatchUtils::kNumCorners] = { variable
178 const SkColor colors[SkPatchUtils::kNumCorners] = { variable
188 const SkColor colors[SkPatchUtils::kNumCorners] = { variable
Dshallowgradient.cpp24 static sk_sp<SkShader> shader_linear(const SkColor colors[], int count, const SkSize& size) { in shader_linear()
29 static sk_sp<SkShader> shader_radial(const SkColor colors[], int count, const SkSize& size) { in shader_radial()
35 static sk_sp<SkShader> shader_conical(const SkColor colors[], int count, const SkSize& size) { in shader_conical()
41 static sk_sp<SkShader> shader_sweep(const SkColor colors[], int count, const SkSize& size) { in shader_sweep()
62 const SkColor colors[] = { 0xFF555555, 0xFF444444 }; in onDraw() local
Dp3.cpp200 SkColor4f colors[] = {{1,0,0,1}, {0,1,0,1}}; variable
226 SkColor4f colors[] = {{1,0,0,1}, {0,1,0,1}}; variable
255 SkColor4f colors[] = {p3_to_srgb({1,0,0,1}), p3_to_srgb({0,1,0,1})}; variable
281 SkColor4f colors[] = {p3_to_srgb({1,0,0,1}), p3_to_srgb({0,1,0,1})}; variable
309 SkColor4f colors[] = { {0,0,1,1}, {0,1,0,1}, {1,0,0,1} }; variable
Dgradtext.cpp30 SkColor colors[] = { SK_ColorRED, 0x0000FF00, SK_ColorBLUE }; in make_grad() local
38 SkColor colors[] = { SK_ColorRED, SK_ColorGREEN, SK_ColorBLUE }; in make_grad2() local
45 SkColor colors[] = { SK_ColorGREEN, SK_ColorGREEN }; in make_chrome_solid() local
/third_party/flutter/skia/gm/
Dpatch.cpp26 const SkColor colors[] = { in make_shader() local
96 static void dopatch(SkCanvas* canvas, const SkColor colors[], sk_sp<SkImage> img = nullptr) { in dopatch()
156 const SkColor colors[SkPatchUtils::kNumCorners] = { variable
162 const SkColor colors[SkPatchUtils::kNumCorners] = { variable
168 const SkColor colors[SkPatchUtils::kNumCorners] = { variable
178 const SkColor colors[SkPatchUtils::kNumCorners] = { variable
Dshallowgradient.cpp24 static sk_sp<SkShader> shader_linear(const SkColor colors[], int count, const SkSize& size) { in shader_linear()
29 static sk_sp<SkShader> shader_radial(const SkColor colors[], int count, const SkSize& size) { in shader_radial()
35 static sk_sp<SkShader> shader_conical(const SkColor colors[], int count, const SkSize& size) { in shader_conical()
41 static sk_sp<SkShader> shader_sweep(const SkColor colors[], int count, const SkSize& size) { in shader_sweep()
62 const SkColor colors[] = { 0xFF555555, 0xFF444444 }; in onDraw() local
Dp3.cpp215 SkColor4f colors[] = {{1,0,0,1}, {0,1,0,1}}; variable
241 SkColor4f colors[] = {{1,0,0,1}, {0,1,0,1}}; variable
270 SkColor4f colors[] = {p3_to_srgb({1,0,0,1}), p3_to_srgb({0,1,0,1})}; variable
296 SkColor4f colors[] = {p3_to_srgb({1,0,0,1}), p3_to_srgb({0,1,0,1})}; variable
324 SkColor4f colors[] = { {0,0,1,1}, {0,1,0,1}, {1,0,0,1} }; variable
Dgamma.cpp161 SkColor colors[2] = { SK_ColorBLACK, SK_ColorWHITE }; variable
173 SkColor colors[2] = { 0xffbbbbbb, 0xffbdbdbd }; variable
185 SkColor colors[3] = { 0xffbbbbbb, 0xffbdbdbd, 0xffbbbbbb }; variable
197 SkColor colors[5] = { 0xffbbbbbb, 0xffbdbdbd, 0xffbbbbbb, 0xffbdbdbd, 0xffbbbbbb }; variable
Dgradtext.cpp30 SkColor colors[] = { SK_ColorRED, 0x0000FF00, SK_ColorBLUE }; in make_grad() local
38 SkColor colors[] = { SK_ColorRED, SK_ColorGREEN, SK_ColorBLUE }; in make_grad2() local
45 SkColor colors[] = { SK_ColorGREEN, SK_ColorGREEN }; in make_chrome_solid() local
/third_party/skia/include/effects/
DSkGradientShader.h78 const SkColor colors[], const SkScalar pos[], int count, in MakeLinear()
102 const SkColor4f colors[], sk_sp<SkColorSpace> colorSpace, in MakeLinear()
125 const SkColor colors[], const SkScalar pos[], int count, in MakeRadial()
148 const SkColor4f colors[], sk_sp<SkColorSpace> colorSpace, in MakeRadial()
167 const SkColor colors[], const SkScalar pos[], in MakeTwoPointConical()
187 const SkColor4f colors[], in MakeTwoPointConical()
216 const SkColor colors[], const SkScalar pos[], int count, in MakeSweep()
222 const SkColor colors[], const SkScalar pos[], int count) { in MakeSweep()
249 const SkColor4f colors[], sk_sp<SkColorSpace> colorSpace, in MakeSweep()
256 const SkColor4f colors[], sk_sp<SkColorSpace> colorSpace, in MakeSweep()
/third_party/flutter/skia/include/effects/
DSkGradientShader.h75 const SkColor colors[], const SkScalar pos[], int count, in MakeLinear()
97 const SkColor4f colors[], sk_sp<SkColorSpace> colorSpace, in MakeLinear()
120 const SkColor colors[], const SkScalar pos[], int count, in MakeRadial()
143 const SkColor4f colors[], sk_sp<SkColorSpace> colorSpace, in MakeRadial()
162 const SkColor colors[], const SkScalar pos[], in MakeTwoPointConical()
182 const SkColor4f colors[], in MakeTwoPointConical()
211 const SkColor colors[], const SkScalar pos[], int count, in MakeSweep()
217 const SkColor colors[], const SkScalar pos[], int count) { in MakeSweep()
244 const SkColor4f colors[], sk_sp<SkColorSpace> colorSpace, in MakeSweep()
251 const SkColor4f colors[], sk_sp<SkColorSpace> colorSpace, in MakeSweep()
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DSweepGradient.java15 int[] colors, float[] pos, TileMode tm, in SweepGradient()
22 int[] colors, float[] pos, TileMode tm) throws IllegalArgumentException { in SweepGradient()
26 public SweepGradient(float x, float y, int[] colors, in SweepGradient()
32 float[] colors, float[] pos, TileMode tm, in SweepGradient()
39 float[] colors, float[] pos, TileMode tm) throws IllegalArgumentException { in SweepGradient()
43 public SweepGradient(float x, float y, float[] colors, in SweepGradient()
49 float[] colors, float[] pos, in nMakeSweep()
DGradient.java15 long make(float[] colors, float[] pos, int tileMode, long nativeLocalMatrix); in make()
18 protected Gradient(int[] colors, float[] pos, TileMode tm, Matrix lm, in Gradient()
23 protected Gradient(float[] colors, float[] pos, TileMode tm, Matrix lm, in Gradient()
28 private static long makeGradient(int[] colors, float[] pos, TileMode tm, Matrix lm, in makeGradient()
46 private static long makeGradient(float[] colors, float[] pos, TileMode tm, Matrix lm, in makeGradient()
DRadialGradient.java14 public RadialGradient(float x, float y, float r, int[] colors, float[] pos, TileMode tm, in RadialGradient()
20 public RadialGradient(float x, float y, float r, int[] colors, in RadialGradient()
25 public RadialGradient(float x, float y, float r, float[] colors, float[] pos, TileMode tm, in RadialGradient()
31 public RadialGradient(float x, float y, float r, float[] colors, in RadialGradient()
36 private static native long nMakeRadial(float x, float y, float r, float[] colors, float[] pos, in nMakeRadial()
DLinearGradient.java14 public LinearGradient(float x0, float y0, float x1, float y1, int[] colors, in LinearGradient()
21 public LinearGradient(float x0, float y0, float x1, float y1, int[] colors, in LinearGradient()
26 public LinearGradient(float x0, float y0, float x1, float y1, float[] colors, in LinearGradient()
33 public LinearGradient(float x0, float y0, float x1, float y1, float[] colors, in LinearGradient()
39 float[] colors, float[] pos, int tilemode, in nMakeLinear()
DTwoPointConicalGradient.java15 int[] colors, float[] pos, TileMode tm, in TwoPointConicalGradient()
22 int[] colors, float[] pos, in TwoPointConicalGradient()
28 float[] colors, float[] pos, TileMode tm, in TwoPointConicalGradient()
35 float[] colors, float[] pos, in TwoPointConicalGradient()
42 float[] colors, float[] pos, int tilemode, in nMakeTwoPointConical()
/third_party/skia/modules/sksg/src/
DSkSGGradient.cpp21 std::vector<SkColor4f> colors; in onRevalidateShader() local
37 sk_sp<SkShader> LinearGradient::onMakeShader(const std::vector<SkColor4f>& colors, in onMakeShader() argument
46 sk_sp<SkShader> RadialGradient::onMakeShader(const std::vector<SkColor4f>& colors, in onMakeShader() argument
/third_party/flutter/skia/modules/sksg/src/
DSkSGGradient.cpp20 std::vector<SkColor> colors; in onRevalidateShader() local
36 sk_sp<SkShader> LinearGradient::onMakeShader(const std::vector<SkColor>& colors, in onMakeShader()
45 sk_sp<SkShader> RadialGradient::onMakeShader(const std::vector<SkColor>& colors, in onMakeShader()
/third_party/node/deps/npm/node_modules/colors/lib/
Dcolors.js31 var colors = {}; variable
102 var proto = defineProps(function colors() {}, styles); function
150 colors[style] = function(str) { function
195 colors[map] = function(str) { function
/third_party/node/test/parallel/
Dtest-console-tty-colors.js21 colors: expectedColorMode, property
45 check(false, undefined, true, { colors: true, compact: false }); property
47 check(true, undefined, false, { colors: false }); property
84 colors: false property
/third_party/typescript/tests/baselines/reference/
DjsDeclarationsConstsAsNamespacesWithReferences.js2 export const colors = { variable
11 export const colors = { variable
/third_party/flutter/skia/fuzz/
DFuzzGradients.cpp28 void initGradientParams(Fuzz* fuzz, std::vector<SkColor>* colors, in initGradientParams()
69 const std::vector<SkColor>& colors, in logLinearGradient()
114 std::vector<SkColor> colors; in fuzzLinearGradient() local
152 std::vector<SkColor> colors; in fuzzRadialGradient() local
190 std::vector<SkColor> colors; in fuzzTwoPointConicalGradient() local
224 std::vector<SkColor> colors; in fuzzSweepGradient() local
/third_party/skia/fuzz/
DFuzzGradients.cpp28 void initGradientParams(Fuzz* fuzz, std::vector<SkColor>* colors, in initGradientParams()
69 const std::vector<SkColor>& colors, in logLinearGradient()
114 std::vector<SkColor> colors; in fuzzLinearGradient() local
152 std::vector<SkColor> colors; in fuzzRadialGradient() local
190 std::vector<SkColor> colors; in fuzzTwoPointConicalGradient() local
224 std::vector<SkColor> colors; in fuzzSweepGradient() local
/third_party/flutter/engine/flutter/lib/ui/painting/
Dgradient.cc36 const tonic::Int32List& colors, in initLinear()
64 const tonic::Int32List& colors, in initRadial()
88 const tonic::Int32List& colors, in initSweep()
119 const tonic::Int32List& colors, in initTwoPointConical()
/third_party/flutter/skia/src/shaders/gradients/
DSkGradientShader.cpp445 SkColor4fXformer::SkColor4fXformer(const SkColor4f* colors, int colorCount, in SkColor4fXformer()
486 static bool valid_grad(const SkColor4f colors[], const SkScalar pos[], int count, in valid_grad()
492 const SkColor4f colors[], sk_sp<SkColorSpace> colorSpace, in desc_init()
506 static SkColor4f average_gradient_color(const SkColor4f colors[], const SkScalar pos[], in average_gradient_color()
553 static sk_sp<SkShader> make_degenerate_gradient(const SkColor4f colors[], const SkScalar pos[], in make_degenerate_gradient()
645 const SkColor colors[], in MakeLinear()
656 const SkColor4f colors[], in MakeLinear()
692 const SkColor colors[], in MakeRadial()
703 const SkColor4f colors[], in MakeRadial()
739 const SkColor colors[], in MakeTwoPointConical()
[all …]

12345678910>>...30