Searched defs:black (Results 1 - 25 of 48) sorted by relevance

12

/external/skia/tests/
H A DPDFOpaqueSrcModeToSrcOverTest.cpp15 SkPaint black; local
21 c->drawRect(SkRect::MakeXYWH(36.0f, 36.0f, 9.0f, 9.0f), black);
23 c->drawRect(SkRect::MakeXYWH(108.0f, 108.0f, 9.0f, 9.0f), black);
/external/ImageMagick/MagickCore/
H A Daccelerate-kernels-private.h49 black; member in struct:_FloatPixelPacket
86 CMYKColorspace, /* negared linear RGB with black separated */
1171 const float4 white, const float4 black)
1187 if (getRedF4(white) != getRedF4(black))
1197 if (getGreenF4(white) != getGreenF4(black))
1207 if (getBlueF4(white) != getBlueF4(black))
1217 if (getAlphaF4(white) != getAlphaF4(black))
1631 const float4 white, const float4 black)
1647 if (getRedF4(white) != getRedF4(black))
H A Dcolorspace-private.h33 pixel->black)+pixel->black)));
35 pixel->black)+pixel->black)));
37 pixel->black)+pixel->black)));
43 black, local
67 pixel->black=(MagickRealType) QuantumRange;
73 black=cyan;
74 if (magenta < black)
[all...]
H A Dquantum-export.c1959 black,
1965 black=0x00;
1969 black=0x01;
1976 *q|=(GetPixelLuma(image,p) < threshold ? black : white) << 7;
1978 *q|=(GetPixelLuma(image,p) < threshold ? black : white) << 6;
1980 *q|=(GetPixelLuma(image,p) < threshold ? black : white) << 5;
1982 *q|=(GetPixelLuma(image,p) < threshold ? black : white) << 4;
1984 *q|=(GetPixelLuma(image,p) < threshold ? black : white) << 3;
1986 *q|=(GetPixelLuma(image,p) < threshold ? black : white) << 2;
1988 *q|=(GetPixelLuma(image,p) < threshold ? black
1957 black, local
2215 black, local
[all...]
H A Dquantum-import.c2035 black,
2038 black=0;
2042 black=QuantumRange;
2049 SetPixelGray(image,((*p) & (1 << (7-bit))) == 0 ? black : white,q);
2056 SetPixelGray(image,((*p) & (0x01 << (7-bit))) == 0 ? black : white,q);
2033 black, local
H A Dhistogram.c291 node_info->list[i].black=(double) GetPixelBlack(image,p);
758 node_info->list[i].black=(double) GetPixelBlack(image,p);
894 % MagickBooleanType MinMaxStretchImage(Image *image,const double black, argument
901 % o black, white: move the black / white point inward from the minimum and
910 const double black,const double white,const double gamma,
930 min+=black;
950 min+=black;
1176 SetPixelBlack(unique_image,ClampToQuantum(p->black),q);
H A Dcolorspace.c589 black,
612 value=GetImageProperty(image,"reference-black",exception);
624 black=pow(10.0,(reference_black-reference_white)*(gamma/density)*0.002/
632 log10(black+(1.0*i/MaxMap)*(1.0-black))/((gamma/density)*0.002/
2052 black,
2075 value=GetImageProperty(image,"reference-black",exception);
2087 black=pow(10.0,(reference_black-reference_white)*(gamma/density)*0.002/
2092 logmap[i]=ClampToQuantum(QuantumRange/(1.0-black)*
2094 film_gamma)-black));
585 black, local
2046 black, local
[all...]
/external/pdfium/xfa/fxbarcode/pdf417/
H A DBC_PDF417BarcodeRow.cpp36 void CBC_BarcodeRow::set(int32_t x, bool black) { argument
37 m_row.SetAt(x, (uint8_t)(black ? 1 : 0));
39 void CBC_BarcodeRow::addBar(bool black, int32_t width) { argument
41 set(m_currentLocation++, black);
H A DBC_PDF417BarcodeMatrix.cpp47 void CBC_BarcodeMatrix::setMatrix(int32_t x, int32_t y, bool black) { argument
48 set(x, y, (uint8_t)(black ? 1 : 0));
H A DBC_PDF417.cpp487 bool black = ((pattern & map) != 0); local
488 if (last == black) {
492 last = black;
/external/ImageMagick/coders/
H A Ddebug.c238 black[MagickPathExtent];
240 (void) FormatLocaleString(black,MagickPathExtent,",%.20g ",
241 (double) pixel.black);
242 (void) ConcatenateMagickString(tuple,black,MagickPathExtent);
233 black[MagickPathExtent]; local
H A Dtxt.c478 black,
486 black=0.0;
516 &x_offset,&y_offset,&red,&green,&blue,&black,&alpha);
521 &y_offset,&red,&green,&blue,&black);
544 black*=0.01*range;
558 pixel.black=(MagickRealType) ScaleAnyToQuantum((QuantumAny) (black+0.5),
473 black, local
/external/skia/gm/
H A Dtexdata.cpp29 // black | gray
33 const SkPMColor black = SkPackARGB32(0x00, 0x00, 0x00, 0x00); local
54 pixels[offset + y * kStride + x] = black;
/external/ltp/utils/ffsb-6.0-rc2/
H A Drbt.h24 * Container class for a red-black tree ......
28 * 1. Every node is either red or black
29 * 2. The root node is black
30 * 3. Every leaf (NIL) is black
31 * 4. If a node is red, both its children are black
33 * contain the same number of black nodes
35 * Due to points 4 & 5, the depth of a red-black tree containing n nodes
53 /* Color enumeration for nodes of red-black tree */
62 typedef enum red_black_color {red, black} rb_color; enumerator in enum:red_black_color
64 /*! Representation of a node in a red-black tre
[all...]
/external/python/cpython2/Demo/metaclasses/
H A DEnum.py146 black = 7 variable in class:_test.ExtendedColor
/external/python/cpython2/Demo/newmetaclasses/
H A DEnum.py111 black = 7 variable in class:_test.ExtendedColor
153 black = 7 variable in class:_test2.ExtendedColor
/external/libnl/python/netlink/
H A Dutil.py24 def black(t): function
/external/deqp/framework/common/
H A DtcuRGBA.hpp101 static inline const RGBA black (void) { return RGBA(0x0, 0x0, 0x0, 0xFF); } function in class:tcu::RGBA
/external/jline/src/src/main/java/jline/
H A DANSIBuffer.java79 public ANSIBuffer black(final String str) { method in class:ANSIBuffer
/external/pdfium/fpdfsdk/javascript/
H A Dcolor.cpp21 {"black", get_black_static, set_black_static},
140 bool color::black(CJS_Runtime* pRuntime, function in class:color
/external/skia/src/core/
H A DSkBlitter_ARGB32.cpp274 SkPMColor black = (SkPMColor)(SK_A32_MASK << SK_A32_SHIFT); local
285 sk_memset32(device, black, count);
/external/dng_sdk/source/
H A Ddng_ifd.cpp2916 // Allow black in white previews even in color images since the
3657 const real64 black = fBlackLevel [j][k][s]; local
3659 if (black >= fWhiteLevel [s])
H A Ddng_render.cpp34 real64 black,
37 : fSlope ((white == black) ? 0.0f : 1.0 / (white - black))
38 , fBlack (black)
921 real64 black = fParams.Shadows () * local
926 black = Min_real64 (black, 0.99 * white);
929 black,
930 black);
33 dng_function_exposure_ramp(real64 white, real64 black, real64 minBlack) argument
/external/ImageMagick/Magick++/lib/
H A DColor.cpp222 quantumBlack(target_color.black);
259 pixel.black=_pixel->black;
336 _pixel->black=black_;
342 return(_pixel->black);
454 black(black_);
464 black(black_);
488 void Magick::ColorCMYK::black(const double black_) function in class:Magick::ColorCMYK
493 double Magick::ColorCMYK::black(void) const function in class:Magick::ColorCMYK
/external/ImageMagick/MagickWand/
H A Dpixel-wand.c581 % PixelGetBlack() returns the normalized black color of the pixel wand.
598 return((double) QuantumScale*wand->pixel.black);
613 % PixelGetBlackQuantum() returns the black color of the pixel wand.
630 return(ClampToQuantum(wand->pixel.black));
776 (double) (QuantumScale*wand->pixel.black));
1134 return((Quantum) wand->pixel.black);
1312 (QuantumRange-wand->pixel.black)+wand->pixel.black));
1314 (QuantumRange-wand->pixel.black)+wand->pixel.black));
1557 PixelSetBlack(PixelWand *wand,const double black) argument
1590 PixelSetBlackQuantum(PixelWand *wand,const Quantum black) argument
[all...]

Completed in 5869 milliseconds

12