Home
last modified time | relevance | path

Searched refs:aStops (Results 1 – 3 of 3) sorted by relevance

/trunk/main/basegfx/test/
H A Dbasegfxtools.cxx51 std::vector<double> aStops(3); in getTestVector() local
52 aStops[0] = 0.1; in getTestVector()
53 aStops[1] = 0.5; in getTestVector()
54 aStops[2] = 0.9; in getTestVector()
55 return aStops; in getTestVector()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx651 uno::Sequence< double > aStops(2); in createGradientAction() local
655 aStops.realloc(3); in createGradientAction()
658 aStops[0] = 0.0; in createGradientAction()
659 aStops[1] = 0.5; in createGradientAction()
660 aStops[2] = 1.0; in createGradientAction()
668 aStops[0] = 0.0; in createGradientAction()
669 aStops[1] = 1.0; in createGradientAction()
801 aProp.Value <<= aStops; in createGradientAction()
/trunk/main/canvas/source/directx/
H A Ddx_canvashelper_texturefill.cxx592 std::vector< Gdiplus::REAL > aStops; in fillTexturedPolyPolygon() local
593 comphelper::sequenceToContainer(aStops,rValues.maStops); in fillTexturedPolyPolygon()
599 aStops, in fillTexturedPolyPolygon()

Completed in 33 milliseconds