Home
last modified time | relevance | path

Searched refs:nBytesPerRow (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.c91 psCache->nBytesPerRow = psCache->nBytesPerBlock in TIFFCreateOvrCache()
94 psCache->nBytesPerRow = in TIFFCreateOvrCache()
103 (unsigned char *) _TIFFmalloc(psCache->nBytesPerRow); in TIFFCreateOvrCache()
105 (unsigned char *) _TIFFmalloc(psCache->nBytesPerRow); in TIFFCreateOvrCache()
119 _TIFFmemset( psCache->pabyRow1Blocks, 0, psCache->nBytesPerRow ); in TIFFCreateOvrCache()
120 _TIFFmemset( psCache->pabyRow2Blocks, 0, psCache->nBytesPerRow ); in TIFFCreateOvrCache()
250 _TIFFmemset( pabyData, 0, psCache->nBytesPerRow ); in TIFFWriteOvrRow()
A Dtif_ovrcache.h55 toff_t nBytesPerRow; member

Completed in 7 milliseconds