Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmscgats.c123 int nSamples, nPatches; // Cols, Rows member
1505 t-> nPatches = atoi(cmsIT8GetProperty(it8, "NUMBER_OF_SETS")); in AllocateDataSet()
1507 …Chunk (it8, ((cmsUInt32Number) t->nSamples + 1) * ((cmsUInt32Number) t->nPatches + 1) *sizeof (cha… in AllocateDataSet()
1520 int nPatches = t -> nPatches; in GetData() local
1522 if (nSet >= nPatches || nField >= nSamples) in GetData()
1539 if (nSet > t -> nPatches || nSet < 0) { in SetData()
1541 … return SynError(it8, "Patch %d out of range, there are %d patches", nSet, t -> nPatches); in SetData()
1727 t->nPatches = atoi(cmsIT8GetProperty(it8, "NUMBER_OF_SETS")); in WriteData()
1729 for (i = 0; i < t-> nPatches; i++) { in WriteData()
1910 if ((iSet+1) != t -> nPatches) in DataSection()
[all …]