Lines Matching refs:aRes

773     uno::Sequence< rendering::RGBColor > aRes(nLen/nComponentsPerPixel);  in convertToRGB()  local
774 rendering::RGBColor* pOut( aRes.getArray() ); in convertToRGB()
809 return aRes; in convertToRGB()
822 uno::Sequence< rendering::ARGBColor > aRes(nLen/nComponentsPerPixel); in convertToARGB() local
823 rendering::ARGBColor* pOut( aRes.getArray() ); in convertToARGB()
862 return aRes; in convertToARGB()
875 uno::Sequence< rendering::ARGBColor > aRes(nLen/nComponentsPerPixel); in convertToPARGB() local
876 rendering::ARGBColor* pOut( aRes.getArray() ); in convertToPARGB()
915 return aRes; in convertToPARGB()
925 uno::Sequence< double > aRes(nLen*nComponentsPerPixel); in convertFromRGB() local
926 double* pColors=aRes.getArray(); in convertFromRGB()
955 return aRes; in convertFromRGB()
965 uno::Sequence< double > aRes(nLen*nComponentsPerPixel); in convertFromARGB() local
966 double* pColors=aRes.getArray(); in convertFromARGB()
995 return aRes; in convertFromARGB()
1005 uno::Sequence< double > aRes(nLen*nComponentsPerPixel); in convertFromPARGB() local
1006 double* pColors=aRes.getArray(); in convertFromPARGB()
1037 return aRes; in convertFromPARGB()
1071 uno::Sequence<double> aRes(nLen); in convertFromIntegerColorSpace() local
1072 double* pOut( aRes.getArray() ); in convertFromIntegerColorSpace()
1110 return aRes; in convertFromIntegerColorSpace()
1148 uno::Sequence< rendering::RGBColor > aRes(nNumColors); in convertIntegerToRGB() local
1149 rendering::RGBColor* pOut( aRes.getArray() ); in convertIntegerToRGB()
1189 return aRes; in convertIntegerToRGB()
1200 uno::Sequence< rendering::ARGBColor > aRes(nNumColors); in convertIntegerToARGB() local
1201 rendering::ARGBColor* pOut( aRes.getArray() ); in convertIntegerToARGB()
1244 return aRes; in convertIntegerToARGB()
1255 uno::Sequence< rendering::ARGBColor > aRes(nNumColors); in convertIntegerToPARGB() local
1256 rendering::ARGBColor* pOut( aRes.getArray() ); in convertIntegerToPARGB()
1300 return aRes; in convertIntegerToPARGB()
1310 uno::Sequence< sal_Int8 > aRes(nNumBytes); in convertIntegerFromRGB() local
1311 sal_uInt8* pColors=reinterpret_cast<sal_uInt8*>(aRes.getArray()); in convertIntegerFromRGB()
1349 return aRes; in convertIntegerFromRGB()
1359 uno::Sequence< sal_Int8 > aRes(nNumBytes); in convertIntegerFromARGB() local
1360 sal_uInt8* pColors=reinterpret_cast<sal_uInt8*>(aRes.getArray()); in convertIntegerFromARGB()
1398 return aRes; in convertIntegerFromARGB()
1408 uno::Sequence< sal_Int8 > aRes(nNumBytes); in convertIntegerFromPARGB() local
1409 sal_uInt8* pColors=reinterpret_cast<sal_uInt8*>(aRes.getArray()); in convertIntegerFromPARGB()
1448 return aRes; in convertIntegerFromPARGB()