• Home
  • Raw
  • Download

Lines Matching refs:strideIn

252     cmsUInt32Number i, j, c, strideIn, strideOut;  in FloatXFORM()  local
256 strideIn = 0; in FloatXFORM()
263 accum = (cmsUInt8Number*)in + strideIn; in FloatXFORM()
299 strideIn += Stride->BytesPerLineIn; in FloatXFORM()
318 cmsUInt32Number i, j, strideIn, strideOut; in NullFloatXFORM() local
322 strideIn = 0; in NullFloatXFORM()
328 accum = (cmsUInt8Number*) in + strideIn; in NullFloatXFORM()
337 strideIn += Stride->BytesPerLineIn; in NullFloatXFORM()
356 cmsUInt32Number i, j, strideIn, strideOut; in NullXFORM() local
360 strideIn = 0; in NullXFORM()
366 accum = (cmsUInt8Number*)in + strideIn; in NullXFORM()
375 strideIn += Stride->BytesPerLineIn; in NullXFORM()
394 cmsUInt32Number i, j, strideIn, strideOut; in PrecalculatedXFORM() local
398 strideIn = 0; in PrecalculatedXFORM()
405 accum = (cmsUInt8Number*)in + strideIn; in PrecalculatedXFORM()
415 strideIn += Stride->BytesPerLineIn; in PrecalculatedXFORM()
457 cmsUInt32Number i, j, strideIn, strideOut; in PrecalculatedXFORMGamutCheck() local
461 strideIn = 0; in PrecalculatedXFORMGamutCheck()
468 accum = (cmsUInt8Number*)in + strideIn; in PrecalculatedXFORMGamutCheck()
478 strideIn += Stride->BytesPerLineIn; in PrecalculatedXFORMGamutCheck()
497 cmsUInt32Number i, j, strideIn, strideOut; in CachedXFORM() local
508 strideIn = 0; in CachedXFORM()
513 accum = (cmsUInt8Number*)in + strideIn; in CachedXFORM()
534 strideIn += Stride->BytesPerLineIn; in CachedXFORM()
552 cmsUInt32Number i, j, strideIn, strideOut; in CachedXFORMGamutCheck() local
563 strideIn = 0; in CachedXFORMGamutCheck()
568 accum = (cmsUInt8Number*)in + strideIn; in CachedXFORMGamutCheck()
589 strideIn += Stride->BytesPerLineIn; in CachedXFORMGamutCheck()
669 cmsUInt32Number i, strideIn, strideOut; in _cmsTransform2toTransformAdaptor() local
673 strideIn = 0; in _cmsTransform2toTransformAdaptor()
678 void *accum = (cmsUInt8Number*)InputBuffer + strideIn; in _cmsTransform2toTransformAdaptor()
683 strideIn += Stride->BytesPerLineIn; in _cmsTransform2toTransformAdaptor()