Home
last modified time | relevance | path

Searched refs:addStops (Results 1 – 24 of 24) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/javatests/src/org/chromium/chrome/browser/feed/library/piet/ui/
H A DGradientDrawableTest.java30 .addStops(ColorStop.newBuilder().setPositionPercent(0).setColor(Color.BLUE)) in testCreatesShader()
31 .addStops( in testCreatesShader()
44 .addStops(ColorStop.newBuilder().setPositionPercent(0).setColor(Color.BLUE)) in testCreatesShader_noRtlSupport()
45 .addStops( in testCreatesShader_noRtlSupport()
58 .addStops(ColorStop.newBuilder().setPositionPercent(0).setColor(Color.BLUE)) in testCreatesShader_rtl()
59 .addStops( in testCreatesShader_rtl()
73 .addStops(ColorStop.newBuilder().setPositionPercent(0).setColor(Color.BLUE)) in testCreatesShader_ltr()
74 .addStops( in testCreatesShader_ltr()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/javatests/src/org/chromium/chrome/browser/feed/library/piet/
H A DStyleProviderTest.java474 .addStops(ColorStop.newBuilder() in testElementStyles_gradientBackground()
477 .addStops(ColorStop.newBuilder() in testElementStyles_gradientBackground()
480 .addStops(ColorStop.newBuilder() in testElementStyles_gradientBackground()
483 .addStops(ColorStop.newBuilder() in testElementStyles_gradientBackground()
486 .addStops(ColorStop.newBuilder() in testElementStyles_gradientBackground()
505 .addStops(ColorStop.newBuilder() in testElementStyles_gradientBackground_badAngle_doesntCrash()
508 .addStops(ColorStop.newBuilder() in testElementStyles_gradientBackground_badAngle_doesntCrash()
527 .addStops(ColorStop.newBuilder() in testElementStyles_gradientBackground_badPercent_doesntCrash()
530 .addStops(ColorStop.newBuilder() in testElementStyles_gradientBackground_badPercent_doesntCrash()
H A DPietStylesHelperTest.java374 LinearGradient.newBuilder().addStops( in testMergeStyleIdsStack()
406 .addStops(ColorStop.newBuilder().setColor( in testMergeStyleIdsStack()
439 .addStops(ColorStop.newBuilder().setColor( in testMergeStyleIdsStack()
H A DFrameContextTest.java1126 LinearGradient.newBuilder().addStops( in testMergeStyleIdsStack()
1166 .addStops(ColorStop.newBuilder().setColor(1234)) in testMergeStyleIdsStack()
/dports/cad/sumo/sumo-1.2.0/src/mesosim/
H A DMEVehicleControl.cpp53 built->addStops(ignoreStopErrors); in buildVehicle()
H A DMEVehicle.h334 …te, const std::string& info, bool onInit = false, int offset = 0, bool addStops = true, bool remo…
H A DMEVehicle.cpp178 …oute* newRoute, const std::string& info, bool onInit, int offset, bool addStops, bool removeStops… in replaceRoute() argument
179 UNUSED_PARAMETER(addStops); // @todo recheck! in replaceRoute()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGResourceLinearGradient.cpp61 addStops(gradientData, m_attributes.stops()); in buildGradient()
H A DRenderSVGResourceRadialGradient.cpp66 addStops(gradientData, m_attributes.stops()); in buildGradient()
H A DRenderSVGResourceGradient.h57 void addStops(GradientData*, const Vector<Gradient::ColorStop>&) const;
H A DRenderSVGResourceGradient.cpp270 void RenderSVGResourceGradient::addStops(GradientData* gradientData, const Vector<Gradient::ColorSt… in applyResource() function in WebCore::RenderSVGResourceGradient
/dports/cad/sumo/sumo-1.2.0/src/mesogui/
H A DGUIMEVehicleControl.cpp53 built->addStops(ignoreStopErrors); in buildVehicle()
/dports/cad/sumo/sumo-1.2.0/src/guisim/
H A DGUIVehicleControl.cpp55 built->addStops(ignoreStopErrors); in buildVehicle()
/dports/cad/sumo/sumo-1.2.0/src/utils/vehicle/
H A DSUMOVehicle.h112 …ute, const std::string& info, bool onInit = false, int offset = 0, bool addStops = true, bool remo…
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/css/
H A DCSSGradientValue.h77 void addStops(Gradient*, RenderObject*, RenderStyle* rootStyle, float maxLengthForRepeat = 0);
H A DCSSGradientValue.cpp112 void CSSGradientValue::addStops(Gradient* gradient, RenderObject* renderer, RenderStyle* rootStyle,… in addStops() function in WebCore::CSSGradientValue
556 addStops(gradient.get(), renderer, rootStyle, 1); in createGradient()
855 addStops(gradient.get(), renderer, rootStyle, maxExtent); in createGradient()
/dports/cad/sumo/sumo-1.2.0/src/router/
H A DRONet.cpp677 const std::vector<SUMOVehicleParameter::Stop>* addStops = nullptr; in adaptIntermodalRouter() local
679 addStops = &route->getFirstRoute()->getStops(); in adaptIntermodalRouter()
681 router.getNetwork()->addSchedule(*i.second, addStops); in adaptIntermodalRouter()
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSBaseVehicle.h460 void addStops(const bool ignoreStopErrors);
H A DMSVehicleControl.cpp107 built->addStops(ignoreStopErrors); in buildVehicle()
H A DMSBaseVehicle.cpp546 MSBaseVehicle::addStops(const bool ignoreStopErrors) { in addStops() function in MSBaseVehicle
H A DMSVehicle.h277 …ute, const std::string& info, bool onInit = false, int offset = 0, bool addStops = true, bool remo…
H A DMSVehicle.cpp1108 addStops(!MSGlobals::gCheckRoutes);
/dports/cad/sumo/sumo-1.2.0/src/utils/router/
H A DIntermodalNetwork.h530 …st SUMOVehicleParameter& pars, const std::vector<SUMOVehicleParameter::Stop>* addStops = nullptr) {
533 if (addStops != nullptr) {
535 for (const SUMOVehicleParameter::Stop& stop : *addStops) {
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2011-02-162361 (WebCore::CSSGradientValue::addStops):
22929 (WebCore::CSSGradientValue::addStops):
32262 (WebCore::CSSGradientValue::addStops): Pass maxLengthForRepeat, which
32274 corner in order to inform addStops() how much additional extent is required.
33591 (WebCore::CSSGradientValue::addStops): Rename 'positions' to 'stops', and store
33664 (WebCore::CSSGradientValue::addStops): New method that handles the spec rules about