Searched refs:pabyRow2Blocks (Results 1 – 2 of 2) sorted by relevance
104 psCache->pabyRow2Blocks = in TIFFCreateOvrCache()108 || psCache->pabyRow2Blocks == NULL ) in TIFFCreateOvrCache()114 if (psCache->pabyRow2Blocks) _TIFFfree(psCache->pabyRow2Blocks); in TIFFCreateOvrCache()120 _TIFFmemset( psCache->pabyRow2Blocks, 0, psCache->nBytesPerRow ); in TIFFCreateOvrCache()247 psCache->pabyRow1Blocks = psCache->pabyRow2Blocks; in TIFFWriteOvrRow()248 psCache->pabyRow2Blocks = pabyData; in TIFFWriteOvrRow()294 return psCache->pabyRow2Blocks + nRowOffset; in TIFFGetOvrBlock()321 return psCache->pabyRow2Blocks + nRowOffset; in TIFFGetOvrBlock_Subsampled()335 _TIFFfree( psCache->pabyRow2Blocks ); in TIFFDestroyOvrCache()
62 unsigned char *pabyRow2Blocks; member
Completed in 5 milliseconds