Home | History | Annotate | Download | only in source

Lines Matching refs:dstArea

104 dng_rect dng_opcode_FixBadPixelsConstant::SrcArea (const dng_rect &dstArea,
108 dng_rect srcArea = dstArea;
157 const dng_rect &dstArea,
162 dstArea,
168 for (int32 dstRow = dstArea.t; dstRow < dstArea.b; dstRow++)
171 const uint16 *sPtr = srcBuffer.ConstPixel_uint16 (dstRow, dstArea.l, 0);
172 uint16 *dPtr = dstBuffer.DirtyPixel_uint16 (dstRow, dstArea.l, 0);
174 for (int32 dstCol = dstArea.l; dstCol < dstArea.r; dstCol++)
738 dng_rect dng_opcode_FixBadPixelsList::SrcArea (const dng_rect &dstArea,
754 dng_rect srcArea = dstArea;
1724 const dng_rect &dstArea,
1731 dng_rect fixArea = dstArea;
1806 dng_rect overlap = dstArea & badRect;
1852 dstArea,