Lines Matching refs:nComponentsPerPixel

768     const sal_Int32 nComponentsPerPixel(m_aComponentTags.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()
817 const sal_Int32 nComponentsPerPixel(m_aComponentTags.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()
870 const sal_Int32 nComponentsPerPixel(m_aComponentTags.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()
923 const sal_Int32 nComponentsPerPixel(m_aComponentTags.getLength()); in convertFromRGB() local
925 uno::Sequence< double > aRes(nLen*nComponentsPerPixel); in convertFromRGB()
939 pColors += nComponentsPerPixel; in convertFromRGB()
952 pColors += nComponentsPerPixel; in convertFromRGB()
963 const sal_Int32 nComponentsPerPixel(m_aComponentTags.getLength()); in convertFromARGB() local
965 uno::Sequence< double > aRes(nLen*nComponentsPerPixel); in convertFromARGB()
979 pColors += nComponentsPerPixel; in convertFromARGB()
992 pColors += nComponentsPerPixel; in convertFromARGB()
1003 const sal_Int32 nComponentsPerPixel(m_aComponentTags.getLength()); in convertFromPARGB() local
1005 uno::Sequence< double > aRes(nLen*nComponentsPerPixel); in convertFromPARGB()
1020 pColors += nComponentsPerPixel; in convertFromPARGB()
1034 pColors += nComponentsPerPixel; in convertFromPARGB()
1066 const sal_Int32 nComponentsPerPixel(m_aComponentTags.getLength()); in convertFromIntegerColorSpace() local
1067 ENSURE_ARG_OR_THROW2(nLen%nComponentsPerPixel==0, 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()