Searched refs:nNumColors (Results 1 – 3 of 3) sorted by relevance
456 nNumColors= ( 1 << nBitsPerSample ); in ReadTagData()460 for ( i = 0; i < nNumColors; i++ ) in ReadTagData()462 for ( i = 0; i < nNumColors; i++ ) in ReadTagData()467 for ( i = 0; i < nNumColors; i++ ) in ReadTagData()472 for ( i = 0; i < nNumColors; i++ ) in ReadTagData()1034 nNumColors = 1 << nBitsPerSample; in MakePalCol()1035 if ( nNumColors > 256 ) in MakePalCol()1036 nNumColors = 256; in MakePalCol()1038 for ( i = 0; i < nNumColors; i++ ) in MakePalCol()1048 for ( i = 0; i < nNumColors; i++ ) in MakePalCol()[all …]
1146 const sal_Int32 nNumColors((nLen*8 + m_nBitsPerOutputPixel-1)/m_nBitsPerOutputPixel); in convertIntegerToRGB() local1148 uno::Sequence< rendering::RGBColor > aRes(nNumColors); in convertIntegerToRGB()1175 for( sal_Int32 i=0; i<nNumColors; ++i ) in convertIntegerToRGB()1198 const sal_Int32 nNumColors((nLen*8 + m_nBitsPerOutputPixel-1)/m_nBitsPerOutputPixel); in convertIntegerToARGB() local1200 uno::Sequence< rendering::ARGBColor > aRes(nNumColors); in convertIntegerToARGB()1229 for( sal_Int32 i=0; i<nNumColors; ++i ) in convertIntegerToARGB()1253 const sal_Int32 nNumColors((nLen*8 + m_nBitsPerOutputPixel-1)/m_nBitsPerOutputPixel); in convertIntegerToPARGB() local1255 uno::Sequence< rendering::ARGBColor > aRes(nNumColors); in convertIntegerToPARGB()1285 for( sal_Int32 i=0; i<nNumColors; ++i ) in convertIntegerToPARGB()
554 sal_uLong nBytesPerLine,i,j,nNumColors,ny,nLines; in WriteImageObject() local582 nNumColors=1<<nBitsPerPixel; in WriteImageObject()588 BitmapPalette aPal( (sal_uInt16) nNumColors ); in WriteImageObject()591 for (i=0; i<nNumColors; i++) in WriteImageObject()
Completed in 111 milliseconds