HomeSort by relevance Sort by last modified time
    Searched defs:White (Results 1 - 7 of 7) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_report_decorator.h 40 const char *White() const { return ansi_ ? "\033[1m\033[37m" : ""; }
  /frameworks/base/libs/hwui/utils/
Color.h 52 White = 0xFFFFFFFF,
56 static_assert(Color::White == SK_ColorWHITE, "color format has changed");
  /external/pdfium/third_party/lcms2-2.6/src/
cmsio1.c 63 // Get a media white point fixing some issues found in certain old profiles
115 cmsCIEXYZ* White = (cmsCIEXYZ*) cmsReadTag(hProfile, cmsSigMediaWhitePointTag);
117 if (White == NULL) {
123 return _cmsAdaptationMatrix(Dest, NULL, White, cmsD50_XYZ());
    [all...]
cmscnvrt.c 179 // should come relative to the white point. Fills an matrix/offset element m
220 // Convert D50 across inverse CHAD to get the absolute white point
252 cmsCIEXYZ White;
256 cmsxyY2XYZ(&White, &ChromaticityOfWhite);
257 _cmsAdaptationMatrix(Chad, NULL, &White, cmsD50_XYZ());
294 // m2 holds CHAD from output white to D50 times abs. col. scaling
311 // m3 holds CHAD from input white to D50 times abs. col. scaling
    [all...]
cmsps2.c 280 int FixWhite; // Force mapping of pure white
375 // Emits White & Black point. White point is always D50, Black point is the device
599 cmsUInt16Number* White;
602 if (!_cmsEndPointsBySpace(sc ->ColorSpace, &White, &Black, &nOutputs))
606 Out[i] = White[i];
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1helper.h 338 White = 0xffffff,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluscolor.h 198 static const ARGB White = 0xFFFFFFFF;

Completed in 430 milliseconds