Home
last modified time | relevance | path

Searched refs:td_stripoffsetbyteallocsize (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_dir.h103 …uint32 td_stripoffsetbyteallocsize; /* number of elements currently allocated for td_stripoffset/… member
Dtif_dirread.c6028 const uint32 arraySize = tif->tif_dir.td_stripoffsetbyteallocsize; in _TIFFPartialReadStripArray()
6162 if( strile >= td->td_stripoffsetbyteallocsize ) in _TIFFFetchStrileValue()
6164 uint32 nStripArrayAllocBefore = td->td_stripoffsetbyteallocsize; in _TIFFFetchStrileValue()
6184 if( td->td_stripoffsetbyteallocsize == 0 && in _TIFFFetchStrileValue()
6219 td->td_stripoffsetbyteallocsize = nStripArrayAllocNew; in _TIFFFetchStrileValue()
6223 (td->td_stripoffsetbyteallocsize - nStripArrayAllocBefore) * sizeof(uint64) ); in _TIFFFetchStrileValue()
6226 (td->td_stripoffsetbyteallocsize - nStripArrayAllocBefore) * sizeof(uint64) ); in _TIFFFetchStrileValue()
6236 td->td_stripoffsetbyteallocsize = 0; in _TIFFFetchStrileValue()
6239 if( *parray == NULL || strile >= td->td_stripoffsetbyteallocsize ) in _TIFFFetchStrileValue()
6349 td->td_stripoffsetbyteallocsize = 0; in _TIFFFillStrilesInternal()
Dtif_dir.c1287 td->td_stripoffsetbyteallocsize = 0; in TIFFFreeDirectory()