Lines Matching defs:Rows
54 static SANE_Bool Transparent_GetRows (SANE_Byte * lpBlock, unsigned short * Rows, SANE_Bool isOrderInvert);
539 Rows: the rows of image
548 Transparent_GetRows (SANE_Byte * lpBlock, unsigned short * Rows, SANE_Bool isOrderInvert)
566 Rows);
568 return MustScanner_GetRgb48BitLine (lpBlock, isOrderInvert, Rows);
573 Rows);
575 return MustScanner_GetRgb24BitLine (lpBlock, isOrderInvert, Rows);
580 Rows);
582 return MustScanner_GetMono16BitLine (lpBlock, isOrderInvert, Rows);
587 Rows);
589 return MustScanner_GetMono8BitLine (lpBlock, isOrderInvert, Rows);
594 Rows);
596 return MustScanner_GetMono1BitLine (lpBlock, isOrderInvert, Rows);