Lines Matching refs:fPlanes
349 , fPlanes (1) in dng_pixel_buffer()
373 , fPlanes (planes) in dng_pixel_buffer()
392 if (!ConvertUint32ToInt32 (fPlanes, &fColStep) || in dng_pixel_buffer()
393 !SafeUint32ToInt32Mult (fArea.W(), fPlanes, &fRowStep)) in dng_pixel_buffer()
427 !SafeUint32ToInt32Mult (planeStepUint32, fPlanes, &fRowStep)) in dng_pixel_buffer()
446 , fPlanes (buffer.fPlanes) in dng_pixel_buffer()
466 fPlanes = buffer.fPlanes; in operator =()
1307 fPlanes, in RepeatArea()
1327 fPlanes, in RepeatArea()
1347 fPlanes, in RepeatArea()
1435 uint32 planes = fPlanes; in ShiftRight()
1503 fData = InternalPixel (fArea.t, fArea.l, fPlanes - 1); in FlipZ()