Home | History | Annotate | Download | only in libtiff

Lines Matching refs:putspan

638 putspan(TIFF* tif, int32 span, const tableentry* tab)
955 putspan(tif, span, TIFFFaxWhiteCodes);
960 putspan(tif, span, TIFFFaxBlackCodes);
1010 putspan(tif, a1-a0, TIFFFaxWhiteCodes);
1011 putspan(tif, a2-a1, TIFFFaxBlackCodes);
1013 putspan(tif, a1-a0, TIFFFaxBlackCodes);
1014 putspan(tif, a2-a1, TIFFFaxWhiteCodes);