Home | History | Annotate | Download | only in libtiff

Lines Matching defs:putspan

668 putspan(TIFF* tif, int32 span, const tableentry* tab)
996 putspan(tif, span, TIFFFaxWhiteCodes);
1001 putspan(tif, span, TIFFFaxBlackCodes);
1051 putspan(tif, a1-a0, TIFFFaxWhiteCodes);
1052 putspan(tif, a2-a1, TIFFFaxBlackCodes);
1054 putspan(tif, a1-a0, TIFFFaxBlackCodes);
1055 putspan(tif, a2-a1, TIFFFaxWhiteCodes);