Home
last modified time | relevance | path

Searched refs:pabyRow2Blocks (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.c104 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()
A Dtif_ovrcache.h62 unsigned char *pabyRow2Blocks; member

Completed in 5 milliseconds