HomeSort by relevance Sort by last modified time
    Searched refs:Stroke (Results 1 - 11 of 11) sorted by null

  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
ComposePathEffect_Delegate.java 22 import java.awt.Stroke;
47 public Stroke getStroke(Paint_Delegate paint) {
CornerPathEffect_Delegate.java 22 import java.awt.Stroke;
47 public Stroke getStroke(Paint_Delegate paint) {
DiscretePathEffect_Delegate.java 22 import java.awt.Stroke;
47 public Stroke getStroke(Paint_Delegate paint) {
SumPathEffect_Delegate.java 22 import java.awt.Stroke;
47 public Stroke getStroke(Paint_Delegate paint) {
PathDashPathEffect_Delegate.java 22 import java.awt.Stroke;
47 public Stroke getStroke(Paint_Delegate paint) {
PathEffect_Delegate.java 22 import java.awt.Stroke;
55 public abstract Stroke getStroke(Paint_Delegate paint);
DashPathEffect_Delegate.java 23 import java.awt.Stroke;
52 public Stroke getStroke(Paint_Delegate paint) {
Paint_Delegate.java 31 import java.awt.Stroke;
145 * returns the value of stroke miter needed by the java api.
179 public Stroke getJavaStroke() {
182 Stroke stroke = mPathEffect.getStroke(this); local
183 assert stroke != null;
184 if (stroke != null) {
185 return stroke;
194 // if no custom stroke as been set, set the default one.
771 Stroke stroke = paint.getJavaStroke() local
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
OccurrenceRenderer.java 32 import java.awt.Stroke;
76 Stroke s = getItemStroke(series, item);
  /external/proguard/src/proguard/gui/splash/
OverrideGraphics2D.java 33 * This Graphics2D allows to fix some basic settings (Color, Font, Paint, Stroke,
47 private Stroke overrideStroke;
53 private Stroke stroke; field in class:OverrideGraphics2D
66 this.stroke = graphics.getStroke();
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)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 140 Stroke = 2,
141 FillAndStroke = Fill + Stroke
160 if (drawingStyle & Stroke) {
175 // context to preserve things such as the fill rule and stroke width.
181 if (drawingStyle & Stroke)
198 drawPathShadow(context, Stroke);
807 // Cairo contexts can't hold separate fill and stroke colors
808 // so we set them just before we actually fill or stroke
813 // Cairo contexts can't hold separate fill and stroke colors
814 // so we set them just before we actually fill or stroke
    [all...]

Completed in 248 milliseconds