Home | History | Annotate | Download | only in source

Lines Matching refs:dstArea

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