Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
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[];
Dtif_fax3.c638 putspan(TIFF* tif, int32 span, const tableentry* tab) in putspan()
646 const tableentry* te = &tab[63 + (2560>>6)]; in putspan()
655 const tableentry* te = &tab[63 + (span>>6)]; in putspan()
975 static const tableentry horizcode =
977 static const tableentry passcode =
979 static const tableentry vcodes[7] = {