Lines Matching full:temp
318 dng_pixel_buffer temp (buffer);
320 temp.fArea = dst1 + (srcArea.TL () -
324 temp.fData = buffer.DirtyPixel (dst1.t,
328 DoGet (temp);
342 dng_pixel_buffer temp (buffer);
344 temp.fArea = dst2 + (srcArea.TL () -
348 temp.fData = buffer.DirtyPixel (dst2.t,
352 DoGet (temp);
366 dng_pixel_buffer temp (buffer);
368 temp.fArea = dst3 + (srcArea.TL () -
372 temp.fData = buffer.DirtyPixel (dst3.t,
376 DoGet (temp);
390 dng_pixel_buffer temp (buffer);
392 temp.fArea = dst4 + (srcArea.TL () -
396 temp.fData = buffer.DirtyPixel (dst4.t,
400 DoGet (temp);
509 dng_pixel_buffer temp (buffer);
511 temp.fArea = overlap;
513 temp.fData = buffer.DirtyPixel (overlap.t,
517 DoGet (temp);
697 dng_pixel_buffer temp (buffer);
699 temp.fArea = overlap;
701 temp.fData = (void *) buffer.ConstPixel (overlap.t,
707 if (temp.fPlane < Planes ())
710 temp.fPlanes = Min_uint32 (temp.fPlanes,
711 Planes () - temp.fPlane);
713 DoPut (temp);