Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffdither.c71 tsize_t outlinesize; in fsdither() local
79 outlinesize = TIFFScanlineSize(out); in fsdither()
80 outline = (unsigned char *) _TIFFmalloc(outlinesize); in fsdither()
109 _TIFFmemset(outptr = outline, 0, outlinesize); in fsdither()