Searched defs:Black (Results 1 - 6 of 6) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_report_decorator.h33 const char *Black() const { return ansi_ ? "\033[1m\033[30m" : ""; } function in class:__sanitizer::SanitizerCommonDecorator
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusColor.h51 Argb = (ARGB)Color::Black;
156 Black = 0xff000000, enumerator in enum:Color::__anon28774
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmssamp.c36 // Black point detection -------------------------------------------------------------------------
69 cmsUInt16Number *Black; local
79 // If the profile does not support input direction, assume Black point 0
93 if (!_cmsEndPointsBySpace(Space, NULL, &Black, &nChannels)) {
124 cmsDoTransform(xform, Black, &Lab, 1);
187 // avoid huge tint when doing Black point compensation. This function does
213 // well specified enough to use it. Black point tag is deprecated in V4.
247 // Black point is absolute XYZ, so adapt to D50 to get PCS value
401 // well specified enough to use it. Black point tag is deprecated in V4.
H A Dcmspcs.c700 cmsUInt16Number **Black,
719 if (Black) *Black = Grayblack;
724 if (Black) *Black = RGBblack;
729 if (Black) *Black = LABblack;
734 if (Black) *Black = CMYKblack;
739 if (Black) *Blac
698 _cmsEndPointsBySpace(cmsColorSpaceSignature Space, cmsUInt16Number **White, cmsUInt16Number **Black, cmsUInt32Number *nOutputs) argument
[all...]
H A Dcmsps2.c375 // Emits White & Black point. White point is always D50, Black point is the device
376 // Black point adapted to D50.
598 cmsUInt16Number* Black; local
602 if (!_cmsEndPointsBySpace(sc ->ColorSpace, &White, &Black, &nOutputs))
1113 Black point compensation plus chromatic adaptation:
1122 Step 2 - Black point compensation
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPODRedBlackTree.h248 Black enumerator in enum:blink::PODRedBlackTree::Color
420 // Red-Black tree operations
507 x->parent()->setColor(Black);
508 y->setColor(Black);
523 x->parent()->setColor(Black);
534 x->parent()->setColor(Black);
535 y->setColor(Black);
550 x->parent()->setColor(Black);
560 m_root->setColor(Black);
568 while (x != m_root && (!x || x->color() == Black)) {
[all...]

Completed in 425 milliseconds