Lines Matching refs:nLen

767     const sal_Size  nLen( deviceColor.getLength() );  in convertToRGB()  local
769 ENSURE_ARG_OR_THROW2(nLen%nComponentsPerPixel==0, in convertToRGB()
773 uno::Sequence< rendering::RGBColor > aRes(nLen/nComponentsPerPixel); in convertToRGB()
783 for( sal_Size i=0; i<nLen; i+=nComponentsPerPixel ) in convertToRGB()
799 for( sal_Size i=0; i<nLen; i+=nComponentsPerPixel ) in convertToRGB()
816 const sal_Size nLen( deviceColor.getLength() ); in convertToARGB() local
818 ENSURE_ARG_OR_THROW2(nLen%nComponentsPerPixel==0, in convertToARGB()
822 uno::Sequence< rendering::ARGBColor > aRes(nLen/nComponentsPerPixel); in convertToARGB()
832 for( sal_Size i=0; i<nLen; i+=nComponentsPerPixel ) in convertToARGB()
850 for( sal_Size i=0; i<nLen; i+=nComponentsPerPixel ) in convertToARGB()
869 const sal_Size nLen( deviceColor.getLength() ); in convertToPARGB() local
871 ENSURE_ARG_OR_THROW2(nLen%nComponentsPerPixel==0, in convertToPARGB()
875 uno::Sequence< rendering::ARGBColor > aRes(nLen/nComponentsPerPixel); in convertToPARGB()
885 for( sal_Size i=0; i<nLen; i+=nComponentsPerPixel ) in convertToPARGB()
903 for( sal_Size i=0; i<nLen; i+=nComponentsPerPixel ) in convertToPARGB()
922 const sal_Size nLen( rgbColor.getLength() ); in convertFromRGB() local
925 uno::Sequence< double > aRes(nLen*nComponentsPerPixel); in convertFromRGB()
930 for( sal_Size i=0; i<nLen; ++i ) in convertFromRGB()
944 for( sal_Size i=0; i<nLen; ++i ) in convertFromRGB()
962 const sal_Size nLen( rgbColor.getLength() ); in convertFromARGB() local
965 uno::Sequence< double > aRes(nLen*nComponentsPerPixel); in convertFromARGB()
970 for( sal_Size i=0; i<nLen; ++i ) in convertFromARGB()
984 for( sal_Size i=0; i<nLen; ++i ) in convertFromARGB()
1002 const sal_Size nLen( rgbColor.getLength() ); in convertFromPARGB() local
1005 uno::Sequence< double > aRes(nLen*nComponentsPerPixel); in convertFromPARGB()
1010 for( sal_Size i=0; i<nLen; ++i ) in convertFromPARGB()
1025 for( sal_Size i=0; i<nLen; ++i ) in convertFromPARGB()
1065 const sal_Size nLen( deviceColor.getLength() ); in convertFromIntegerColorSpace() local
1067 ENSURE_ARG_OR_THROW2(nLen%nComponentsPerPixel==0, in convertFromIntegerColorSpace()
1071 uno::Sequence<double> aRes(nLen); in convertFromIntegerColorSpace()
1081 for( sal_Size i=0; i<nLen; i+=nComponentsPerPixel ) in convertFromIntegerColorSpace()
1099 for( sal_Size i=0; i<nLen; i+=nComponentsPerPixel ) in convertFromIntegerColorSpace()
1145 const sal_Size nLen( deviceColor.getLength() ); in convertIntegerToRGB() local
1146 const sal_Int32 nNumColors((nLen*8 + m_nBitsPerOutputPixel-1)/m_nBitsPerOutputPixel); in convertIntegerToRGB()
1157 for( sal_Size i=0; i<nLen; i+=nBytesPerPixel ) in convertIntegerToRGB()
1197 const sal_Size nLen( deviceColor.getLength() ); in convertIntegerToARGB() local
1198 const sal_Int32 nNumColors((nLen*8 + m_nBitsPerOutputPixel-1)/m_nBitsPerOutputPixel); in convertIntegerToARGB()
1211 for( sal_Size i=0; i<nLen; i+=nBytesPerPixel ) in convertIntegerToARGB()
1252 const sal_Size nLen( deviceColor.getLength() ); in convertIntegerToPARGB() local
1253 const sal_Int32 nNumColors((nLen*8 + m_nBitsPerOutputPixel-1)/m_nBitsPerOutputPixel); in convertIntegerToPARGB()
1266 for( sal_Size i=0; i<nLen; i+=nBytesPerPixel ) in convertIntegerToPARGB()
1307 const sal_Size nLen( rgbColor.getLength() ); in convertIntegerFromRGB() local
1308 const sal_Int32 nNumBytes((nLen*m_nBitsPerOutputPixel+7)/8); in convertIntegerFromRGB()
1316 for( sal_Size i=0; i<nLen; ++i ) in convertIntegerFromRGB()
1334 for( sal_Size i=0; i<nLen; ++i ) in convertIntegerFromRGB()
1356 const sal_Size nLen( rgbColor.getLength() ); in convertIntegerFromARGB() local
1357 const sal_Int32 nNumBytes((nLen*m_nBitsPerOutputPixel+7)/8); in convertIntegerFromARGB()
1365 for( sal_Size i=0; i<nLen; ++i ) in convertIntegerFromARGB()
1383 for( sal_Size i=0; i<nLen; ++i ) in convertIntegerFromARGB()
1405 const sal_Size nLen( rgbColor.getLength() ); in convertIntegerFromPARGB() local
1406 const sal_Int32 nNumBytes((nLen*m_nBitsPerOutputPixel+7)/8); in convertIntegerFromPARGB()
1414 for( sal_Size i=0; i<nLen; ++i ) in convertIntegerFromPARGB()
1433 for( sal_Size i=0; i<nLen; ++i ) in convertIntegerFromPARGB()