Searched refs:nRowBytesLeft (Results 1 – 1 of 1) sorted by relevance
608 sal_uLong nStrip,nRecCount,nRowBytesLeft,ny,np,i; in ReadMap() local625 nRowBytesLeft = nBytesPerRow; in ReadMap()633 if ( nRecCount > nRowBytesLeft ) in ReadMap()637 nRowBytesLeft-=nRecCount; in ReadMap()642 if ( nRecCount > nRowBytesLeft ) in ReadMap()644 nRecCount = nRowBytesLeft; in ReadMap()653 nRowBytesLeft -= nRecCount; in ReadMap()655 } while ( nRowBytesLeft != 0 ); in ReadMap()
Completed in 23 milliseconds