/external/skia/tests/ |
H A D | PDFOpaqueSrcModeToSrcOverTest.cpp | 15 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 D | accelerate-kernels-private.h | 49 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 D | colorspace-private.h | 33 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 D | quantum-export.c | 1959 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 D | quantum-import.c | 2035 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 D | histogram.c | 291 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 D | colorspace.c | 589 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 D | BC_PDF417BarcodeRow.cpp | 36 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 D | BC_PDF417BarcodeMatrix.cpp | 47 void CBC_BarcodeMatrix::setMatrix(int32_t x, int32_t y, bool black) { argument 48 set(x, y, (uint8_t)(black ? 1 : 0));
|
H A D | BC_PDF417.cpp | 487 bool black = ((pattern & map) != 0); local 488 if (last == black) { 492 last = black;
|
/external/ImageMagick/coders/ |
H A D | debug.c | 238 black[MagickPathExtent]; 240 (void) FormatLocaleString(black,MagickPathExtent,",%.20g ", 241 (double) pixel.black); 242 (void) ConcatenateMagickString(tuple,black,MagickPathExtent); 233 black[MagickPathExtent]; local
|
H A D | txt.c | 478 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 D | texdata.cpp | 29 // 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 D | rbt.h | 24 * 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 D | Enum.py | 146 black = 7 variable in class:_test.ExtendedColor
|
/external/python/cpython2/Demo/newmetaclasses/ |
H A D | Enum.py | 111 black = 7 variable in class:_test.ExtendedColor 153 black = 7 variable in class:_test2.ExtendedColor
|
/external/libnl/python/netlink/ |
H A D | util.py | 24 def black(t): function
|
/external/deqp/framework/common/ |
H A D | tcuRGBA.hpp | 101 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 D | ANSIBuffer.java | 79 public ANSIBuffer black(final String str) { method in class:ANSIBuffer
|
/external/pdfium/fpdfsdk/javascript/ |
H A D | color.cpp | 21 {"black", get_black_static, set_black_static}, 140 bool color::black(CJS_Runtime* pRuntime, function in class:color
|
/external/skia/src/core/ |
H A D | SkBlitter_ARGB32.cpp | 274 SkPMColor black = (SkPMColor)(SK_A32_MASK << SK_A32_SHIFT); local 285 sk_memset32(device, black, count);
|
/external/dng_sdk/source/ |
H A D | dng_ifd.cpp | 2916 // 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 D | dng_render.cpp | 34 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 D | Color.cpp | 222 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 D | pixel-wand.c | 581 % 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...] |