Home | History | Annotate | Download | only in source

Lines Matching refs:next_offset

1963 	uint64 next_offset = stream.Get_uint32 ();
1976 fTIFFBlockOffset + next_offset,
1980 next_offset = fIFD [0]->fNextIFD;
1986 while (next_offset)
1989 if (next_offset >= stream.Length ())
2010 fTIFFBlockOffset + next_offset,
2052 fTIFFBlockOffset + next_offset,
2056 next_offset = fChainedIFD [fChainedIFDCount]->fNextIFD;