Searched refs:aStops (Results 1 – 3 of 3) sorted by relevance
51 std::vector<double> aStops(3); in getTestVector() local52 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()
651 uno::Sequence< double > aStops(2); in createGradientAction() local655 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()
592 std::vector< Gdiplus::REAL > aStops; in fillTexturedPolyPolygon() local593 comphelper::sequenceToContainer(aStops,rValues.maStops); in fillTexturedPolyPolygon()599 aStops, in fillTexturedPolyPolygon()
Completed in 31 milliseconds