Lines Matching refs:nLen

1608                 const sal_Size nLen( deviceColor.getLength() );  in convertToRGB()  local
1609 ENSURE_ARG_OR_THROW2(nLen%4==0, in convertToRGB()
1613 uno::Sequence< rendering::RGBColor > aRes(nLen/4); in convertToRGB()
1615 for( sal_Size i=0; i<nLen; i+=4 ) in convertToRGB()
1629 const sal_Size nLen( deviceColor.getLength() ); in convertToARGB() local
1630 ENSURE_ARG_OR_THROW2(nLen%4==0, in convertToARGB()
1634 uno::Sequence< rendering::ARGBColor > aRes(nLen/4); in convertToARGB()
1636 for( sal_Size i=0; i<nLen; i+=4 ) in convertToARGB()
1650 const sal_Size nLen( deviceColor.getLength() ); in convertToPARGB() local
1651 ENSURE_ARG_OR_THROW2(nLen%4==0, in convertToPARGB()
1655 uno::Sequence< rendering::ARGBColor > aRes(nLen/4); in convertToPARGB()
1657 for( sal_Size i=0; i<nLen; i+=4 ) in convertToPARGB()
1667 const sal_Size nLen( rgbColor.getLength() ); in convertFromRGB() local
1669 uno::Sequence< double > aRes(nLen*4); in convertFromRGB()
1671 for( sal_Size i=0; i<nLen; ++i ) in convertFromRGB()
1684 const sal_Size nLen( rgbColor.getLength() ); in convertFromARGB() local
1686 uno::Sequence< double > aRes(nLen*4); in convertFromARGB()
1688 for( sal_Size i=0; i<nLen; ++i ) in convertFromARGB()
1701 const sal_Size nLen( rgbColor.getLength() ); in convertFromPARGB() local
1703 uno::Sequence< double > aRes(nLen*4); in convertFromPARGB()
1705 for( sal_Size i=0; i<nLen; ++i ) in convertFromPARGB()
1736 const sal_Size nLen( deviceColor.getLength() ); in convertFromIntegerColorSpace() local
1737 ENSURE_ARG_OR_THROW2(nLen%4==0, in convertFromIntegerColorSpace()
1741 uno::Sequence<double> aRes(nLen); in convertFromIntegerColorSpace()
1743 for( sal_Size i=0; i<nLen; i+=4 ) in convertFromIntegerColorSpace()
1782 const sal_Size nLen( deviceColor.getLength() ); in convertIntegerToRGB() local
1783 ENSURE_ARG_OR_THROW2(nLen%4==0, in convertIntegerToRGB()
1787 uno::Sequence< rendering::RGBColor > aRes(nLen/4); in convertIntegerToRGB()
1789 for( sal_Size i=0; i<nLen; i+=4 ) in convertIntegerToRGB()
1807 const sal_Size nLen( deviceColor.getLength() ); in convertIntegerToARGB() local
1808 ENSURE_ARG_OR_THROW2(nLen%4==0, in convertIntegerToARGB()
1812 uno::Sequence< rendering::ARGBColor > aRes(nLen/4); in convertIntegerToARGB()
1814 for( sal_Size i=0; i<nLen; i+=4 ) in convertIntegerToARGB()
1832 const sal_Size nLen( deviceColor.getLength() ); in convertIntegerToPARGB() local
1833 ENSURE_ARG_OR_THROW2(nLen%4==0, in convertIntegerToPARGB()
1837 uno::Sequence< rendering::ARGBColor > aRes(nLen/4); in convertIntegerToPARGB()
1839 for( sal_Size i=0; i<nLen; i+=4 ) in convertIntegerToPARGB()
1854 const sal_Size nLen( rgbColor.getLength() ); in convertIntegerFromRGB() local
1856 uno::Sequence< sal_Int8 > aRes(nLen*4); in convertIntegerFromRGB()
1858 for( sal_Size i=0; i<nLen; ++i ) in convertIntegerFromRGB()
1872 const sal_Size nLen( rgbColor.getLength() ); in convertIntegerFromARGB() local
1874 uno::Sequence< sal_Int8 > aRes(nLen*4); in convertIntegerFromARGB()
1876 for( sal_Size i=0; i<nLen; ++i ) in convertIntegerFromARGB()
1890 const sal_Size nLen( rgbColor.getLength() ); in convertIntegerFromPARGB() local
1892 uno::Sequence< sal_Int8 > aRes(nLen*4); in convertIntegerFromPARGB()
1894 for( sal_Size i=0; i<nLen; ++i ) in convertIntegerFromPARGB()