Lines Matching refs:aRes

681             uno::Sequence<double> aRes(3);  in lerp()  local
682 aRes[0] = basegfx::tools::lerp(rLeft[0],rRight[0],fAlpha); in lerp()
683 aRes[1] = basegfx::tools::lerp(rLeft[1],rRight[1],fAlpha); in lerp()
684 aRes[2] = basegfx::tools::lerp(rLeft[2],rRight[2],fAlpha); in lerp()
685 return aRes; in lerp()
689 uno::Sequence<double> aRes(4); in lerp() local
690 aRes[0] = basegfx::tools::lerp(rLeft[0],rRight[0],fAlpha); in lerp()
691 aRes[1] = basegfx::tools::lerp(rLeft[1],rRight[1],fAlpha); in lerp()
692 aRes[2] = basegfx::tools::lerp(rLeft[2],rRight[2],fAlpha); in lerp()
693 aRes[3] = basegfx::tools::lerp(rLeft[3],rRight[3],fAlpha); in lerp()
694 return aRes; in lerp()
1526 uno::Sequence< sal_Int8 > aRes( 4*nWidth*nHeight ); in getData() local
1527 sal_Int8* pData = aRes.getArray(); in getData()
1541 return aRes; in getData()
1613 uno::Sequence< rendering::RGBColor > aRes(nLen/4); in convertToRGB() local
1614 rendering::RGBColor* pOut( aRes.getArray() ); in convertToRGB()
1624 return aRes; in convertToRGB()
1634 uno::Sequence< rendering::ARGBColor > aRes(nLen/4); in convertToARGB() local
1635 rendering::ARGBColor* pOut( aRes.getArray() ); in convertToARGB()
1645 return aRes; in convertToARGB()
1655 uno::Sequence< rendering::ARGBColor > aRes(nLen/4); in convertToPARGB() local
1656 rendering::ARGBColor* pOut( aRes.getArray() ); in convertToPARGB()
1662 return aRes; in convertToPARGB()
1669 uno::Sequence< double > aRes(nLen*4); in convertFromRGB() local
1670 double* pColors=aRes.getArray(); in convertFromRGB()
1679 return aRes; in convertFromRGB()
1686 uno::Sequence< double > aRes(nLen*4); in convertFromARGB() local
1687 double* pColors=aRes.getArray(); in convertFromARGB()
1696 return aRes; in convertFromARGB()
1703 uno::Sequence< double > aRes(nLen*4); in convertFromPARGB() local
1704 double* pColors=aRes.getArray(); in convertFromPARGB()
1713 return aRes; in convertFromPARGB()
1741 uno::Sequence<double> aRes(nLen); in convertFromIntegerColorSpace() local
1742 double* pOut( aRes.getArray() ); in convertFromIntegerColorSpace()
1750 return aRes; in convertFromIntegerColorSpace()
1787 uno::Sequence< rendering::RGBColor > aRes(nLen/4); in convertIntegerToRGB() local
1788 rendering::RGBColor* pOut( aRes.getArray() ); in convertIntegerToRGB()
1801 return aRes; in convertIntegerToRGB()
1812 uno::Sequence< rendering::ARGBColor > aRes(nLen/4); in convertIntegerToARGB() local
1813 rendering::ARGBColor* pOut( aRes.getArray() ); in convertIntegerToARGB()
1827 return aRes; in convertIntegerToARGB()
1837 uno::Sequence< rendering::ARGBColor > aRes(nLen/4); in convertIntegerToPARGB() local
1838 rendering::ARGBColor* pOut( aRes.getArray() ); in convertIntegerToPARGB()
1848 return aRes; in convertIntegerToPARGB()
1856 uno::Sequence< sal_Int8 > aRes(nLen*4); in convertIntegerFromRGB() local
1857 sal_Int8* pColors=aRes.getArray(); in convertIntegerFromRGB()
1866 return aRes; in convertIntegerFromRGB()
1874 uno::Sequence< sal_Int8 > aRes(nLen*4); in convertIntegerFromARGB() local
1875 sal_Int8* pColors=aRes.getArray(); in convertIntegerFromARGB()
1885 return aRes; in convertIntegerFromARGB()
1892 uno::Sequence< sal_Int8 > aRes(nLen*4); in convertIntegerFromPARGB() local
1893 sal_Int8* pColors=aRes.getArray(); in convertIntegerFromPARGB()
1902 return aRes; in convertIntegerFromPARGB()