Home
last modified time | relevance | path

Searched refs:primaries (Results 1 – 25 of 34) sorted by relevance

12

/external/skqp/gm/
Dreadpixels.cpp93 static sk_sp<SkColorSpace> make_parametric_transfer_fn(const SkColorSpacePrimaries& primaries) { in make_parametric_transfer_fn() argument
95 SkAssertResult(primaries.toXYZD50(&toXYZD50)); in make_parametric_transfer_fn()
103 SkColorSpacePrimaries primaries; in make_wide_gamut() local
104 primaries.fRX = 0.7347f; in make_wide_gamut()
105 primaries.fRY = 0.2653f; in make_wide_gamut()
106 primaries.fGX = 0.1596f; in make_wide_gamut()
107 primaries.fGY = 0.8404f; in make_wide_gamut()
108 primaries.fBX = 0.0366f; in make_wide_gamut()
109 primaries.fBY = 0.0001f; in make_wide_gamut()
110 primaries.fWX = 0.34567f; in make_wide_gamut()
[all …]
/external/skia/gm/
Dreadpixels.cpp94 static sk_sp<SkColorSpace> make_parametric_transfer_fn(const SkColorSpacePrimaries& primaries) { in make_parametric_transfer_fn() argument
96 SkAssertResult(primaries.toXYZD50(&toXYZD50)); in make_parametric_transfer_fn()
104 SkColorSpacePrimaries primaries; in make_wide_gamut() local
105 primaries.fRX = 0.7347f; in make_wide_gamut()
106 primaries.fRY = 0.2653f; in make_wide_gamut()
107 primaries.fGX = 0.1596f; in make_wide_gamut()
108 primaries.fGY = 0.8404f; in make_wide_gamut()
109 primaries.fBX = 0.0366f; in make_wide_gamut()
110 primaries.fBY = 0.0001f; in make_wide_gamut()
111 primaries.fWX = 0.34567f; in make_wide_gamut()
[all …]
/external/icu/icu4c/source/i18n/
Dcollationfastlatin.cpp28 uint16_t *primaries, int32_t capacity) { in getOptions() argument
97 primaries[c] = (uint16_t)p; in getOptions()
101 for(UChar32 c = 0x30; c <= 0x39; ++c) { primaries[c] = 0; } in getOptions()
109 CollationFastLatin::compareUTF16(const uint16_t *table, const uint16_t *primaries, int32_t options, in compareUTF16() argument
139 leftPair = primaries[c]; in compareUTF16()
170 rightPair = primaries[c]; in compareUTF16()
448 CollationFastLatin::compareUTF8(const uint16_t *table, const uint16_t *primaries, int32_t options, in compareUTF8() argument
479 leftPair = primaries[c]; in compareUTF8()
489 leftPair = primaries[c]; in compareUTF8()
516 rightPair = primaries[c]; in compareUTF8()
[all …]
Dcollationfastlatin.h211 uint16_t *primaries, int32_t capacity);
213 static int32_t compareUTF16(const uint16_t *table, const uint16_t *primaries, int32_t options,
217 static int32_t compareUTF8(const uint16_t *table, const uint16_t *primaries, int32_t options,
Dcollationbuilder.cpp1390 CollationWeights primaries, secondaries, tertiaries; in makeTailoredCEs() local
1534 primaries.initForPrimary(isCompressible); in makeTailoredCEs()
1535 if(!primaries.allocWeights(p, pLimit, pCount)) { in makeTailoredCEs()
1542 p = primaries.nextWeight(); in makeTailoredCEs()
/external/skia/src/codec/
DSkPngCodec.cpp388 SkColorSpacePrimaries primaries; in read_color_space() local
389 primaries.fRX = png_fixed_point_to_float(chrm[2]); in read_color_space()
390 primaries.fRY = png_fixed_point_to_float(chrm[3]); in read_color_space()
391 primaries.fGX = png_fixed_point_to_float(chrm[4]); in read_color_space()
392 primaries.fGY = png_fixed_point_to_float(chrm[5]); in read_color_space()
393 primaries.fBX = png_fixed_point_to_float(chrm[6]); in read_color_space()
394 primaries.fBY = png_fixed_point_to_float(chrm[7]); in read_color_space()
395 primaries.fWX = png_fixed_point_to_float(chrm[0]); in read_color_space()
396 primaries.fWY = png_fixed_point_to_float(chrm[1]); in read_color_space()
399 if (!primaries.toXYZD50(&toXYZD50)) { in read_color_space()
/external/skqp/src/codec/
DSkPngCodec.cpp384 SkColorSpacePrimaries primaries; in read_color_space() local
385 primaries.fRX = png_fixed_point_to_float(chrm[2]); in read_color_space()
386 primaries.fRY = png_fixed_point_to_float(chrm[3]); in read_color_space()
387 primaries.fGX = png_fixed_point_to_float(chrm[4]); in read_color_space()
388 primaries.fGY = png_fixed_point_to_float(chrm[5]); in read_color_space()
389 primaries.fBX = png_fixed_point_to_float(chrm[6]); in read_color_space()
390 primaries.fBY = png_fixed_point_to_float(chrm[7]); in read_color_space()
391 primaries.fWX = png_fixed_point_to_float(chrm[0]); in read_color_space()
392 primaries.fWY = png_fixed_point_to_float(chrm[1]); in read_color_space()
395 if (!primaries.toXYZD50(&toXYZD50)) { in read_color_space()
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationFastLatin.java207 char[] primaries) { in getOptions() argument
211 if(primaries.length != LATIN_LIMIT) { in getOptions()
279 primaries[c] = (char)p; in getOptions()
283 for(int c = 0x30; c <= 0x39; ++c) { primaries[c] = 0; } in getOptions()
290 public static int compareUTF16(char[] table, char[] primaries, int options, in compareUTF16() argument
316 leftPair = primaries[c]; in compareUTF16()
352 rightPair = primaries[c]; in compareUTF16()
DCollationBuilder.java1134 CollationWeights primaries = new CollationWeights();
1277 primaries.initForPrimary(isCompressible);
1278 if(!primaries.allocWeights(p, pLimit, pCount)) {
1284 p = primaries.nextWeight();
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationFastLatin.java203 char[] primaries) { in getOptions() argument
207 if(primaries.length != LATIN_LIMIT) { in getOptions()
275 primaries[c] = (char)p; in getOptions()
279 for(int c = 0x30; c <= 0x39; ++c) { primaries[c] = 0; } in getOptions()
286 public static int compareUTF16(char[] table, char[] primaries, int options, in compareUTF16() argument
312 leftPair = primaries[c]; in compareUTF16()
348 rightPair = primaries[c]; in compareUTF16()
DCollationBuilder.java1130 CollationWeights primaries = new CollationWeights();
1273 primaries.initForPrimary(isCompressible);
1274 if(!primaries.allocWeights(p, pLimit, pCount)) {
1280 p = primaries.nextWeight();
/external/skqp/tools/viewer/
DViewer.cpp923 static void ImGui_Primaries(SkColorSpacePrimaries* primaries, SkPaint* gamutPaint) { in ImGui_Primaries() argument
940 ImVec2 r = ImGui_DragPrimary("R", &primaries->fRX, &primaries->fRY, pos, size); in ImGui_Primaries()
941 ImVec2 g = ImGui_DragPrimary("G", &primaries->fGX, &primaries->fGY, pos, size); in ImGui_Primaries()
942 ImVec2 b = ImGui_DragPrimary("B", &primaries->fBX, &primaries->fBY, pos, size); in ImGui_Primaries()
943 ImVec2 w = ImGui_DragPrimary("W", &primaries->fWX, &primaries->fWY, pos, size); in ImGui_Primaries()
/external/libvpx/libvpx/third_party/libwebm/common/
Dhdr_util.cc104 if (ColourValuePresent(parser_colour.primaries)) in CopyColour()
105 muxer_colour->set_primaries(parser_colour.primaries); in CopyColour()
/external/skia/src/core/
DSkColorSpace.cpp23 SkMatrix primaries; in toXYZD50() local
24 primaries.setAll( fRX, fGX, fBX, in toXYZD50()
28 if (!primaries.invert(&primariesInv)) { in toXYZD50()
42 toXYZ.postConcat(primaries); in toXYZD50()
/external/skqp/src/core/
DSkColorSpace.cpp23 SkMatrix primaries; in toXYZD50() local
24 primaries.setAll( fRX, fGX, fBX, in toXYZD50()
28 if (!primaries.invert(&primariesInv)) { in toXYZD50()
42 toXYZ.postConcat(primaries); in toXYZD50()
/external/skia/tools/viewer/
DViewer.cpp1113 static void ImGui_Primaries(SkColorSpacePrimaries* primaries, SkPaint* gamutPaint) { in ImGui_Primaries() argument
1130 ImVec2 r = ImGui_DragPrimary("R", &primaries->fRX, &primaries->fRY, pos, size); in ImGui_Primaries()
1131 ImVec2 g = ImGui_DragPrimary("G", &primaries->fGX, &primaries->fGY, pos, size); in ImGui_Primaries()
1132 ImVec2 b = ImGui_DragPrimary("B", &primaries->fBX, &primaries->fBY, pos, size); in ImGui_Primaries()
1133 ImVec2 w = ImGui_DragPrimary("W", &primaries->fWX, &primaries->fWY, pos, size); in ImGui_Primaries()
/external/skqp/tools/flags/
DSkCommonFlagsConfig.cpp356 SkColorSpacePrimaries primaries ={ in parse_option_gpu_color() local
363 primaries.toXYZD50(&narrowGamutRGBMatrix); in parse_option_gpu_color()
/external/skia/tools/flags/
DSkCommonFlagsConfig.cpp328 SkColorSpacePrimaries primaries ={ in parse_option_gpu_color() local
335 primaries.toXYZD50(&narrowGamutRGBMatrix); in parse_option_gpu_color()
/external/skia/tests/
DColorSpaceTest.cpp280 static inline void check_primaries(skiatest::Reporter* r, const SkColorSpacePrimaries& primaries, in check_primaries() argument
283 bool result = primaries.toXYZD50(&toXYZ); in check_primaries()
/external/skqp/tests/
DColorSpaceTest.cpp280 static inline void check_primaries(skiatest::Reporter* r, const SkColorSpacePrimaries& primaries, in check_primaries() argument
283 bool result = primaries.toXYZD50(&toXYZ); in check_primaries()
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h575 uint64_t primaries() const { return primaries_; } in primaries() function
576 void set_primaries(uint64_t primaries) { primaries_ = primaries; } in set_primaries() argument
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.h447 primaries(kValueNotPresent), in Colour()
469 long long primaries; member
/external/libvpx/libwebm/mkvparser/
Dmkvparser.h447 primaries(kValueNotPresent), in Colour()
469 long long primaries; member
/external/gptfdisk/
DREADME126 other logical partitions into primaries. Such corrections aren't always
152 * Partition numbering -- In most Linux tools, partitions 1-4 are primaries
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/
Dcollationtest.txt959 ** test: tailor in & around compact ranges of root primaries
2058 ** test: never reorder trailing primaries
2314 # Which primaries are "variable" should be determined without script reordering,
2315 # and then primaries should be reordered whether they are shifted to quaternary or not.

12