Home | History | Annotate | Download | only in source

Lines Matching full:fmap

33 		const dng_gain_map &fMap;
101 : fMap (map)
125 fMap.Origin ().v) / fMap.Spacing ().v;
140 if (fMap.Points ().v < 1)
144 uint32 lastRow = static_cast<uint32> (fMap.Points ().v - 1);
180 return fMap.Entry (fRowIndex1, colIndex, fPlane) * (1.0f - fRowFract) +
181 fMap.Entry (fRowIndex2, colIndex, fPlane) * ( fRowFract);
191 fMap.Origin ().h) / fMap.Spacing ().h;
200 fResetColumn = (int32) ceil (fMap.Origin ().h / fScale.h - fOffset.h);
207 if (fMap.Points ().h < 1)
211 uint32 lastCol = static_cast<uint32> (fMap.Points ().h - 1);
237 fValueStep = (real32) ((delta * fScale.h) / fMap.Spacing ().h);
239 fResetColumn = (int32) ceil (((colIndex + 1) * fMap.Spacing ().h +
240 fMap.Origin ().h) / fScale.h - fOffset.h);