Home | History | Annotate | Download | only in src

Lines Matching refs:ElemCount

4497     cmsUInt32Number ElemCount;
4509 ElemCount = cmsPipelineStageCount(Lut);
4511 ElementOffsets = (cmsUInt32Number *) _cmsCalloc(self ->ContextID, ElemCount, sizeof(cmsUInt32Number));
4514 ElementSizes = (cmsUInt32Number *) _cmsCalloc(self ->ContextID, ElemCount, sizeof(cmsUInt32Number));
4520 if (!_cmsWriteUInt32Number(io, (cmsUInt16Number) ElemCount)) goto Error;
4525 for (i=0; i < ElemCount; i++) {
4531 for (i=0; i < ElemCount; i++) {
4565 for (i=0; i < ElemCount; i++) {