Home
last modified time | relevance | path

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

/AOO41X/main/vcl/source/helper/
H A Dcanvasbitmap.cxx768 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()
[all …]