Searched refs:TIFFFaxWhiteCodes (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/3rdparty/libtiff/ |
D | t4.h | 58 const tableentry TIFFFaxWhiteCodes[] = { variable 282 extern const tableentry TIFFFaxWhiteCodes[];
|
D | tif_fax3.c | 620 #define DEBUG_COLOR(w) (tab == TIFFFaxWhiteCodes ? w "W" : w "B") 954 putspan(tif, span, TIFFFaxWhiteCodes); in Fax3Encode1DRow() 1009 putspan(tif, a1-a0, TIFFFaxWhiteCodes); in Fax3Encode2DRow() 1013 putspan(tif, a2-a1, TIFFFaxWhiteCodes); in Fax3Encode2DRow()
|
/external/pdfium/third_party/libtiff/ |
D | t4.h | 58 const tableentry TIFFFaxWhiteCodes[] = { variable 282 extern const tableentry TIFFFaxWhiteCodes[];
|
D | tif_fax3.c | 621 #define DEBUG_COLOR(w) (tab == TIFFFaxWhiteCodes ? w "W" : w "B") 955 putspan(tif, span, TIFFFaxWhiteCodes); in Fax3Encode1DRow() 1010 putspan(tif, a1-a0, TIFFFaxWhiteCodes); in Fax3Encode2DRow() 1014 putspan(tif, a2-a1, TIFFFaxWhiteCodes); in Fax3Encode2DRow()
|