Lines Matching refs:WRITE_STRINGIFY

81         WRITE_STRINGIFY,  enumerator
233 …{"ORIGINATOR", WRITE_STRINGIFY}, // Required - Identifies the specific system, organizatio…
234 …{"FILE_DESCRIPTOR", WRITE_STRINGIFY}, // Required - Describes the purpose or contents of the da…
235 …{"CREATED", WRITE_STRINGIFY}, // Required - Indicates date of creation of the data file.
236 …{"DESCRIPTOR", WRITE_STRINGIFY}, // Required - Describes the purpose or contents of the d…
237 …{"DIFFUSE_GEOMETRY", WRITE_STRINGIFY}, // The diffuse geometry used. Allowed values are "sphere"…
238 {"MANUFACTURER", WRITE_STRINGIFY},
239 {"MANUFACTURE", WRITE_STRINGIFY}, // Some broken Fuji targets does store this value
240 …{"PROD_DATE", WRITE_STRINGIFY}, // Identifies year and month of production of the target …
241 {"SERIAL", WRITE_STRINGIFY}, // Uniquely identifies individual physical target.
243 …{"MATERIAL", WRITE_STRINGIFY}, // Identifies the material on which the target was produc…
247 …{"INSTRUMENTATION", WRITE_STRINGIFY}, // Used to report the specific instrumentation used (manu…
253 …{"MEASUREMENT_SOURCE", WRITE_STRINGIFY}, // Illumination used for spectral measurements. This data…
256 …{"PRINT_CONDITIONS", WRITE_STRINGIFY}, // Used to define the characteristics of the printed shee…
261 …{"SAMPLE_BACKING", WRITE_STRINGIFY}, // Identifies the backing material used behind the sample…
264 …{"CHISQ_DOF", WRITE_STRINGIFY}, // Degrees of freedom associated with the Chi squared sta…
268 …{"MEASUREMENT_GEOMETRY", WRITE_STRINGIFY}, // The type of measurement, either reflection or transm…
274 …{"FILTER", WRITE_STRINGIFY}, // Identifies the use of physical filter(s) during measu…
277 …{"POLARIZATION", WRITE_STRINGIFY}, // Identifies the use of a physical polarization filter …
295 …{"TARGET_TYPE", WRITE_STRINGIFY}, // The type of target being measured, e.g. IT8.7/1, IT8.…
297 …{"COLORANT", WRITE_STRINGIFY}, // Identifies the colorant(s) used in creating the targe…
299 … {"TABLE_DESCRIPTOR", WRITE_STRINGIFY}, // Describes the purpose or contents of a data table.
301 {"TABLE_NAME", WRITE_STRINGIFY} // Provides a short name for a data table.
1362 return AddToList(it8, &GetTable(it8)->HeaderList, Key, NULL, Val, WRITE_STRINGIFY) != NULL; in cmsIT8SetPropertyStr()
1666 case WRITE_STRINGIFY: in WriteHeader()
1969 (it8->sy == SSTRING) ? WRITE_STRINGIFY : WRITE_UNCOOKED); in HeaderSection()