HomeSort by relevance Sort by last modified time
    Searched refs:primaries (Results 1 - 9 of 9) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wcsplugin.h 50 PrimaryJabColors primaries; member in struct:_GamutBoundaryDescription
  /external/chromium_org/third_party/icu/source/i18n/
ucol.cpp 4671 uint8_t *primaries = *result, *secondaries = second, *tertiaries = tert, *cases = caseB, *quads = quad; local
5309 uint8_t *primaries = *result, *secondaries = second, *tertiaries = tert; local
    [all...]
  /external/chromium_org/third_party/qcms/src/
qcms.h 134 qcms_CIE_xyYTRIPLE primaries,
transform.c 46 // primaries in XYZ. This matrix is next inverted
52 struct matrix primaries; local
76 primaries.m[0][0] = xr;
77 primaries.m[0][1] = xg;
78 primaries.m[0][2] = xb;
80 primaries.m[1][0] = yr;
81 primaries.m[1][1] = yg;
82 primaries.m[1][2] = yb;
84 primaries.m[2][0] = 1 - xr - yr;
85 primaries.m[2][1] = 1 - xg - yg
    [all...]
qcmsint.h 283 qcms_bool set_rgb_colorants(qcms_profile *profile, qcms_CIE_xyY white_point, qcms_CIE_xyYTRIPLE primaries);
iccread.c 871 qcms_CIE_xyYTRIPLE primaries,
879 if (!set_rgb_colorants(profile, white_point, primaries)) {
900 qcms_CIE_xyYTRIPLE primaries,
908 if (!set_rgb_colorants(profile, white_point, primaries)) {
    [all...]
  /external/icu/icu4c/source/i18n/
collationfastlatin.h 59 // (en_US_POSIX is unusual: It creates about 64 variable + 116 Latin primaries.)
61 // Digits may use long primaries (preserving more short ones)
62 // or short primaries (faster) without changing this data structure.
63 // (If we supported numeric collation, then digits would have to have long primaries
109 * All potentially-variable primaries must be in this range,
118 * Fast handling: At least all letter primaries should be in this range.
209 uint16_t *primaries, int32_t capacity);
211 static int32_t compareUTF16(const uint16_t *table, const uint16_t *primaries, int32_t options,
215 static int32_t compareUTF8(const uint16_t *table, const uint16_t *primaries, int32_t options,
collationfastlatin.cpp 27 uint16_t *primaries, int32_t capacity) {
35 // No mini primaries are variable, set a variableTop just below the
47 // Shift right to make it comparable with long mini primaries in bits 15..3.
79 primaries[c] = (uint16_t)p;
83 for(UChar32 c = 0x30; c <= 0x39; ++c) { primaries[c] = 0; }
91 CollationFastLatin::compareUTF16(const uint16_t *table, const uint16_t *primaries, int32_t options,
104 // Check for supported characters, fetch mini CEs, and compare primaries.
122 leftPair = primaries[c];
153 rightPair = primaries[c];
431 CollationFastLatin::compareUTF8(const uint16_t *table, const uint16_t *primaries, int32_t options
    [all...]
collationbuilder.cpp 1355 CollationWeights primaries, secondaries, tertiaries; local
    [all...]

Completed in 194 milliseconds