Home
last modified time | relevance | path

Searched refs:start_color (Results 1 – 25 of 28) sorted by relevance

12

/external/ImageMagick/MagickCore/
Dcolor-private.h40 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()
Dthreshold.c1220 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/
Dgradient.c170 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__.py42 def start_color(): function
44 retval = _curses.start_color()
90 start_color()
/external/python/cpython2/Lib/curses/
D__init__.py45 def start_color(): function
47 retval = _curses.start_color()
Dwrapper.py39 curses.start_color()
/external/skqp/bench/
DRotatedRectBench.cpp30 static inline SkColor start_color(ColorType ct) { in start_color() function
91 SkColor color = start_color(fColorType); in onDraw()
/external/skia/bench/
DRotatedRectBench.cpp30 static inline SkColor start_color(ColorType ct) { in start_color() function
89 SkColor color = start_color(fColorType); in onDraw()
/external/harfbuzz_ng/test/shaping/
Dhb_test_tools.py94 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/
DesextcGeometryShaderRendering.cpp3543 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/
Ddisplay.c118 start_color(); in initialize_curses()
/external/python/cffi/demo/
D_curses.py1017 def start_color(): function
1018 _check_ERR(lib.start_color(), "start_color")
/external/llvm-project/lldb/utils/lui/
Dcui.py192 curses.start_color()
/external/python/cpython2/Lib/test/
Dtest_curses.py270 curses.start_color()
/external/toybox/kconfig/lxdialog/
Dutil.c226 start_color(); in color_setup()
/external/python/cpython3/Lib/test/
Dtest_curses.py285 curses.start_color()
/external/python/cpython2/Doc/howto/
Dcurses.rst308 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/
Dfdperf.c854 start_color(); in main_ui()
/external/python/cpython3/Doc/howto/
Dcurses.rst376 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/
Dcurses_ui.py408 curses.start_color()
/external/python/cpython2/Doc/library/
Dcurses.rst521 .. function:: start_color()
527 :func:`start_color` initializes eight basic colors (black, red, green, yellow,
/external/python/cpython3/Modules/
D_cursesmodule.c4046 code = start_color(); in _curses_start_color_impl()
/external/python/cpython3/Doc/library/
Dcurses.rst556 .. function:: start_color()
562 :func:`start_color` initializes eight basic colors (black, red, green, yellow,
/external/python/cpython2/Modules/
D_cursesmodule.c2497 code = start_color(); in PyCurses_Start_Color()
/external/ImageMagick/PerlMagick/
DMagick.xs11576 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()

12