Searched refs:Stroke (Results 1 - 2 of 2) sorted by relevance

/external/proguard/src/proguard/gui/splash/
H A DOverrideGraphics2D.java33 * This Graphics2D allows to fix some basic settings (Color, Font, Paint, Stroke,
47 private Stroke overrideStroke;
53 private Stroke stroke;
104 * Fixes the Stroke of the Graphics2D.
106 * @param stroke the fixed Stroke, or <code>null</code> to undo the fixing.
108 public void setOverrideStroke(Stroke stroke)
162 public void setStroke(Stroke stroke)
203 public Stroke getStroke()
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DGraphicsContextCairo.cpp140 Stroke = 2, enumerator in enum:WebCore::PathDrawingStyle
141 FillAndStroke = Fill + Stroke
160 if (drawingStyle & Stroke) {
181 if (drawingStyle & Stroke)
198 drawPathShadow(context, Stroke);

Completed in 108 milliseconds