HomeSort by relevance Sort by last modified time
    Searched refs:Black (Results 1 - 25 of 40) sorted by null

1 2

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_report_decorator.h 33 const char *Black() const { return ansi_ ? "\033[1m\033[30m" : ""; }
  /prebuilts/go/darwin-x86/src/image/
names.go 12 // Black is an opaque black uniform image.
13 Black = NewUniform(color.Black)
  /prebuilts/go/linux-x86/src/image/
names.go 12 // Black is an opaque black uniform image.
13 Black = NewUniform(color.Black)
  /frameworks/base/libs/hwui/utils/
Color.h 51 Black = 0xFF000000,
57 static_assert(Color::Black == SK_ColorBLACK, "color format has changed");
  /frameworks/base/libs/hwui/tests/common/scenes/
OvalAnimation.cpp 37 paint.setColor(Color::Black);
GlyphStressAnimation.cpp 55 paint.setColor(Color::Black);
TextAnimation.cpp 40 paint.setColor(Color::Black);
ListViewAnimation.cpp 134 textPaint.setColor(rand() % 2 ? Color::Black : Color::Grey_500);
  /external/roboto-fonts/
fonts.mk 20 Roboto-Black.ttf \
Android.mk 56 $(eval $(call create-font-symlink,Roboto-Black.ttf,Roboto-Bold.ttf))
71 Roboto-Black.ttf \
  /external/pdfium/third_party/lcms2-2.6/src/
cmspcs.c 700 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) *Black = CMYblack
    [all...]
cmssamp.c 33 // This file contains routines for resampling and LUT optimization, black point detection
34 // and black preservation.
36 // Black point detection -------------------------------------------------------------------------
61 // Use darker colorants to obtain black point. This works in the relative colorimetric intent and
69 cmsUInt16Number *Black;
79 // If the profile does not support input direction, assume Black point 0
89 // Try to get black by using black colorant
93 if (!_cmsEndPointsBySpace(Space, NULL, &Black, &nChannels)) {
118 // Something went wrong. Get rid of open resources and return zero as black
    [all...]
cmsps2.c 375 // Emits White & Black point. White point is always D50, Black point is the device
376 // Black point adapted to D50.
598 cmsUInt16Number* Black;
602 if (!_cmsEndPointsBySpace(sc ->ColorSpace, &White, &Black, &nOutputs))
1113 Black point compensation plus chromatic adaptation:
1122 Step 2 - Black point compensation
    [all...]
  /external/skia/src/sfnt/
SkOTTable_OS_2_V0.h 36 ((Black, SkTEndian_SwapBE16(900)))
SkPanose.h 66 ((Black, 10))
246 ((Black, 10))
394 ((Black, 10))
SkOTTable_OS_2_V1.h 34 ((Black, SkTEndian_SwapBE16(900)))
SkOTTable_OS_2_V2.h 34 ((Black, SkTEndian_SwapBE16(900)))
  /prebuilts/go/darwin-x86/doc/progs/
image_draw.go 47 src := image.Black
59 src := image.Black
  /prebuilts/go/linux-x86/doc/progs/
image_draw.go 47 src := image.Black
59 src := image.Black
  /external/mesa3d/docs/OLD/
MESA_packed_depth_stencil.spec 95 CMYK_EXT Color Cyan, Magenta, Yellow, Black components
96 CMYKA_EXT Color Cyan, Magenta, Yellow, Black, A components
181 CMYK_EXT cyan magenta yellow black
  /frameworks/base/libs/hwui/tests/unit/
BakedOpDispatcherTests.cpp 205 canvas.drawColor(Color::Black, SkXfermode::Mode::kSrcOver_Mode);
245 // 0 - Black layer fill
247 EXPECT_EQ(makeFloatColor(Color::Black), glop.fill.color);
GlopBuilderTests.cpp 111 glop->fill.color.set(Color::Black);
RecordingCanvasTests.cpp 252 canvas.drawColor(Color::Black, SkXfermode::kSrcOver_Mode);
764 colors[0] = Color::Black;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluscolor.h 68 static const ARGB Black = 0xFF000000;
  /external/compiler-rt/lib/ubsan/
ubsan_diag.cc 100 const char *Note() const { return Black(); }

Completed in 502 milliseconds

1 2