Searched refs:nComponentsPerPixel (Results 1 – 1 of 1) sorted by relevance
768 const sal_Int32 nComponentsPerPixel(m_aComponentTags.getLength()); in convertToRGB() local769 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() local818 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()[all …]