Lines Matching refs:getConstArray
298 const double* pIn( deviceColor.getConstArray() ); in convertToRGB()
315 const double* pIn( deviceColor.getConstArray() ); in convertToARGB()
332 const double* pIn( deviceColor.getConstArray() ); in convertToPARGB()
349 const rendering::RGBColor* pIn( rgbColor.getConstArray() ); in convertFromRGB()
366 const rendering::ARGBColor* pIn( rgbColor.getConstArray() ); in convertFromARGB()
383 const rendering::ARGBColor* pIn( rgbColor.getConstArray() ); in convertFromPARGB()
418 const sal_Int8* pIn( deviceColor.getConstArray() ); in convertFromIntegerColorSpace()
464 const sal_Int8* pIn( deviceColor.getConstArray() ); in convertIntegerToRGB()
485 const sal_Int8* pIn( deviceColor.getConstArray() ); in convertIntegerToARGB()
507 const sal_Int8* pIn( deviceColor.getConstArray() ); in convertIntegerToPARGB()
530 const rendering::RGBColor* pIn( rgbColor.getConstArray() ); in convertIntegerFromRGB()
548 const rendering::ARGBColor* pIn( rgbColor.getConstArray() ); in convertIntegerFromARGB()
566 const rendering::ARGBColor* pIn( rgbColor.getConstArray() ); in convertIntegerFromPARGB()
634 const sal_Int8* pCols( rColor.getConstArray() ); in stdIntSequenceToColor()
637 return ::Color( *reinterpret_cast< const ::ColorData* >(rColor.getConstArray()) ); in stdIntSequenceToColor()