Home
last modified time | relevance | path

Searched refs:nBlockOffset (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/addtiffo/
A Dtif_ovrcache.c122 psCache->nBlockOffset = 0; in TIFFCreateOvrCache()
140 int nRet, iTileX, iTileY = psCache->nBlockOffset; in TIFFWriteOvrRow()
252 psCache->nBlockOffset++; in TIFFWriteOvrRow()
275 if ( iTileY > psCache->nBlockOffset + 1 ) in TIFFGetOvrBlock()
280 assert( iTileY >= psCache->nBlockOffset in TIFFGetOvrBlock()
281 && iTileY < psCache->nBlockOffset+2 ); in TIFFGetOvrBlock()
291 if ( iTileY == psCache->nBlockOffset ) in TIFFGetOvrBlock()
307 if( iTileY > psCache->nBlockOffset + 1 ) in TIFFGetOvrBlock_Subsampled()
312 assert( iTileY >= psCache->nBlockOffset in TIFFGetOvrBlock_Subsampled()
313 && iTileY < psCache->nBlockOffset+2 ); in TIFFGetOvrBlock_Subsampled()
[all …]
A Dtif_ovrcache.h60 int nBlockOffset; /* what block is the first in papabyBlocks? */ member

Completed in 7 milliseconds