HomeSort by relevance Sort by last modified time
    Searched defs:black (Results 1 - 25 of 124) sorted by null

1 2 3 4 5

  /external/skia/tests/
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/skqp/tests/
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/
accelerate-kernels-private.h 49 black; member in struct:_FloatPixelPacket
86 CMYKColorspace, /* negared linear RGB with black separated */
    [all...]
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...]
quantum-export.c 1957 black, local
2215 black, local
    [all...]
quantum-import.c 2033 black, local
    [all...]
  /external/ImageMagick/coders/
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
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/
texdata.cpp 30 // black | gray
34 const SkPMColor black = SkPackARGB32(0x00, 0x00, 0x00, 0x00); local
55 pixels[offset + y * kStride + x] = black;
  /external/skqp/gm/
texdata.cpp 30 // black | gray
34 const SkPMColor black = SkPackARGB32(0x00, 0x00, 0x00, 0x00); local
55 pixels[offset + y * kStride + x] = black;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/
Enum.py 146 black = 7 variable in class:_test.ExtendedColor
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/newmetaclasses/
Enum.py 111 black = 7 variable in class:_test.ExtendedColor
153 black = 7 variable in class:_test2.ExtendedColor
  /external/ltp/utils/ffsb-6.0-rc2/
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 tree *
    [all...]
  /external/python/cpython2/Demo/metaclasses/
Enum.py 146 black = 7 variable in class:_test.ExtendedColor
  /external/python/cpython2/Demo/newmetaclasses/
Enum.py 111 black = 7 variable in class:_test.ExtendedColor
153 black = 7 variable in class:_test2.ExtendedColor
  /prebuilts/misc/windows/sdl2/test/
testshape.c 49 SDL_Color black = {0,0,0,0xff}; local
96 pictures[i].mode.parameters.colorKey = black;
  /external/libnl/python/netlink/
util.py 24 def black(t): function
  /external/pdfium/fxbarcode/pdf417/
BC_PDF417.cpp 488 bool black = ((pattern & map) != 0); local
489 if (last == black) {
493 last = black;
    [all...]
  /frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/view/
IllustrationVideoViewTest.java 138 @RawRes int black = android.R.color.black; local
139 mView.setVideoResource(black);
141 assertEquals(android.R.color.black, ShadowMockMediaPlayer.sResId);
  /device/generic/goldfish/camera/
EmulatedFakeCameraDevice.cpp 243 bool black = true; local
255 // before resetting it back. This allows for the gray to black transition.
265 // Are we in the gray or black zone?
267 black = false;
269 black = !black;
282 bool current = black;
302 black = !black;
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedFakeCameraDevice.cpp 239 bool black = true; local
247 if ((mCheckX / size) & 1) black = false;
248 if ((mCheckY / size) & 1) black = !black;
263 bool current = black;
290 black = !black;
  /external/deqp/framework/common/
tcuRGBA.hpp 101 static inline const RGBA black (void) { return RGBA(0x0, 0x0, 0x0, 0xFF); } function in class:tcu::RGBA
  /external/dng_sdk/source/
dng_ifd.cpp 3657 const real64 black = fBlackLevel [j][k][s]; local
    [all...]
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);
    [all...]
  /external/jline/src/src/main/java/jline/
ANSIBuffer.java 79 public ANSIBuffer black(final String str) { method in class:ANSIBuffer
256 * 30 Black
266 * 40 Black

Completed in 602 milliseconds

1 2 3 4 5