Searched defs:stops (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/make/tools/src/build/tools/generatenimbus/
H A DPaint.java173 @XmlElement(name="stop") private ArrayList<GradientStop> stops; field in class:AbstractGradient
174 public List<GradientStop> getStops() { return stops; }
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DXRBackendNative.c77 const XFixed *stops,
84 const XFixed *stops,
460 XFixed *stops; local
481 stops = (XFixed *) malloc(numStops * sizeof(XFixed));
484 stops[i] = XDoubleToFixed(fractions[i]);
492 gradient = (*XRenderCreateLinearGradientFunc)(awt_display, &grad, stops, colors, numStops);
495 gradient = XRenderCreateLinearGradient(awt_display, &grad, stops, colors, numStops);
498 free(stops);
527 XFixed *stops; local
551 stops
[all...]

Completed in 34 milliseconds