Lines Matching refs:dstArea
1126 virtual dng_rect SrcArea (const dng_rect &dstArea);
1202 dng_rect dng_fast_interpolator::SrcArea (const dng_rect &dstArea) in SrcArea() argument
1205 return dng_rect (dstArea.t * fDownScale.v, in SrcArea()
1206 dstArea.l * fDownScale.h, in SrcArea()
1207 dstArea.b * fDownScale.v, in SrcArea()
1208 dstArea.r * fDownScale.h); in SrcArea()
1220 dng_rect dstArea = dstBuffer.fArea; in ProcessArea() local
1249 for (int32 dstRow = dstArea.t; dstRow < dstArea.b; dstRow++) in ProcessArea()
1257 dstArea.l, in ProcessArea()
1263 for (int32 dstCol = dstArea.l; dstCol < dstArea.r; dstCol++) in ProcessArea()
1869 dng_rect dstArea; in InterpolateGeneric() local
1873 while (iter1.GetOneTile (dstArea)) in InterpolateGeneric()
1880 dng_tile_iterator iter2 (dstTileSize, dstArea); in InterpolateGeneric()