Searched refs:DataFormat (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmscgats.c128 char** DataFormat; // The binary stream descriptor member in struct:_Table
1249 t->DataFormat = NULL;
1440 if (t -> DataFormat) return; // Already allocated
1450 t -> DataFormat = (char**) AllocChunk (it8, ((cmsUInt32Number) t->nSamples + 1) * sizeof(char *));
1451 if (t->DataFormat == NULL) {
1463 if (t->DataFormat)
1464 return t->DataFormat[n];
1474 if (!t->DataFormat)
1482 if (t->DataFormat) {
1483 t->DataFormat[
[all...]

Completed in 67 milliseconds