Searched refs:nRowBytes (Results 1 – 1 of 1) sorted by relevance
714 … sal_uInt16 nRowBytes, nBndX, nBndY, nWidth, nHeight, nVersion, nPackType, nPixelType, in ReadPixMapEtc() local731 *pPict >> nRowBytes >> nBndY >> nBndX >> nHeight >> nWidth; in ReadPixMapEtc()735 if ( ( nRowBytes & 0x8000 ) != 0 ) in ReadPixMapEtc()737 nRowBytes &= 0x3fff; in ReadPixMapEtc()775 nRowBytes &= 0x3fff; in ReadPixMapEtc()838 if ( nRowBytes < nSrcBPL || nRowBytes > nDestBPL ) in ReadPixMapEtc()844 if ( nRowBytes < 8 || nPackType == 1 ) in ReadPixMapEtc()846 for ( i = 0; i < nRowBytes; i++ ) in ReadPixMapEtc()852 nDataSize += nRowBytes; in ReadPixMapEtc()856 if ( nRowBytes > 250 ) in ReadPixMapEtc()[all …]