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

/external/pdfium/third_party/libtiff/
H A Dtif_luv.c869 int ui, vi, ustep; local
874 ustep = uv_row[vi].nus-1;
875 if (vi == UV_NVS-1 || vi == 0 || ustep <= 0)
876 ustep = 1;
877 for (ui = uv_row[vi].nus-1; ui >= 0; ui -= ustep) {

Completed in 105 milliseconds