Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/third_party/libtiff/
H A Dtif_dir.h111 td_stripoffsetbyteallocsize; /* number of elements currently allocated member
H A Dtif_dirread.c7519 const uint32_t arraySize = tif->tif_dir.td_stripoffsetbyteallocsize; in _TIFFPartialReadStripArray()
7668 if (strile >= td->td_stripoffsetbyteallocsize) in _TIFFFetchStrileValue()
7670 uint32_t nStripArrayAllocBefore = td->td_stripoffsetbyteallocsize; in _TIFFFetchStrileValue()
7690 if (td->td_stripoffsetbyteallocsize == 0 && in _TIFFFetchStrileValue()
7725 td->td_stripoffsetbyteallocsize = nStripArrayAllocNew; in _TIFFFetchStrileValue()
7729 (td->td_stripoffsetbyteallocsize - nStripArrayAllocBefore) * in _TIFFFetchStrileValue()
7733 (td->td_stripoffsetbyteallocsize - nStripArrayAllocBefore) * in _TIFFFetchStrileValue()
7744 td->td_stripoffsetbyteallocsize = 0; in _TIFFFetchStrileValue()
7747 if (*parray == NULL || strile >= td->td_stripoffsetbyteallocsize) in _TIFFFetchStrileValue()
7859 td->td_stripoffsetbyteallocsize = 0; in _TIFFFillStrilesInternal()
H A Dtif_dir.c1639 td->td_stripoffsetbyteallocsize = 0; in TIFFFreeDirectory()