Home
last modified time | relevance | path

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

/trunk/main/filter/source/graphicfilter/itiff/
H A Ditiff.cxx456 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 …]
/trunk/main/vcl/source/helper/
H A Dcanvasbitmap.cxx1146 const sal_Int32 nNumColors((nLen*8 + m_nBitsPerOutputPixel-1)/m_nBitsPerOutputPixel); in convertIntegerToRGB() local
1148 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() local
1200 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() local
1255 uno::Sequence< rendering::ARGBColor > aRes(nNumColors); in convertIntegerToPARGB()
1285 for( sal_Int32 i=0; i<nNumColors; ++i ) in convertIntegerToPARGB()
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx554 sal_uLong nBytesPerLine,i,j,nNumColors,ny,nLines; in WriteImageObject() local
582 nNumColors=1<<nBitsPerPixel; in WriteImageObject()
588 BitmapPalette aPal( (sal_uInt16) nNumColors ); in WriteImageObject()
591 for (i=0; i<nNumColors; i++) in WriteImageObject()

Completed in 44 milliseconds