Searched refs:maColors (Results 1 – 8 of 8) sorted by relevance
/trunk/main/canvas/source/directx/ |
H A D | dx_canvashelper_texturefill.cxx | 581 OSL_ASSERT(rValues.maColors.getLength() == rValues.maStops.getLength() in fillTexturedPolyPolygon() 582 && rValues.maColors.getLength() > 1); in fillTexturedPolyPolygon() 584 std::vector< Gdiplus::Color > aColors(rValues.maColors.getLength()); in fillTexturedPolyPolygon() 585 std::transform(&rValues.maColors[0], in fillTexturedPolyPolygon() 586 &rValues.maColors[0]+rValues.maColors.getLength(), in fillTexturedPolyPolygon()
|
/trunk/main/canvas/source/vcl/ |
H A D | canvashelper_texturefill.cxx | 757 if( pGradient && pGradient->getValues().maColors.getLength() ) in fillTexturedPolyPolygon() 764 if( rValues.maColors.getLength() < 2 ) in fillTexturedPolyPolygon() 767 aTempState.DeviceColor = rValues.maColors[0]; in fillTexturedPolyPolygon() 772 std::vector< ::Color > aColors(rValues.maColors.getLength()); in fillTexturedPolyPolygon() 773 std::transform(&rValues.maColors[0], in fillTexturedPolyPolygon() 774 &rValues.maColors[0]+rValues.maColors.getLength(), in fillTexturedPolyPolygon()
|
/trunk/main/oox/source/xls/ |
H A D | stylesbuffer.cxx | 493 maColors.insert( maColors.begin(), spnDefColors8, STATIC_ARRAY_END( spnDefColors8 ) ); in ColorPalette() 499 …case BIFF2: maColors.insert( maColors.begin(), spnDefColors2, STATIC_ARRAY_END( spnDefColors2 ) );… in ColorPalette() 501 …case BIFF4: maColors.insert( maColors.begin(), spnDefColors3, STATIC_ARRAY_END( spnDefColors3 ) );… in ColorPalette() 502 …case BIFF5: maColors.insert( maColors.begin(), spnDefColors5, STATIC_ARRAY_END( spnDefColors5 ) );… in ColorPalette() 503 …case BIFF8: maColors.insert( maColors.begin(), spnDefColors8, STATIC_ARRAY_END( spnDefColors8 ) );… in ColorPalette() 577 if( mnAppendIndex < maColors.size() ) in appendColor() 578 maColors[ mnAppendIndex ] = nRGBValue; in appendColor() 580 maColors.push_back( nRGBValue ); in appendColor() 1882 maColors[ fPosition ] = aColor; in readGradientStop() 1972 mxGradientModel->maColors[ fPosition ].importColor( rAttribs ); in importColor() [all …]
|
/trunk/main/sfx2/source/sidebar/ |
H A D | Theme.cxx | 58 maColors(), in Theme() 97 return rTheme.maColors[nIndex]; in GetColor() 750 maColors.resize(__Color_Paint - __Image_Color - 1); in SetupPropertyMaps() 1062 maColors[nIndex] = Color(nColorValue); in ProcessNewValue()
|
/trunk/main/canvas/inc/canvas/ |
H A D | parametricpolypolygon.hxx | 77 maColors( rColors ), in Values() 90 … const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< double > > maColors; member
|
/trunk/main/oox/inc/oox/xls/ |
H A D | stylesbuffer.hxx | 156 ::std::vector< sal_Int32 > maColors; /// List of RGB values. 626 ColorMap maColors; /// Gradient colors. member
|
/trunk/main/canvas/source/cairo/ |
H A D | cairo_canvashelper.cxx | 717 addColorStops( pPattern, aValues.maColors, aValues.maStops ); in patternFromParametricPolyPolygon() 727 addColorStops( pPattern, aValues.maColors, aValues.maStops, true ); in patternFromParametricPolyPolygon() 833 setColor(pCairo,pPolyImpl->getValues().maColors[0]); in doOperation() 855 const uno::Sequence<double>* pColors=&pPolyImpl->getValues().maColors[0]; in doOperation()
|
/trunk/main/sfx2/inc/sfx2/sidebar/ |
H A D | Theme.hxx | 219 ::std::vector<Color> maColors;
|
Completed in 68 milliseconds