Searched refs:tempSize (Results 1 – 2 of 2) sorted by relevance
1528 uint32 tempSize = SafeUint32Sub(section_count, 6); in ParseDNGPrivateData() local1530 AutoPtr<dng_memory_block> tempBlock (host.Allocate (tempSize)); in ParseDNGPrivateData()1534 stream.Get (tempBlock->Buffer (), tempSize); in ParseDNGPrivateData()1537 tempSize, in ParseDNGPrivateData()1544 tempSize, in ParseDNGPrivateData()1548 tempSize); in ParseDNGPrivateData()
592 int tempSize = 0; in copyFrom() local595 iter.next(), ++tempSize) {} in copyFrom()596 size = tempSize; in copyFrom()