Lines Matching defs:Rows
965 unsigned short Rows = 0;
977 Rows = pImageRows->wWantedLineNum;
979 DBG (DBG_INFO, "ReadScannedData: wanted Rows = %d\n", Rows);
983 if (FALSE == Reflective_GetRows (lpBlock, &Rows, isRGBInvert))
988 if (FALSE == Transparent_GetRows (lpBlock, &Rows, isRGBInvert))
992 pImageRows->wXferedLineNum = Rows;
996 int TotalSize = Rows * g_ssSuggest.dwBytesPerRow;
1042 g_ssSuggest.dwBytesPerRow * Rows);
1046 g_dwAlreadyGetNegLines += Rows;
1059 int TotalSize = Rows * g_ssSuggest.dwBytesPerRow;
1062 if (!Transparent_GetRows (lpReturnData, &Rows, isRGBInvert))
1071 pImageRows->wXferedLineNum = Rows;
1073 g_dwAlreadyGetNegLines += Rows;