Home
last modified time | relevance | path

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

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