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.c668 putspan(TIFF* tif, int32 span, const tableentry* tab) in putspan()
676 const tableentry* te = &tab[63 + (2560>>6)]; in putspan()
686 const tableentry* te = &tab[63 + (span>>6)]; in putspan()
1016 static const tableentry horizcode =
1018 static const tableentry passcode =
1020 static const tableentry vcodes[7] = {