Lines Matching refs:nLen

299                     const sal_Size nLen( deviceColor.getLength() );  in convertToRGB()  local
300 ENSURE_ARG_OR_THROW2(nLen%4==0, in convertToRGB()
304 uno::Sequence< rendering::RGBColor > aRes(nLen/4); in convertToRGB()
306 for( sal_Size i=0; i<nLen; i+=4 ) in convertToRGB()
316 const sal_Size nLen( deviceColor.getLength() ); in convertToARGB() local
317 ENSURE_ARG_OR_THROW2(nLen%4==0, in convertToARGB()
321 uno::Sequence< rendering::ARGBColor > aRes(nLen/4); in convertToARGB()
323 for( sal_Size i=0; i<nLen; i+=4 ) in convertToARGB()
333 const sal_Size nLen( deviceColor.getLength() ); in convertToPARGB() local
334 ENSURE_ARG_OR_THROW2(nLen%4==0, in convertToPARGB()
338 uno::Sequence< rendering::ARGBColor > aRes(nLen/4); in convertToPARGB()
340 for( sal_Size i=0; i<nLen; i+=4 ) in convertToPARGB()
350 const sal_Size nLen( rgbColor.getLength() ); in convertFromRGB() local
352 uno::Sequence< double > aRes(nLen*4); in convertFromRGB()
354 for( sal_Size i=0; i<nLen; ++i ) in convertFromRGB()
367 const sal_Size nLen( rgbColor.getLength() ); in convertFromARGB() local
369 uno::Sequence< double > aRes(nLen*4); in convertFromARGB()
371 for( sal_Size i=0; i<nLen; ++i ) in convertFromARGB()
384 const sal_Size nLen( rgbColor.getLength() ); in convertFromPARGB() local
386 uno::Sequence< double > aRes(nLen*4); in convertFromPARGB()
388 for( sal_Size i=0; i<nLen; ++i ) in convertFromPARGB()
419 const sal_Size nLen( deviceColor.getLength() ); in convertFromIntegerColorSpace() local
420 ENSURE_ARG_OR_THROW2(nLen%4==0, in convertFromIntegerColorSpace()
424 uno::Sequence<double> aRes(nLen); in convertFromIntegerColorSpace()
426 for( sal_Size i=0; i<nLen; i+=4 ) in convertFromIntegerColorSpace()
465 const sal_Size nLen( deviceColor.getLength() ); in convertIntegerToRGB() local
466 ENSURE_ARG_OR_THROW2(nLen%4==0, in convertIntegerToRGB()
470 uno::Sequence< rendering::RGBColor > aRes(nLen/4); in convertIntegerToRGB()
472 for( sal_Size i=0; i<nLen; i+=4 ) in convertIntegerToRGB()
486 const sal_Size nLen( deviceColor.getLength() ); in convertIntegerToARGB() local
487 ENSURE_ARG_OR_THROW2(nLen%4==0, in convertIntegerToARGB()
491 uno::Sequence< rendering::ARGBColor > aRes(nLen/4); in convertIntegerToARGB()
493 for( sal_Size i=0; i<nLen; i+=4 ) in convertIntegerToARGB()
508 const sal_Size nLen( deviceColor.getLength() ); in convertIntegerToPARGB() local
509 ENSURE_ARG_OR_THROW2(nLen%4==0, in convertIntegerToPARGB()
513 uno::Sequence< rendering::ARGBColor > aRes(nLen/4); in convertIntegerToPARGB()
515 for( sal_Size i=0; i<nLen; i+=4 ) in convertIntegerToPARGB()
531 const sal_Size nLen( rgbColor.getLength() ); in convertIntegerFromRGB() local
533 uno::Sequence< sal_Int8 > aRes(nLen*4); in convertIntegerFromRGB()
535 for( sal_Size i=0; i<nLen; ++i ) in convertIntegerFromRGB()
549 const sal_Size nLen( rgbColor.getLength() ); in convertIntegerFromARGB() local
551 uno::Sequence< sal_Int8 > aRes(nLen*4); in convertIntegerFromARGB()
553 for( sal_Size i=0; i<nLen; ++i ) in convertIntegerFromARGB()
567 const sal_Size nLen( rgbColor.getLength() ); in convertIntegerFromPARGB() local
569 uno::Sequence< sal_Int8 > aRes(nLen*4); in convertIntegerFromPARGB()
571 for( sal_Size i=0; i<nLen; ++i ) in convertIntegerFromPARGB()