Searched refs:stroke (Results 1 – 7 of 7) sorted by relevance
70 GestureStroke stroke = mStrokes.get(i); in clone() local71 gesture.mStrokes.add((GestureStroke)stroke.clone()); in clone()95 public void addStroke(GestureStroke stroke) { in addStroke() argument96 mStrokes.add(stroke); in addStroke()97 mBoundingBox.union(stroke.boundingBox); in addStroke()
140 final GestureStroke stroke = strokes.get(index); in spatialSampling() local141 float[] strokepoints = stroke.points; in spatialSampling()268 public static float[] temporalSampling(GestureStroke stroke, int numPoints) { in temporalSampling() argument269 final float increment = stroke.length / (numPoints - 1); in temporalSampling()273 float[] pts = stroke.points; in temporalSampling()
179 Stroke stroke = mPathEffect.getStroke(this); in getJavaStroke() local180 assert stroke != null; in getJavaStroke()181 if (stroke != null) { in getJavaStroke()182 return stroke; in getJavaStroke()766 Stroke stroke = paint.getJavaStroke(); in native_getFillPath() local767 Shape strokeShape = stroke.createStrokedShape(srcPath.getJavaShape()); in native_getFillPath()
81 several visual properties, like the color and the width of the stroke159 whether we want to recognize gestures made of a single stroke or171 gesture. Gestures that start with a vertical stroke must contain at202 a single vertical stroke cannot be recognized as a gesture and is
1472 <<a href="#stroke-element">stroke</a>1503 shape requires the {@code <stroke>} element to define the width of the1647 <dt id="stroke-element"><code><stroke></code></dt>1648 <dd>A stroke line for the shape.
2487 /sdcard/android/layout_tests/fast/canvas/canvas-stroke-empty-fill.html
3181 /sdcard/android/layout_tests/fast/canvas/fill-stroke-clip-reset-path.html