Home | History | Annotate | Download | only in source

Lines Matching full:tempbuffer

861 	dng_pixel_buffer tempBuffer (buffer);
866 tempBuffer.fArea.t = MapRow (row);
868 tempBuffer.fArea.b = tempBuffer.fArea.t + 1;
870 tempBuffer.fData = (void *) buffer.DirtyPixel (row,
874 fImage.Get (tempBuffer);
885 dng_pixel_buffer tempBuffer (buffer);
890 tempBuffer.fArea.t = MapRow (row);
892 tempBuffer.fArea.b = tempBuffer.fArea.t + 1;
894 tempBuffer.fData = (void *) buffer.ConstPixel (row,
898 fImage.Put (tempBuffer);
909 AutoPtr<dng_memory_block> &tempBuffer)
916 if (!tempBuffer.Get () || tempBuffer->LogicalSize () < tempBufferSize)
919 tempBuffer.Reset (host.Allocate (tempBufferSize));
938 uint8 *d0 = tempBuffer->Buffer_uint8 ();
976 DoCopyBytes (tempBuffer->Buffer (),