Home
last modified time | relevance | path

Searched refs:gamut (Results 1 – 14 of 14) sorted by relevance

/external/skia/site/user/sample/
Dcolor.md7 A color space is a **gamut** and a **transfer function**.
10 device. Being gamut correct means that we will display colors as the designer intended and
11 consistently across display devices. A common problem with new “wide gamut” devices and
59 The gamut transform is a new operation (3x3 matrix) in the pipeline, but with similar properties:
81 // Choose a common gamut and a common transfer function
91 is in the sRGB gamut and encoded with the sRGB transfer function.
95 can be in any gamut, but must have a linear transfer function.
/external/skia/include/core/
DSkColorSpace.h96 static sk_sp<SkColorSpace> MakeRGB(RenderTargetGamma gamma, Gamut gamut);
98 static sk_sp<SkColorSpace> MakeRGB(const SkColorSpaceTransferFn& coeffs, Gamut gamut);
/external/skia/src/core/
DSkColorSpacePriv.h54 static inline void to_xyz_d50(SkMatrix44* toXYZD50, SkColorSpace::Gamut gamut) { in to_xyz_d50() argument
55 switch (gamut) { in to_xyz_d50()
DSkColorSpace.cpp186 sk_sp<SkColorSpace> SkColorSpace::MakeRGB(RenderTargetGamma gamma, Gamut gamut) { in MakeRGB() argument
188 to_xyz_d50(&toXYZD50, gamut); in MakeRGB()
192 sk_sp<SkColorSpace> SkColorSpace::MakeRGB(const SkColorSpaceTransferFn& coeffs, Gamut gamut) { in MakeRGB() argument
194 to_xyz_d50(&toXYZD50, gamut); in MakeRGB()
/external/skia/tools/flags/
DSkCommonFlagsConfig.cpp355 SkColorSpace::Gamut gamut = SkColorSpace::kSRGB_Gamut; in parse_option_gpu_color() local
358 *outColorSpace = SkColorSpace::MakeRGB(gamma, gamut); in parse_option_gpu_color()
/external/autotest/test_suites/
Dcontrol.cr50_stress17 This suite is meant to cover the full gamut of stress long running cr50 stress
Dcontrol.stress318 meant to cover the full gamut of stress long running stress tests. Other stress
Dcontrol.stress518 meant to cover the full gamut of stress long running stress tests. Other stress
Dcontrol.stress218 meant to cover the full gamut of stress long running stress tests. Other stress
Dcontrol.stress418 meant to cover the full gamut of stress long running stress tests. Other stress
Dcontrol.stress18 meant to cover the full gamut of stress long running stress tests. Other stress
/external/skia/gm/
Dgamut.cpp205 DEF_SIMPLE_GM_BG(gamut, canvas, gTestWidth, gTestHeight, SK_ColorBLACK) { in DEF_SIMPLE_GM_BG() argument
/external/skia/gn/
Dgm.gni139 "$_gm/gamut.cpp",
/external/skia/
DAndroid.bp1067 "gm/gamut.cpp",
1963 "gm/gamut.cpp",