Home
last modified time | relevance | path

Searched refs:nCmpCount (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx715 nPixelSize, nCmpCount, nCmpSize; in ReadPixMapEtc() local
739 nPixelSize >> nCmpCount >> nCmpSize >> nPlaneBytes; in ReadPixMapEtc()
780 nPixelSize = nCmpCount = nCmpSize = 1; in ReadPixMapEtc()
1014 if ( ( nCmpCount == 3 ) || ( nCmpCount == 4 ) ) in ReadPixMapEtc()
1016 sal_uInt8* pScanline = new sal_uInt8[ nWidth * nCmpCount ]; in ReadPixMapEtc()
1032 while( i < (sal_uInt32)( nWidth * nCmpCount ) ) in ReadPixMapEtc()
1038 if ( ( i + nCount ) > (sal_uInt32)( nWidth * nCmpCount ) ) in ReadPixMapEtc()
1039 nCount = (sal_uInt16)( nWidth * nCmpCount - i ); in ReadPixMapEtc()
1049 if ( ( i + nCount ) > (sal_uInt32)( nWidth * nCmpCount ) ) in ReadPixMapEtc()
1050 nCount = (sal_uInt16)( nWidth * nCmpCount - i ); in ReadPixMapEtc()
[all …]

Completed in 12 milliseconds