Lines Matching refs:fColStep
351 , fColStep (1) in dng_pixel_buffer()
375 , fColStep (0) in dng_pixel_buffer()
392 if (!ConvertUint32ToInt32 (fPlanes, &fColStep) || in dng_pixel_buffer()
399 fColStep = 1; in dng_pixel_buffer()
412 fColStep = 1; in dng_pixel_buffer()
448 , fColStep (buffer.fColStep) in dng_pixel_buffer()
468 fColStep = buffer.fColStep; in operator =()
556 int32 dColStep = fColStep; in SetConstant()
729 int32 sColStep = src.fColStep; in CopyArea()
733 int32 dColStep = fColStep; in CopyArea()
1309 fColStep, in RepeatArea()
1329 fColStep, in RepeatArea()
1349 fColStep, in RepeatArea()
1444 int32 sColStep = fColStep; in ShiftRight()
1448 int32 dColStep = fColStep; in ShiftRight()
1483 fColStep = -fColStep; in FlipH()
1529 int32 sColStep = src.fColStep; in EqualArea()
1533 int32 dColStep = fColStep; in EqualArea()
1757 int32 s1ColStep = rhs.fColStep; in MaximumDifference()
1761 int32 s2ColStep = fColStep; in MaximumDifference()