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

/external/pdfium/third_party/libtiff/
H A Dtif_fax3.c798 static int32 find0span(unsigned char*, int32, int32);
800 #pragma inline(find0span,find1span)
809 find0span(unsigned char* bp, int32 bs, int32 be) function
933 (_bs + (_color ? find1span(_cp,_bs,_be) : find0span(_cp,_bs,_be)))
954 span = find0span(bp, bs, bits); /* white span */

Completed in 369 milliseconds