Lines Matching defs:nTimes
137 static SANE_Bool MustScanner_AdjustOffset (int nTimes, SANE_Bool * bDirection, SANE_Byte * bOffset,
142 static SANE_Bool MustScanner_SecondAdjustOffset (int nTimes, SANE_Bool * bDirection,
470 nTimes: Adjuest offset the times
487 MustScanner_AdjustOffset (int nTimes, SANE_Bool * bDirection, SANE_Byte * bOffset,
498 if (nTimes == 0)
513 if (nTimes == 1)
537 if (nTimes > 1)
547 if (nTimes > 2)
573 if (nTimes > 2)
615 } /* end of if(nTimes > 1) */
628 nTimes: Adjuest offset the times
645 MustScanner_SecondAdjustOffset (int nTimes, SANE_Bool * bDirection, SANE_Byte * bOffset,
655 if (nTimes == 0)
674 if (nTimes >= 1)
737 } /*end of if(nTimes >= 1) */