Home | History | Annotate | Download | only in source

Lines Matching full:overlap

500 	// Find the overlap with the image bounds.
502 dng_rect overlap = buffer.fArea & fBounds;
506 if (overlap.NotEmpty ())
511 temp.fArea = overlap;
513 temp.fData = buffer.DirtyPixel (overlap.t,
514 overlap.l,
523 if ((edgeOption != edge_none) && (overlap != buffer.fArea))
692 dng_rect overlap = buffer.fArea & fBounds;
694 if (overlap.NotEmpty ())
699 temp.fArea = overlap;
701 temp.fData = (void *) buffer.ConstPixel (overlap.t,
702 overlap.l,