Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmscgats.c123 int nSamples, nPatches; // Cols, Rows member
1504 t-> nPatches = atoi(cmsIT8GetProperty(it8, "NUMBER_OF_SETS")); in AllocateDataSet()
1506 …Chunk (it8, ((cmsUInt32Number) t->nSamples + 1) * ((cmsUInt32Number) t->nPatches + 1) *sizeof (cha… in AllocateDataSet()
1519 int nPatches = t -> nPatches; in GetData() local
1521 if (nSet >= nPatches || nField >= nSamples) in GetData()
1538 if (nSet > t -> nPatches || nSet < 0) { in SetData()
1540 … return SynError(it8, "Patch %d out of range, there are %d patches", nSet, t -> nPatches); in SetData()
1726 t->nPatches = atoi(cmsIT8GetProperty(it8, "NUMBER_OF_SETS")); in WriteData()
1728 for (i = 0; i < t-> nPatches; i++) { in WriteData()
1909 if ((iSet+1) != t -> nPatches) in DataSection()
[all …]