Searched refs:nBytesPerRow (Results 1 – 2 of 2) sorted by relevance
91 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()
55 toff_t nBytesPerRow; member
Completed in 7 milliseconds