Searched refs:putspan (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_fax3.c608 putspan(TIFF* tif, int32 span, const tableentry* tab) function
924 putspan(tif, span, TIFFFaxWhiteCodes);
929 putspan(tif, span, TIFFFaxBlackCodes);
979 putspan(tif, a1-a0, TIFFFaxWhiteCodes);
980 putspan(tif, a2-a1, TIFFFaxBlackCodes);
982 putspan(tif, a1-a0, TIFFFaxBlackCodes);
983 putspan(tif, a2-a1, TIFFFaxWhiteCodes);

Completed in 39 milliseconds