Home
last modified time | relevance | path

Searched refs:rgbColor (Results 1 – 9 of 9) sorted by relevance

/trunk/main/vcl/source/helper/
H A Dcanvasbitmap.cxx922 const sal_Size nLen( rgbColor.getLength() ); in convertFromRGB()
946 pColors[m_nRedIndex] = rgbColor[i].Red; in convertFromRGB()
962 const sal_Size nLen( rgbColor.getLength() ); in convertFromARGB()
986 pColors[m_nRedIndex] = rgbColor[i].Red; in convertFromARGB()
1002 const sal_Size nLen( rgbColor.getLength() ); in convertFromPARGB()
1012 const double nAlpha( rgbColor[i].Alpha ); in convertFromPARGB()
1027 const double nAlpha( rgbColor[i].Alpha ); in convertFromPARGB()
1307 const sal_Size nLen( rgbColor.getLength() ); in convertIntegerFromRGB()
1356 const sal_Size nLen( rgbColor.getLength() ); in convertIntegerFromARGB()
1405 const sal_Size nLen( rgbColor.getLength() ); in convertIntegerFromPARGB()
[all …]
H A Dcanvastools.cxx698 … > SAL_CALL convertFromRGB( const uno::Sequence< rendering::RGBColor >& rgbColor ) throw (lang::Il… in convertFromRGB() argument
700 const rendering::RGBColor* pIn( rgbColor.getConstArray() ); in convertFromRGB()
701 const sal_Size nLen( rgbColor.getLength() ); in convertFromRGB()
715 … SAL_CALL convertFromARGB( const uno::Sequence< rendering::ARGBColor >& rgbColor ) throw (lang::Il… in convertFromARGB() argument
717 const rendering::ARGBColor* pIn( rgbColor.getConstArray() ); in convertFromARGB()
718 const sal_Size nLen( rgbColor.getLength() ); in convertFromARGB()
732 …SAL_CALL convertFromPARGB( const uno::Sequence< rendering::ARGBColor >& rgbColor ) throw (lang::Il… in convertFromPARGB() argument
734 const rendering::ARGBColor* pIn( rgbColor.getConstArray() ); in convertFromPARGB()
735 const sal_Size nLen( rgbColor.getLength() ); in convertFromPARGB()
/trunk/main/canvas/source/tools/
H A Dcanvastools.cxx349 const rendering::RGBColor* pIn( rgbColor.getConstArray() ); in convertFromRGB()
350 const sal_Size nLen( rgbColor.getLength() ); in convertFromRGB()
366 const rendering::ARGBColor* pIn( rgbColor.getConstArray() ); in convertFromARGB()
367 const sal_Size nLen( rgbColor.getLength() ); in convertFromARGB()
383 const rendering::ARGBColor* pIn( rgbColor.getConstArray() ); in convertFromPARGB()
384 const sal_Size nLen( rgbColor.getLength() ); in convertFromPARGB()
530 const rendering::RGBColor* pIn( rgbColor.getConstArray() ); in convertIntegerFromRGB()
531 const sal_Size nLen( rgbColor.getLength() ); in convertIntegerFromRGB()
548 const rendering::ARGBColor* pIn( rgbColor.getConstArray() ); in convertIntegerFromARGB()
549 const sal_Size nLen( rgbColor.getLength() ); in convertIntegerFromARGB()
[all …]
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx1666 const rendering::RGBColor* pIn( rgbColor.getConstArray() ); in convertFromRGB()
1667 const sal_Size nLen( rgbColor.getLength() ); in convertFromRGB()
1683 const rendering::ARGBColor* pIn( rgbColor.getConstArray() ); in convertFromARGB()
1684 const sal_Size nLen( rgbColor.getLength() ); in convertFromARGB()
1700 const rendering::ARGBColor* pIn( rgbColor.getConstArray() ); in convertFromPARGB()
1701 const sal_Size nLen( rgbColor.getLength() ); in convertFromPARGB()
1853 const rendering::RGBColor* pIn( rgbColor.getConstArray() ); in convertIntegerFromRGB()
1854 const sal_Size nLen( rgbColor.getLength() ); in convertIntegerFromRGB()
1871 const rendering::ARGBColor* pIn( rgbColor.getConstArray() ); in convertIntegerFromARGB()
1872 const sal_Size nLen( rgbColor.getLength() ); in convertIntegerFromARGB()
[all …]
/trunk/main/vcl/inc/
H A Dcanvasbitmap.hxx96 …com::sun::star::uno::Sequence< ::com::sun::star::rendering::RGBColor >& rgbColor ) throw (::com::s…
97 …om::sun::star::uno::Sequence< ::com::sun::star::rendering::ARGBColor >& rgbColor ) throw (::com::s…
98 …om::sun::star::uno::Sequence< ::com::sun::star::rendering::ARGBColor >& rgbColor ) throw (::com::s…
107 …com::sun::star::uno::Sequence< ::com::sun::star::rendering::RGBColor >& rgbColor ) throw (::com::s…
108 …om::sun::star::uno::Sequence< ::com::sun::star::rendering::ARGBColor >& rgbColor ) throw (::com::s…
109 …om::sun::star::uno::Sequence< ::com::sun::star::rendering::ARGBColor >& rgbColor ) throw (::com::s…
/trunk/main/offapi/com/sun/star/rendering/
H A DXColorSpace.idl214 sequence<ColorComponent> convertFromRGB( [in] sequence<RGBColor> rgbColor )
222 @param rgbColor Sequence of sRGB color components. Is
232 sequence<ColorComponent> convertFromARGB( [in] sequence<ARGBColor> rgbColor )
241 @param rgbColor Sequence of sRGB color components. Is
253 sequence<ColorComponent> convertFromPARGB( [in] sequence<ARGBColor> rgbColor )
H A DXIntegerBitmapColorSpace.idl223 sequence<byte> convertIntegerFromRGB( [in] sequence<RGBColor> rgbColor )
243 sequence<byte> convertIntegerFromARGB( [in] sequence<ARGBColor> rgbColor )
266 sequence<byte> convertIntegerFromPARGB( [in] sequence<ARGBColor> rgbColor )
/trunk/main/oox/source/xls/
H A Dstylesfragment.cxx49 if( nElement == XLS_TOKEN( rgbColor ) ) getStyles().importPaletteColor( rAttribs ); in onCreateContext()
/trunk/main/oox/source/token/
H A Dtokens.txt4216 rgbColor

Completed in 82 milliseconds