Lines Matching refs:fRowStep
350 , fRowStep (1) in dng_pixel_buffer()
374 , fRowStep (0) in dng_pixel_buffer()
393 !SafeUint32ToInt32Mult (fArea.W(), fPlanes, &fRowStep)) in dng_pixel_buffer()
403 if (!ConvertUint32ToInt32 (fArea.W(), &fRowStep) || in dng_pixel_buffer()
427 !SafeUint32ToInt32Mult (planeStepUint32, fPlanes, &fRowStep)) in dng_pixel_buffer()
447 , fRowStep (buffer.fRowStep) in dng_pixel_buffer()
467 fRowStep = buffer.fRowStep; in operator =()
555 int32 dRowStep = fRowStep; in SetConstant()
728 int32 sRowStep = src.fRowStep; in CopyArea()
732 int32 dRowStep = fRowStep; in CopyArea()
1308 fRowStep, in RepeatArea()
1328 fRowStep, in RepeatArea()
1348 fRowStep, in RepeatArea()
1443 int32 sRowStep = fRowStep; in ShiftRight()
1447 int32 dRowStep = fRowStep; in ShiftRight()
1494 fRowStep = -fRowStep; in FlipV()
1528 int32 sRowStep = src.fRowStep; in EqualArea()
1532 int32 dRowStep = fRowStep; in EqualArea()
1756 int32 s1RowStep = rhs.fRowStep; in MaximumDifference()
1760 int32 s2RowStep = fRowStep; in MaximumDifference()