Lines Matching refs:ARGBColor

292                     uno::Sequence<rendering::ARGBColor> aIntermediate(  in convertColorSpace()
313 …virtual uno::Sequence< rendering::ARGBColor > SAL_CALL convertToARGB( const uno::Sequence< double … in convertToARGB()
321 uno::Sequence< rendering::ARGBColor > aRes(nLen/4); in convertToARGB()
322 rendering::ARGBColor* pOut( aRes.getArray() ); in convertToARGB()
325 *pOut++ = rendering::ARGBColor(pIn[3],pIn[0],pIn[1],pIn[2]); in convertToARGB()
330 …virtual uno::Sequence< rendering::ARGBColor > SAL_CALL convertToPARGB( const uno::Sequence< double… in convertToPARGB()
338 uno::Sequence< rendering::ARGBColor > aRes(nLen/4); in convertToPARGB()
339 rendering::ARGBColor* pOut( aRes.getArray() ); in convertToPARGB()
342 … *pOut++ = rendering::ARGBColor(pIn[3],pIn[3]*pIn[0],pIn[3]*pIn[1],pIn[3]*pIn[2]); in convertToPARGB()
364 …nce< double > SAL_CALL convertFromARGB( const uno::Sequence< rendering::ARGBColor >& rgbColor ) th… in convertFromARGB()
366 const rendering::ARGBColor* pIn( rgbColor.getConstArray() ); in convertFromARGB()
381 …ce< double > SAL_CALL convertFromPARGB( const uno::Sequence< rendering::ARGBColor >& rgbColor ) th… in convertFromPARGB()
383 const rendering::ARGBColor* pIn( rgbColor.getConstArray() ); in convertFromPARGB()
439 uno::Sequence<rendering::ARGBColor> aIntermediate( in convertFromIntegerColorSpace()
457 uno::Sequence<rendering::ARGBColor> aIntermediate( in convertToIntegerColorSpace()
483 …virtual uno::Sequence< rendering::ARGBColor > SAL_CALL convertIntegerToARGB( const uno::Sequence< … in convertIntegerToARGB()
491 uno::Sequence< rendering::ARGBColor > aRes(nLen/4); in convertIntegerToARGB()
492 rendering::ARGBColor* pOut( aRes.getArray() ); in convertIntegerToARGB()
495 *pOut++ = rendering::ARGBColor( in convertIntegerToARGB()
505 …virtual uno::Sequence< rendering::ARGBColor > SAL_CALL convertIntegerToPARGB( const uno::Sequence<… in convertIntegerToPARGB()
513 uno::Sequence< rendering::ARGBColor > aRes(nLen/4); in convertIntegerToPARGB()
514 rendering::ARGBColor* pOut( aRes.getArray() ); in convertIntegerToPARGB()
518 *pOut++ = rendering::ARGBColor( in convertIntegerToPARGB()
546 …Int8 > SAL_CALL convertIntegerFromARGB( const uno::Sequence< rendering::ARGBColor >& rgbColor ) th… in convertIntegerFromARGB()
548 const rendering::ARGBColor* pIn( rgbColor.getConstArray() ); in convertIntegerFromARGB()
564 …nt8 > SAL_CALL convertIntegerFromPARGB( const uno::Sequence< rendering::ARGBColor >& rgbColor ) th… in convertIntegerFromPARGB()
566 const rendering::ARGBColor* pIn( rgbColor.getConstArray() ); in convertIntegerFromPARGB()