/external/skqp/gm/ |
D | gradients_degenerate.cpp | 15 static const SkColor COLORS[] = { SK_ColorRED, SK_ColorWHITE, SK_ColorBLUE, variable 18 static const int COLOR_CT = SK_ARRAY_COUNT(COLORS); 78 return SkGradientShader::MakeLinear(pts, COLORS, POS, COLOR_CT, mode); in make_linear() 83 return SkGradientShader::MakeRadial(CENTER, 0.0, COLORS, POS, COLOR_CT, mode); in make_radial() 89 return SkGradientShader::MakeSweep(CENTER.fX, CENTER.fY, COLORS, POS, COLOR_CT, mode, in make_sweep() 95 return SkGradientShader::MakeSweep(CENTER.fX, CENTER.fY, COLORS, POS, COLOR_CT, mode, in make_sweep_zero_ang() 102 COLORS, POS, COLOR_CT, mode); in make_2pt_conic() 107 return SkGradientShader::MakeTwoPointConical(CENTER, 0.0, CENTER, 0.0, COLORS, POS, in make_2pt_conic_zero_rad()
|
D | analytic_gradients.cpp | 60 const SkColor COLORS[] = { variable 82 const int COLOR_COUNT = SK_ARRAY_COUNT(COLORS); 156 colors[i] = COLORS[j % COLOR_COUNT]; in onDraw()
|
/external/skia/gm/ |
D | gradients_degenerate.cpp | 28 static const SkColor COLORS[] = { SK_ColorRED, SK_ColorWHITE, SK_ColorBLUE, variable 31 static const int COLOR_CT = SK_ARRAY_COUNT(COLORS); 94 return SkGradientShader::MakeLinear(pts, COLORS, POS, COLOR_CT, mode); in make_linear() 99 return SkGradientShader::MakeRadial(CENTER, 0.0, COLORS, POS, COLOR_CT, mode); in make_radial() 105 return SkGradientShader::MakeSweep(CENTER.fX, CENTER.fY, COLORS, POS, COLOR_CT, mode, in make_sweep() 111 return SkGradientShader::MakeSweep(CENTER.fX, CENTER.fY, COLORS, POS, COLOR_CT, mode, in make_sweep_zero_ang() 118 COLORS, POS, COLOR_CT, mode); in make_2pt_conic() 123 return SkGradientShader::MakeTwoPointConical(CENTER, 0.0, CENTER, 0.0, COLORS, POS, in make_2pt_conic_zero_rad()
|
D | analytic_gradients.cpp | 72 const SkColor COLORS[] = { variable 94 const int COLOR_COUNT = SK_ARRAY_COUNT(COLORS); 168 colors[i] = COLORS[j % COLOR_COUNT]; in onDraw()
|
/external/rust/crates/plotters/src/style/ |
D | palette.rs | 4 const COLORS: &'static [(u8, u8, u8)]; constant 21 const COLORS: &'static [(u8, u8, u8)] = &[ constant 47 const COLORS: &'static [(u8, u8, u8)] = &[ constant 61 const COLORS: &'static [(u8, u8, u8)] = constant
|
D | color.rs | 75 PaletteColor(idx % P::COLORS.len(), PhantomData) in pick() 83 rgb: P::COLORS[self.0], in color()
|
/external/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/ |
D | DynamicActivity.kt | 12 private val COLORS = arrayOf( in <lambda>() constant 38 colorIndex = (colorIndex + 1) % COLORS.size in <lambda>() 69 animationView.addValueCallback(shirt, LottieProperty.COLOR) { COLORS[colorIndex] } in <lambda>() 70 animationView.addValueCallback(leftArm, LottieProperty.COLOR) { COLORS[colorIndex] } in <lambda>() 71 animationView.addValueCallback(rightArm, LottieProperty.COLOR) { COLORS[colorIndex] } in <lambda>()
|
/external/python/cpython2/Lib/curses/ |
D | __init__.py | 49 curses.COLORS = _curses.COLORS
|
/external/python/cpython3/Lib/curses/ |
D | __init__.py | 46 curses.COLORS = _curses.COLORS
|
/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/tracking/ |
D | MultiBoxTracker.java | 61 private static final int[] COLORS = { field in MultiBoxTracker 99 for (final int color : COLORS) { in MultiBoxTracker() 288 trackedRecognition.color = COLORS[trackedObjects.size()]; in processResults() 291 if (trackedObjects.size() >= COLORS.length) { in processResults()
|
/external/selinux/libselinux/src/ |
D | file_path_suffixes.h | 24 S_(COLORS, "/secolor.conf")
|
D | selinux_config.c | 44 #define COLORS 20 macro 442 return get_path(COLORS); in hidden_def()
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/ |
D | CalendarFrame.java | 139 monthLabel[i] = new ColoredLabel("", COLORS[i]); in init() 246 calendarPanel.setColor(i, COLORS[i]); in init() 442 static final Color[] COLORS = { Color.blue, Color.black }; field in CalendarFrame
|
/external/ImageMagick/config/ |
D | ImageMagick.rc | 52 COLORS.XML IMAGEMAGICK DISCARDABLE "..\\bin\\colors.xml"
|
/external/python/cpython2/Doc/library/ |
D | curses.rst | 107 *color_number*, which must be between ``0`` and :const:`COLORS`. A 3-tuple is 273 :const:`COLORS`. Each of *r*, *g*, *b*, must be a value between ``0`` and 286 :const:`COLORS`. If the color-pair was previously initialized, the screen is 529 module, :const:`COLORS` and :const:`COLOR_PAIRS`, containing the maximum number
|
/external/python/cffi/demo/ |
D | _curses.py | 1019 globals()["COLORS"] = lib.COLORS
|
/external/python/cpython3/Doc/library/ |
D | curses.rst | 115 *color_number*, which must be between ``0`` and :const:`COLORS`. Return a 3-tuple, 281 :const:`COLORS`. Each of *r*, *g*, *b*, must be a value between ``0`` and 294 :const:`COLORS`. If the color-pair was previously initialized, the screen is 564 module, :const:`COLORS` and :const:`COLOR_PAIRS`, containing the maximum number
|
/external/flac/man/ |
D | metaflac.sgml | 317 <para>[TYPE]|[MIME-TYPE]|[DESCRIPTION]|[WIDTHxHEIGHTxDEPTH[/COLORS]]|FILE</para>
|
D | flac.sgml | 391 <para>[TYPE]|[MIME-TYPE]|[DESCRIPTION]|[WIDTHxHEIGHTxDEPTH[/COLORS]]|FILE</para>
|
/external/python/cpython3/Modules/ |
D | _cursesmodule.c | 4049 c = PyLong_FromLong((long) COLORS); in _curses_start_color_impl()
|
/external/python/cpython2/Modules/ |
D | _cursesmodule.c | 2500 c = PyInt_FromLong((long) COLORS); in PyCurses_Start_Color()
|
/external/python/cpython3/Doc/howto/ |
D | logging-cookbook.rst | 2877 COLORS = { 2954 color = self.COLORS.get(record.levelno, 'black')
|