Home
last modified time | relevance | path

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

12345

/external/webkit/Source/WebCore/css/
DCSSGradientValue.cpp140 Vector<GradientStop> stops(numStops); in addStops() local
155stops[i].color = renderer->document()->styleSelector()->getColorFromPrimitiveValue(stop.m_color.ge… in addStops()
160stops[i].offset = stop.m_position->getFloatValue(CSSPrimitiveValue::CSS_PERCENTAGE) / 100; in addStops()
167 stops[i].offset = (gradientLength > 0) ? length / gradientLength : 0; in addStops()
170 stops[i].offset = 0; in addStops()
172 stops[i].specified = true; in addStops()
177 stops[i].offset = 0; in addStops()
178 stops[i].specified = true; in addStops()
180 stops[i].offset = 1; in addStops()
181 stops[i].specified = true; in addStops()
[all …]
DCSSGradientValue.h58 Vector<CSSGradientColorStop>& stops() { return m_stops; } in stops() function
/external/webkit/Source/WebCore/rendering/style/
DSVGRenderStyle.cpp50 stops = defaultStyle->stops; in SVGRenderStyle()
66 stops.init(); in SVGRenderStyle()
79 stops = other.stops; in SVGRenderStyle()
98 && stops == other.stops in operator ==()
198 if (stops != other->stops) in diff()
DSVGRenderStyle.h203 if (!(stops->opacity == obj)) in setStopOpacity()
204 stops.access()->opacity = obj; in setStopOpacity()
209 if (!(stops->color == obj)) in setStopColor()
210 stops.access()->color = obj; in setStopColor()
304 float stopOpacity() const { return stops->opacity; } in stopOpacity()
305 Color stopColor() const { return stops->color; } in stopColor()
392 DataRef<StyleStopData> stops; variable
/external/icu4c/data/brkitr/
Dthaidict.txt15975 # วี.ดี. # TODO: why do these have full stops?
16360 # ส.ธรนินทร์ -- TODO: why do these have full stops?
/external/webkit/Source/WebCore/svg/
DSVGGradientElement.cpp150 Vector<Gradient::ColorStop> stops; in buildStops() local
171 stops.append(Gradient::ColorStop(offset, r, g, b, a)); in buildStops()
174 return stops; in buildStops()
DSVGLinearGradientElement.cpp160 const Vector<Gradient::ColorStop>& stops(current->buildStops()); in collectGradientAttributes() local
161 if (!stops.isEmpty()) in collectGradientAttributes()
162 attributes.setStops(stops); in collectGradientAttributes()
DSVGRadialGradientElement.cpp171 const Vector<Gradient::ColorStop>& stops(current->buildStops()); in collectGradientAttributes() local
172 if (!stops.isEmpty()) in collectGradientAttributes()
173 attributes.setStops(stops); in collectGradientAttributes()
DGradientAttributes.h44 const Vector<Gradient::ColorStop>& stops() const { return m_stops; } in stops() function
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGResourceGradient.cpp270 …ourceGradient::addStops(GradientData* gradientData, const Vector<Gradient::ColorStop>& stops) const in applyResource()
274 const Vector<Gradient::ColorStop>::const_iterator end = stops.end(); in applyResource()
275 for (Vector<Gradient::ColorStop>::const_iterator it = stops.begin(); it != end; ++it) in applyResource()
DRenderSVGResourceLinearGradient.cpp61 addStops(gradientData, m_attributes.stops()); in buildGradient()
DRenderSVGResourceRadialGradient.cpp66 addStops(gradientData, m_attributes.stops()); in buildGradient()
/external/skia/src/effects/gradients/
DSkSweepGradient.cpp452 SkScalar* stops = stopsArray; in TestCreate() local
454 int colorCount = RandomGradientParams(random, colors, &stops, &tmIgnored); in TestCreate()
456 colors, stops, colorCount)); in TestCreate()
DSkGradientShader.cpp829 SkScalar** stops, in RandomGradientParams() argument
835 *stops = NULL; in RandomGradientParams()
841 if (NULL != *stops) { in RandomGradientParams()
842 (*stops)[i] = stop; in RandomGradientParams()
DSkLinearGradient.cpp528 SkScalar* stops = stopsArray; in TestCreate() local
530 int colorCount = RandomGradientParams(random, colors, &stops, &tm); in TestCreate()
532 colors, stops, colorCount, in TestCreate()
DSkRadialGradient.cpp549 SkScalar* stops = stopsArray; in TestCreate() local
551 int colorCount = RandomGradientParams(random, colors, &stops, &tm); in TestCreate()
553 colors, stops, colorCount, in TestCreate()
DSkTwoPointRadialGradient.cpp505 SkScalar* stops = stopsArray; in TestCreate() local
507 int colorCount = RandomGradientParams(random, colors, &stops, &tm); in TestCreate()
510 colors, stops, colorCount, in TestCreate()
DSkTwoPointConicalGradient.cpp445 SkScalar* stops = stopsArray; in TestCreate() local
447 int colorCount = RandomGradientParams(random, colors, &stops, &tm); in TestCreate()
450 colors, stops, colorCount, in TestCreate()
DSkGradientShaderPriv.h258 SkScalar** stops,
/external/webkit/Source/WebCore/platform/graphics/wince/
DGraphicsContextWinCE.cpp41 …onst IntRect& r, const IntPoint& p0, const IntPoint& p1, const Vector<Gradient::ColorStop>& stops);
42 …st IntPoint& p0, const IntPoint& p1, float r0, float r1, const Vector<Gradient::ColorStop>& stops);
1311 const Vector<Gradient::ColorStop>& stops = gradient->getStops(); in gradientAverageColor() local
1312 if (stops.isEmpty()) in gradientAverageColor()
1315 const Gradient::ColorStop& stop = stops.first(); in gradientAverageColor()
1316 if (stops.size() == 1) in gradientAverageColor()
1319 const Gradient::ColorStop& lastStop = stops.last(); in gradientAverageColor()
1404 const Vector<Gradient::ColorStop>& stops = gradient->getStops(); in fillRect() local
1405 if (stops.isEmpty()) in fillRect()
1408 size_t numStops = stops.size(); in fillRect()
[all …]
/external/clang/test/Analysis/
Dpr_2542_rdar_6793404.m46 // NOTE: The analyzer doesn't really handle this; it just stops tracking
/external/llvm/test/MC/AArch64/
Delf-globaladdress.ll81 ; This is on the store, so not really important, but it stops the next
/external/chromium/chrome/browser/ui/cocoa/toolbar/
Dback_forward_menu_controller.mm48 //TODO(viettrungluu): should we do anything for chapter stops (see model)?
/external/clang/include/clang/Basic/
DDiagnosticOptions.def85 VALUE_DIAGOPT(TabStop, 32, DefaultTabStop) /// The distance between tab stops.
/external/llvm/test/Transforms/EarlyCSE/
Dbasic.ll61 ;; Cross block load value numbering stops when stores happen.

12345