Home
last modified time | relevance | path

Searched refs:stops (Results 1 – 25 of 62) sorted by relevance

123

/external/webkit/WebCore/svg/
DSVGRadialGradientElement.cpp157 Vector<SVGGradientStop> stops = attributes.stops(); in buildGradient() local
159 for (unsigned i = 0; i < stops.size(); ++i) { in buildGradient()
160 float offset = std::min(std::max(previousOffset, stops[i].first), 1.0f); in buildGradient()
162 gradient->addColorStop(offset, stops[i].second); in buildGradient()
167 if (attributes.stops().isEmpty()) in buildGradient()
175 radialGradient->setGradientStops(attributes.stops()); in buildGradient()
197 const Vector<SVGGradientStop>& stops(current->buildStops()); in collectGradientProperties() local
198 if (!stops.isEmpty()) in collectGradientProperties()
199 attributes.setStops(stops); in collectGradientProperties()
DSVGLinearGradientElement.cpp122 Vector<SVGGradientStop> m_stops = attributes.stops(); in buildGradient()
132 if (attributes.stops().isEmpty()) in buildGradient()
138 linearGradient->setGradientStops(attributes.stops()); in buildGradient()
165 const Vector<SVGGradientStop>& stops(current->buildStops()); in collectGradientProperties() local
166 if (!stops.isEmpty()) in collectGradientProperties()
167 attributes.setStops(stops); in collectGradientProperties()
DSVGGradientElement.cpp151 Vector<SVGGradientStop> stops; in buildStops() local
181stops.append(makeGradientStop(stopOffset, makeRGBA(color.red(), color.green(), color.blue(), int(o… in buildStops()
185 return stops; in buildStops()
DGradientAttributes.h40 const Vector<SVGGradientStop>& stops() const { return m_stops; } in stops() function
/external/webkit/WebCore/rendering/style/
DSVGRenderStyle.cpp50 stops = defaultStyle->stops; in SVGRenderStyle()
67 stops.init(); in SVGRenderStyle()
81 stops = other.stops; in SVGRenderStyle()
99 stops == o.stops && clip == o.clip && mask == o.mask && in operator ==()
DSVGRenderStyle.h91 …SVG_RS_DEFINE_ATTRIBUTE_DATAREF_WITH_INITIAL(float, stops, opacity, StopOpacity, stopOpacity, 1.0f)
92 …SVG_RS_DEFINE_ATTRIBUTE_DATAREF_WITH_INITIAL(Color, stops, color, StopColor, stopColor, Color(0, 0…
178 DataRef<StyleStopData> stops; variable
/external/webkit/WebCore/svg/graphics/
DSVGPaintServerGradient.h64 void setGradientStops(const Vector<SVGGradientStop>& stops) { m_stops = stops; } in setGradientStops() argument
/external/webkit/WebCore/platform/graphics/wince/
DGraphicsContextWince.cpp40 …onst IntRect& r, const IntPoint& p0, const IntPoint& p1, const Vector<Gradient::ColorStop>& stops);
41 …st IntPoint& p0, const IntPoint& p1, float r0, float r1, const Vector<Gradient::ColorStop>& stops);
1345 const Vector<Gradient::ColorStop>& stops = gradient->getStops(); in gradientAverageColor() local
1346 if (stops.isEmpty()) in gradientAverageColor()
1349 const Gradient::ColorStop& stop = stops.first(); in gradientAverageColor()
1350 if (stops.size() == 1) in gradientAverageColor()
1353 const Gradient::ColorStop& lastStop = stops.last(); in gradientAverageColor()
1448 const Vector<Gradient::ColorStop>& stops = gradient->getStops(); in fillRect() local
1449 if (stops.isEmpty()) in fillRect()
1452 size_t numStops = stops.size(); in fillRect()
[all …]
/external/dhcpcd/
DREADME20 This also puts the --no-background flag on and stops the --background flag
/external/libvpx/examples/includes/geshi/docs/
DTODO47 - Make tabs into tab-stops like a normal editor [DONE]
/external/openssl/apps/
Dopenssl.cnf6 # This definition stops the following lines choking if HOME isn't
Dopenssl-vms.cnf6 # This definition stops the following lines choking if HOME isn't
/external/dnsmasq/
DCHANGELOG59 pxe-service option is given. This stops dnsmasq
DCHANGELOG.archive10 to set SO_REUSEADDR on the tcp socket which stops problems when
223 release 1.5 Added --filterwin2k option which stops dnsmasq from forwarding
229 stops resolvers from switching to TCP, which is pointless since
389 DHCP which stops anthing else caching these
910 eg, dhcp-option=3 stops dnsmasq from sending a default
Ddnsmasq.conf.example399 # This option stops dnsmasq from negotiating a larger blocksize for TFTP
DFAQ367 to do a recursive query" and DNS stops working. What's going on?
/external/bluetooth/glib/
DChangeLog.pre-2-12565 g_thread_pool_stop_unused_threads() actually stops unused threads
DChangeLog.pre-2-16326 that GCC stops issuing false warnings about reachability Bug #514920
/external/bison/djgpp/
Dconfig.bat339 Rem Set HOME to a sane default so configure stops complaining.
/external/chromium/base/
Dmessage_pump_mac.mm514 // bases at any time after boot, the kernel clock stops while the system is
/external/webkit/WebKit/win/Interfaces/
DIWebView.idl434 … @discussion Make the page display with a different text encoding; stops any load in progress.
/external/webkit/WebCore/platform/graphics/mac/
DMediaPlayerPrivateQTKit.mm1047 // are at the end. Do this because QuickTime sometimes reports one time for duration and stops
/external/webkit/WebKit/mac/
DChangeLog-2006-02-09330 WebCore. Animation now stops lazily and just uses the CachedObject
1150 …problem/4401102> REGRESSION (420+): When displaying a PDF, tabbing around stops working after reac…
2739 when the tokenizer stops.
4336 render them with tabs stops every 8th space, where the space width and
5351 render them with tabs stops every 8th space, where the space width and
5757 (-[WebFrame _stopNonProvisionalLoadOnly]): New mthod that stops only the main
6992 This stops websites from having seemingly infinite progress in the browser UI.
7156 …- fixed <rdar://problem/4023337> Safari stops loading any page (-[NSCFDictionary setObject:forKey:…
10114 …- fixed <rdar://problem/3838934> Safari stops loading pages after rangeOfCharacterFromSet nil argu…
10584 …Fixed: <rdar://problem/3498680> switching back and forth between tabs stops calling anything in a …
[all …]
/external/grub/docs/
Dmultiboot.texi1104 the user of the halt state and stops forever until you push the reset
/external/webkit/WebCore/
DChangeLog4568 (WebCore::WebSocket::stop): close the connection and unset pending activity when it stops.
5751 Resources pane stops half-way.
6433 (WebCore::Gradient::sortStopsIfNecessary): Utility method to sort stops.

123