Lines Matching refs:dstArea
514 virtual dng_rect SrcArea (const dng_rect &dstArea);
590 dng_rect dng_resample_task::SrcArea (const dng_rect &dstArea) in SrcArea() argument
601 srcArea.t = SafeInt32Add (fRowCoords.Pixel (dstArea.t), offsetV); in SrcArea()
602 srcArea.l = SafeInt32Add (fColCoords.Pixel (dstArea.l), offsetH); in SrcArea()
605 fRowCoords.Pixel (SafeInt32Sub (dstArea.b, 1)), in SrcArea()
609 fColCoords.Pixel (SafeInt32Sub (dstArea.r, 1)), in SrcArea()
701 dng_rect dstArea = dstBuffer.fArea; in ProcessArea() local
704 uint32 dstCols = dstArea.W (); in ProcessArea()
715 const int32 *colCoords = fColCoords.Coords (dstArea.l); in ProcessArea()
726 for (int32 dstRow = dstArea.t; dstRow < dstArea.b; dstRow++) in ProcessArea()
752 dstArea.l, in ProcessArea()
780 for (int32 dstRow = dstArea.t; dstRow < dstArea.b; dstRow++) in ProcessArea()
807 dstArea.l, in ProcessArea()