Home
last modified time | relevance | path

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

/libtiff-4.0.7/libtiff/
H A Dt4.h35 typedef struct tableentry { struct
39 } tableentry; argument
58 const tableentry TIFFFaxWhiteCodes[] = {
170 const tableentry TIFFFaxBlackCodes[] = {
282 extern const tableentry TIFFFaxWhiteCodes[];
283 extern const tableentry TIFFFaxBlackCodes[];
H A Dtif_fax3.c638 putspan(TIFF* tif, int32 span, const tableentry* tab) in putspan()
646 const tableentry* te = &tab[63 + (2560>>6)]; in putspan()
656 const tableentry* te = &tab[63 + (span>>6)]; in putspan()
986 static const tableentry horizcode =
988 static const tableentry passcode =
990 static const tableentry vcodes[7] = {