HomeSort by relevance Sort by last modified time
    Searched refs:tableentry (Results 1 - 2 of 2) sorted by null

  /external/pdfium/third_party/libtiff/
t4.h 35 typedef struct tableentry { struct
39 } tableentry; typedef in typeref:struct:tableentry
58 const tableentry TIFFFaxWhiteCodes[] = {
170 const tableentry TIFFFaxBlackCodes[] = {
282 extern const tableentry TIFFFaxWhiteCodes[];
283 extern const tableentry TIFFFaxBlackCodes[];
tif_fax3.c 668 putspan(TIFF* tif, int32 span, const tableentry* tab)
676 const tableentry* te = &tab[63 + (2560>>6)];
686 const tableentry* te = &tab[63 + (span>>6)];
1016 static const tableentry horizcode =
1018 static const tableentry passcode =
1020 static const tableentry vcodes[7] = {
    [all...]

Completed in 126 milliseconds