Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_fax3.c834 static int32 find1span(unsigned char*, int32, int32);
835 #pragma inline(find0span,find1span)
906 find1span(unsigned char* bp, int32 bs, int32 be) in find1span() function
974 (_bs + (_color ? find1span(_cp,_bs,_be) : find0span(_cp,_bs,_be)))
1000 span = find1span(bp, bs, bits); /* black span */ in Fax3Encode1DRow()