Lines Matching refs:aRes

304                     uno::Sequence< rendering::RGBColor > aRes(nLen/4);  in convertToRGB()  local
305 rendering::RGBColor* pOut( aRes.getArray() ); in convertToRGB()
311 return aRes; in convertToRGB()
321 uno::Sequence< rendering::ARGBColor > aRes(nLen/4); in convertToARGB() local
322 rendering::ARGBColor* pOut( aRes.getArray() ); in convertToARGB()
328 return aRes; in convertToARGB()
338 uno::Sequence< rendering::ARGBColor > aRes(nLen/4); in convertToPARGB() local
339 rendering::ARGBColor* pOut( aRes.getArray() ); in convertToPARGB()
345 return aRes; in convertToPARGB()
352 uno::Sequence< double > aRes(nLen*4); in convertFromRGB() local
353 double* pColors=aRes.getArray(); in convertFromRGB()
362 return aRes; in convertFromRGB()
369 uno::Sequence< double > aRes(nLen*4); in convertFromARGB() local
370 double* pColors=aRes.getArray(); in convertFromARGB()
379 return aRes; in convertFromARGB()
386 uno::Sequence< double > aRes(nLen*4); in convertFromPARGB() local
387 double* pColors=aRes.getArray(); in convertFromPARGB()
396 return aRes; in convertFromPARGB()
424 uno::Sequence<double> aRes(nLen); in convertFromIntegerColorSpace() local
425 double* pOut( aRes.getArray() ); in convertFromIntegerColorSpace()
433 return aRes; in convertFromIntegerColorSpace()
470 uno::Sequence< rendering::RGBColor > aRes(nLen/4); in convertIntegerToRGB() local
471 rendering::RGBColor* pOut( aRes.getArray() ); in convertIntegerToRGB()
480 return aRes; in convertIntegerToRGB()
491 uno::Sequence< rendering::ARGBColor > aRes(nLen/4); in convertIntegerToARGB() local
492 rendering::ARGBColor* pOut( aRes.getArray() ); in convertIntegerToARGB()
502 return aRes; in convertIntegerToARGB()
513 uno::Sequence< rendering::ARGBColor > aRes(nLen/4); in convertIntegerToPARGB() local
514 rendering::ARGBColor* pOut( aRes.getArray() ); in convertIntegerToPARGB()
525 return aRes; in convertIntegerToPARGB()
533 uno::Sequence< sal_Int8 > aRes(nLen*4); in convertIntegerFromRGB() local
534 sal_Int8* pColors=aRes.getArray(); in convertIntegerFromRGB()
543 return aRes; in convertIntegerFromRGB()
551 uno::Sequence< sal_Int8 > aRes(nLen*4); in convertIntegerFromARGB() local
552 sal_Int8* pColors=aRes.getArray(); in convertIntegerFromARGB()
561 return aRes; in convertIntegerFromARGB()
569 uno::Sequence< sal_Int8 > aRes(nLen*4); in convertIntegerFromPARGB() local
570 sal_Int8* pColors=aRes.getArray(); in convertIntegerFromPARGB()
579 return aRes; in convertIntegerFromPARGB()