Home
last modified time | relevance | path

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

12345678910>>...19

/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
Dcolorfilterimagefilter.cpp69 const SkColor colors[] = { SK_ColorRED, SK_ColorGREEN, SK_ColorBLUE }; in sh_make_lineargradient0() local
75 const SkColor colors[] = { SK_ColorRED, 0x0000FF00, SK_ColorBLUE }; in sh_make_lineargradient1() local
211 const SkColor colors[] = { SK_ColorRED, SK_ColorBLUE }; variable
/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/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/node/deps/npm/node_modules/@colors/colors/lib/
Dcolors.js31 var colors = {}; variable
111 var proto = defineProps(function colors() {}, styles); function
160 colors[style] = function(str) { function
205 colors[map] = function(str) { function
DextendStringPrototype.js1 var colors = require('./colors'); variable
88 colors[prop] = function(str) { function
Dindex.js1 var colors = require('./colors'); variable
/third_party/typescript/tests/baselines/reference/
DjsDeclarationsConstsAsNamespacesWithReferences.js2 export const colors = { variable
11 export const colors = { variable
/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/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/node/deps/npm/node_modules/@npmcli/arborist/bin/lib/
Dlogging.js31 const addLogListener = (write, { eol = os.EOL, loglevel = 'silly', colors = false } = {}) => { argument
47 const messages = args.map(a => typeof a === 'string' ? a : inspect(a, { depth, colors })) field
65 colors: options.colors, property
/third_party/mbedtls/tests/scripts/
Ddepends.py137 def set_config_option_value(conf, option, colors, value: Union[bool, str]): argument
156 def set_reference_config(conf, options, colors): argument
183 def announce(self, colors, what): argument
195 def configure(self, conf, options, colors): argument
453 def run(options, job, conf, colors=NO_COLORS): argument
/third_party/skia/src/shaders/gradients/
DSkGradientShader.cpp631 SkColor4fXformer::SkColor4fXformer(const SkColor4f* colors, int colorCount, in SkColor4fXformer()
674 static bool valid_grad(const SkColor4f colors[], const SkScalar pos[], int count, in valid_grad()
680 const SkColor4f colors[], sk_sp<SkColorSpace> colorSpace, in desc_init()
694 static SkColor4f average_gradient_color(const SkColor4f colors[], const SkScalar pos[], in average_gradient_color()
752 static sk_sp<SkShader> make_degenerate_gradient(const SkColor4f colors[], const SkScalar pos[], in make_degenerate_gradient()
844 const SkColor colors[], in MakeLinear()
855 const SkColor4f colors[], in MakeLinear()
891 const SkColor colors[], in MakeRadial()
902 const SkColor4f colors[], in MakeRadial()
938 const SkColor colors[], in MakeTwoPointConical()
[all …]
/third_party/skia/src/c/
Dsk_effects.cpp50 const sk_color_t colors[], in sk_shader_new_linear_gradient()
77 const sk_color_t colors[], in sk_shader_new_radial_gradient()
100 const sk_color_t colors[], in sk_shader_new_sweep_gradient()
121 const sk_color_t colors[], in sk_shader_new_two_point_conical_gradient()
/third_party/skia/tests/
DGradientTest.cpp25 const SkColor colors[] = { SK_ColorRED, SK_ColorBLUE }; in test_big_grad() local
145 SkColor colors[] = { SK_ColorBLUE, SK_ColorBLUE }; in TestConstantGradient() local
280 const SkColor colors[] = { SK_ColorBLACK, SK_ColorWHITE }; in test_nearly_vertical() local
292 const SkColor colors[] = { SK_ColorBLACK, SK_ColorWHITE }; in test_vertical() local
308 const SkColor colors[] = { SK_ColorBLACK, SK_ColorWHITE, SK_ColorBLACK, SK_ColorWHITE }; in test_linear_fuzz() local
324 const SkColor colors[] = { SK_ColorGREEN, SK_ColorBLUE }; in test_two_point_conical_zero_radius() local
342 const SkColor colors[] = { SK_ColorRED, SK_ColorGREEN }; in test_clamping_overflow() local
361 const SkColor colors[] = { SK_ColorRED, SK_ColorGREEN }; in test_degenerate_linear() local
380 const SkColor4f colors[] = { {0.f, 0.f, 0.f, 0.f}, in test_unsorted_degenerate() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
DMaterialsTest.cpp54 std::vector<GLColor32F> colors = { in TEST_P() local
105 std::vector<GLColor32F> colors = { in TEST_P() local
/third_party/node/deps/npm/node_modules/@colors/colors/
Dsafe.js9 var colors = require('./lib/colors'); variable

12345678910>>...19