Searched refs:nRowBytes (Results 1 – 1 of 1) sorted by relevance
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()846 for ( i = 0; i < nRowBytes; i++ ) in ReadPixMapEtc()852 nDataSize += nRowBytes; in ReadPixMapEtc()856 if ( nRowBytes > 250 ) in ReadPixMapEtc()903 if ( nRowBytes < 2 * nWidth ) in ReadPixMapEtc()926 if ( nRowBytes > 250 ) in ReadPixMapEtc()982 if ( nRowBytes != 4*nWidth ) in ReadPixMapEtc()[all …]
Completed in 10 milliseconds