/external/webkit/Source/WebCore/css/ |
D | CSSGradientValue.cpp | 140 Vector<GradientStop> stops(numStops); in addStops() local 155 …stops[i].color = renderer->document()->styleSelector()->getColorFromPrimitiveValue(stop.m_color.ge… in addStops() 160 … stops[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 …]
|
D | CSSGradientValue.h | 58 Vector<CSSGradientColorStop>& stops() { return m_stops; } in stops() function
|
/external/webkit/Source/WebCore/rendering/style/ |
D | SVGRenderStyle.cpp | 50 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()
|
D | SVGRenderStyle.h | 203 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/ |
D | thaidict.txt | 15975 # วี.ดี. # TODO: why do these have full stops? 16360 # ส.ธรนินทร์ -- TODO: why do these have full stops?
|
/external/webkit/Source/WebCore/svg/ |
D | SVGGradientElement.cpp | 150 Vector<Gradient::ColorStop> stops; in buildStops() local 171 stops.append(Gradient::ColorStop(offset, r, g, b, a)); in buildStops() 174 return stops; in buildStops()
|
D | SVGLinearGradientElement.cpp | 160 const Vector<Gradient::ColorStop>& stops(current->buildStops()); in collectGradientAttributes() local 161 if (!stops.isEmpty()) in collectGradientAttributes() 162 attributes.setStops(stops); in collectGradientAttributes()
|
D | SVGRadialGradientElement.cpp | 171 const Vector<Gradient::ColorStop>& stops(current->buildStops()); in collectGradientAttributes() local 172 if (!stops.isEmpty()) in collectGradientAttributes() 173 attributes.setStops(stops); in collectGradientAttributes()
|
D | GradientAttributes.h | 44 const Vector<Gradient::ColorStop>& stops() const { return m_stops; } in stops() function
|
/external/webkit/Source/WebCore/rendering/svg/ |
D | RenderSVGResourceGradient.cpp | 270 …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()
|
D | RenderSVGResourceLinearGradient.cpp | 61 addStops(gradientData, m_attributes.stops()); in buildGradient()
|
D | RenderSVGResourceRadialGradient.cpp | 66 addStops(gradientData, m_attributes.stops()); in buildGradient()
|
/external/skia/src/effects/gradients/ |
D | SkSweepGradient.cpp | 452 SkScalar* stops = stopsArray; in TestCreate() local 454 int colorCount = RandomGradientParams(random, colors, &stops, &tmIgnored); in TestCreate() 456 colors, stops, colorCount)); in TestCreate()
|
D | SkGradientShader.cpp | 829 SkScalar** stops, in RandomGradientParams() argument 835 *stops = NULL; in RandomGradientParams() 841 if (NULL != *stops) { in RandomGradientParams() 842 (*stops)[i] = stop; in RandomGradientParams()
|
D | SkLinearGradient.cpp | 528 SkScalar* stops = stopsArray; in TestCreate() local 530 int colorCount = RandomGradientParams(random, colors, &stops, &tm); in TestCreate() 532 colors, stops, colorCount, in TestCreate()
|
D | SkRadialGradient.cpp | 549 SkScalar* stops = stopsArray; in TestCreate() local 551 int colorCount = RandomGradientParams(random, colors, &stops, &tm); in TestCreate() 553 colors, stops, colorCount, in TestCreate()
|
D | SkTwoPointRadialGradient.cpp | 505 SkScalar* stops = stopsArray; in TestCreate() local 507 int colorCount = RandomGradientParams(random, colors, &stops, &tm); in TestCreate() 510 colors, stops, colorCount, in TestCreate()
|
D | SkTwoPointConicalGradient.cpp | 445 SkScalar* stops = stopsArray; in TestCreate() local 447 int colorCount = RandomGradientParams(random, colors, &stops, &tm); in TestCreate() 450 colors, stops, colorCount, in TestCreate()
|
D | SkGradientShaderPriv.h | 258 SkScalar** stops,
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | GraphicsContextWinCE.cpp | 41 …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/ |
D | pr_2542_rdar_6793404.m | 46 // NOTE: The analyzer doesn't really handle this; it just stops tracking
|
/external/llvm/test/MC/AArch64/ |
D | elf-globaladdress.ll | 81 ; This is on the store, so not really important, but it stops the next
|
/external/chromium/chrome/browser/ui/cocoa/toolbar/ |
D | back_forward_menu_controller.mm | 48 //TODO(viettrungluu): should we do anything for chapter stops (see model)?
|
/external/clang/include/clang/Basic/ |
D | DiagnosticOptions.def | 85 VALUE_DIAGOPT(TabStop, 32, DefaultTabStop) /// The distance between tab stops.
|
/external/llvm/test/Transforms/EarlyCSE/ |
D | basic.ll | 61 ;; Cross block load value numbering stops when stores happen.
|