/external/ImageMagick/MagickCore/ |
D | color-private.h | 40 start_color[MagickPathExtent] = "white", in GetColorRange() local 51 (void) CopyMagickString(start_color,color,MagickPathExtent); in GetColorRange() 52 for (p=start_color; (*p != '-') && (*p != '\0'); p++) in GetColorRange() 63 status=QueryColorCompliance(start_color,AllCompliance,start,exception); in GetColorRange()
|
D | threshold.c | 1220 const PixelInfo *start_color,const PixelInfo *stop_color, in ColorThresholdImage() argument 1265 start=(*start_color); in ColorThresholdImage() 1271 ConvertRGBToHCL(start_color->red,start_color->green,start_color->blue, in ColorThresholdImage() 1279 ConvertRGBToHSB(start_color->red,start_color->green,start_color->blue, in ColorThresholdImage() 1287 ConvertRGBToHSL(start_color->red,start_color->green,start_color->blue, in ColorThresholdImage() 1295 ConvertRGBToHSV(start_color->red,start_color->green,start_color->blue, in ColorThresholdImage() 1303 ConvertRGBToHWB(start_color->red,start_color->green,start_color->blue, in ColorThresholdImage() 1311 ConvertRGBToLab(start_color->red,start_color->green,start_color->blue, in ColorThresholdImage()
|
/external/ImageMagick/coders/ |
D | gradient.c | 170 start_color[MagickPathExtent], in ReadGRADIENTImage() local 195 (void) CopyMagickString(start_color,"white",MagickPathExtent); in ReadGRADIENTImage() 202 (void) CopyMagickString(start_color,image_info->filename, in ReadGRADIENTImage() 204 for (p=start_color; (*p != '-') && (*p != '\0'); p++) in ReadGRADIENTImage() 220 (void) CopyMagickString(read_info->filename,start_color,MagickPathExtent); in ReadGRADIENTImage() 233 status=QueryColorCompliance(start_color,AllCompliance,&stops[0].color, in ReadGRADIENTImage()
|
/external/python/cpython3/Lib/curses/ |
D | __init__.py | 42 def start_color(): function 44 retval = _curses.start_color() 90 start_color()
|
/external/python/cpython2/Lib/curses/ |
D | __init__.py | 45 def start_color(): function 47 retval = _curses.start_color()
|
D | wrapper.py | 39 curses.start_color()
|
/external/skqp/bench/ |
D | RotatedRectBench.cpp | 30 static inline SkColor start_color(ColorType ct) { in start_color() function 91 SkColor color = start_color(fColorType); in onDraw()
|
/external/skia/bench/ |
D | RotatedRectBench.cpp | 30 static inline SkColor start_color(ColorType ct) { in start_color() function 89 SkColor color = start_color(fColorType); in onDraw()
|
/external/harfbuzz_ng/test/shaping/ |
D | hb_test_tools.py | 94 def start_color (c): return '' member in ColorFormatter.Null 104 def start_color (c): member in ColorFormatter.ANSI 120 def start_color (c): member in ColorFormatter.HTML 175 oo[i] += self.formatter.start_color (self.colors[i])
|
/external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderRendering.cpp | 3543 tcu::Vec4 start_color; in verify() local 3567 start_color = tcu::Vec4(1.0f, 0.0f, 0.0f, 0.0f); in verify() 3581 start_color = tcu::Vec4(0.0f, 1.0f, 0.0f, 0.0f); in verify() 3595 start_color = tcu::Vec4(0.0f, 0.0f, 1.0f, 0.0f); in verify() 3609 start_color = tcu::Vec4(0.0f, 0.0f, 0.0f, 1.0f); in verify() 3639 reference_rgba[n_channel] = start_color[n_channel] + in verify() 3640 (end_color[n_channel] - start_color[n_channel]) * float(n_point) / 7.0f; in verify()
|
/external/autotest/client/profilers/powertop/src/ |
D | display.c | 118 start_color(); in initialize_curses()
|
/external/python/cffi/demo/ |
D | _curses.py | 1017 def start_color(): function 1018 _check_ERR(lib.start_color(), "start_color")
|
/external/llvm-project/lldb/utils/lui/ |
D | cui.py | 192 curses.start_color()
|
/external/python/cpython2/Lib/test/ |
D | test_curses.py | 270 curses.start_color()
|
/external/toybox/kconfig/lxdialog/ |
D | util.c | 226 start_color(); in color_setup()
|
/external/python/cpython3/Lib/test/ |
D | test_curses.py | 285 curses.start_color()
|
/external/python/cpython2/Doc/howto/ |
D | curses.rst | 308 To use color, you must call the :func:`start_color` function soon after calling 329 :func:`start_color` initializes 8 basic colors when it activates color mode.
|
/external/mesa3d/src/freedreno/perfcntrs/ |
D | fdperf.c | 854 start_color(); in main_ui()
|
/external/python/cpython3/Doc/howto/ |
D | curses.rst | 376 To use color, you must call the :func:`~curses.start_color` function soon 403 Colors are numbered, and :func:`start_color` initializes 8 basic
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | curses_ui.py | 408 curses.start_color()
|
/external/python/cpython2/Doc/library/ |
D | curses.rst | 521 .. function:: start_color() 527 :func:`start_color` initializes eight basic colors (black, red, green, yellow,
|
/external/python/cpython3/Modules/ |
D | _cursesmodule.c | 4046 code = start_color(); in _curses_start_color_impl()
|
/external/python/cpython3/Doc/library/ |
D | curses.rst | 556 .. function:: start_color() 562 :func:`start_color` initializes eight basic colors (black, red, green, yellow,
|
/external/python/cpython2/Modules/ |
D | _cursesmodule.c | 2497 code = start_color(); in PyCurses_Start_Color()
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 11576 start_color, in Mogrify() local 11579 (void) QueryColorCompliance("black",AllCompliance,&start_color, in Mogrify() 11585 AllCompliance,&start_color,exception); in Mogrify() 11590 (void) ColorThresholdImage(image,&start_color,&stop_color,exception); in Mogrify()
|