/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/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/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
|
D | delegates.m | 88 // For now the analyzer just stops tracking the reference count of the
|
/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/llvm/test/Transforms/EarlyCSE/ |
D | basic.ll | 61 ;; Cross block load value numbering stops when stores happen.
|
/external/libvpx/examples/includes/geshi/docs/ |
D | TODO | 47 - Make tabs into tab-stops like a normal editor [DONE]
|
/external/dhcpcd/ |
D | README | 21 This also puts the --no-background flag on and stops the --background flag
|
/external/chromium/chrome/browser/accessibility/ |
D | accessibility_mac_uitest.mm | 40 // The runloop stops only if we receive all expected notifications.
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | CommonToken.as | 51 /** The char position into the input buffer where this token stops */
|
/external/antlr/antlr-3.4/runtime/Ruby/ |
D | History.txt | 126 - Added BaseTree#prune, which stops decent into the current node during BaseTree#walk.
|
/external/v8/build/ |
D | common.gypi | 115 # removed once the Mac Chromium build stops setting target_arch to
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
D | throbber_view.mm | 198 // Starts or stops the timer as needed as ThrobberViews are added and removed
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | confirm_quit_panel_controller.mm | 381 // Releases itself when the animation stops.
|
/external/openssl/apps/ |
D | openssl.cnf | 6 # This definition stops the following lines choking if HOME isn't
|