Lines Matching defs:Rows
54 static SANE_Bool Reflective_GetRows (SANE_Byte * lpBlock, unsigned short * Rows, SANE_Bool isOrderInvert);
1875 Rows: the rows of image
1885 Reflective_GetRows (SANE_Byte * lpBlock, unsigned short * Rows, SANE_Bool isOrderInvert)
1904 Rows);
1906 return MustScanner_GetRgb48BitLine (lpBlock, isOrderInvert, Rows);
1911 Rows);
1913 return MustScanner_GetRgb24BitLine (lpBlock, isOrderInvert, Rows);
1918 Rows);
1920 return MustScanner_GetMono16BitLine (lpBlock, isOrderInvert, Rows);
1925 Rows);
1927 return MustScanner_GetMono8BitLine (lpBlock, isOrderInvert, Rows);
1932 Rows);
1934 return MustScanner_GetMono1BitLine (lpBlock, isOrderInvert, Rows);