Searched defs:cyan (Results 1 – 11 of 11) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | colorspace-private.h | 45 cyan, in ConvertRGBToCMYK() local
|
D | colorspace.c | 120 const double blue,double *cyan,double *magenta,double *yellow) in ConvertRGBToCMY() 1327 static inline void ConvertCMYToRGB(const double cyan,const double magenta, in ConvertCMYToRGB()
|
D | pixel-accessor.h | 729 const Quantum cyan,Quantum *magick_restrict pixel) in SetPixelCyan()
|
/external/autotest/client/deps/glbench/src/ |
D | trianglesetuptest.cc | 85 const GLfloat cyan[4] = {0.0f, 0.5f, 0.5f, 1.0f}; in Run() local
|
/external/ImageMagick/MagickWand/ |
D | pixel-wand.c | 1799 WandExport void PixelSetCyan(PixelWand *wand,const double cyan) in PixelSetCyan() 1832 WandExport void PixelSetCyanQuantum(PixelWand *wand,const Quantum cyan) in PixelSetCyanQuantum()
|
/external/libnl/python/netlink/ |
D | util.py | 42 def cyan(t): function
|
/external/jline/src/src/main/java/jline/ |
D | ANSIBuffer.java | 91 public ANSIBuffer cyan(final String str) { in cyan() method in ANSIBuffer
|
/external/ImageMagick/Magick++/lib/ |
D | Color.cpp | 498 void Magick::ColorCMYK::cyan(const double cyan_) in cyan() function in Magick::ColorCMYK 503 double Magick::ColorCMYK::cyan(void) const in cyan() function in Magick::ColorCMYK
|
/external/python/cpython2/Mac/Modules/cg/ |
D | _CGmodule.c | 749 float cyan; in CGContextRefObj_CGContextSetCMYKFillColor() local 775 float cyan; in CGContextRefObj_CGContextSetCMYKStrokeColor() local
|
/external/python/cpython3/Lib/test/ |
D | test_enum.py | 881 cyan = 4 variable in TestEnum.test_extending.MoreColor 1492 cyan = 4 variable in TestEnum.test_extending2.MoreColor 1504 cyan = 4 variable in TestEnum.test_extending3.MoreColor
|
/external/doclava/res/assets/templates-sdk/assets/js/ |
D | android_3p-bundle.js | 2714 …?b:(c=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(b))?[parseInt(c[1],10…
|