Searched refs:gamut (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/hwui/utils/ |
D | Color.cpp | 67 skcms_Matrix3x3 gamut; in DataSpaceToColorSpace() local 70 gamut = SkNamedGamut::kSRGB; in DataSpaceToColorSpace() 73 gamut = SkNamedGamut::kRec2020; in DataSpaceToColorSpace() 76 gamut = SkNamedGamut::kDCIP3; in DataSpaceToColorSpace() 79 gamut = SkNamedGamut::kAdobeRGB; in DataSpaceToColorSpace() 97 return SkColorSpace::MakeRGB(SkNamedTransferFn::kLinear, gamut); in DataSpaceToColorSpace() 99 return SkColorSpace::MakeRGB(SkNamedTransferFn::kSRGB, gamut); in DataSpaceToColorSpace() 101 return SkColorSpace::MakeRGB({2.2f, 1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f}, gamut); in DataSpaceToColorSpace() 103 return SkColorSpace::MakeRGB({2.6f, 1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f}, gamut); in DataSpaceToColorSpace() 105 return SkColorSpace::MakeRGB({2.8f, 1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f}, gamut); in DataSpaceToColorSpace()
|
/frameworks/native/services/surfaceflinger/sysprop/ |
D | SurfaceFlingerProperties.sysprop | 101 # 1. is a wide color gamut display, typically DCI-P3 or lager 192 # expects to receive and output as well as the wide color gamut data space 193 # and pixel format for wide color gamut surfaces. 200 # and the chosen wide color gamut data space contents coexist; 229 # wide color gamut surfaces. 231 # valid wide color gamut data space. 234 # color gamut, meaning hasWideColorDisplay returns false. 244 # wide color gamut surfaces. If unspecified, the pixel format is 256 # If unspecified, the primaries is sRGB gamut by default.
|
/frameworks/base/core/proto/android/view/ |
D | display.proto | 25 // The default or native gamut of the display.
|
/frameworks/base/tools/aapt2/ |
D | Configuration.proto | 164 // Whether the screen supports wide color gamut.
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 1313 // Contains information about the color gamut and hdr mode of the screen.
|