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

  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/unicodefont/effects/
OutlineWobbleEffect.java 68 public Shape createStrokedShape (Shape shape) {
70 shape = new BasicStroke(getWidth(), BasicStroke.CAP_SQUARE, getJoin()).createStrokedShape(shape);
OutlineZigzagEffect.java 68 public Shape createStrokedShape (Shape shape) {
120 return new BasicStroke(getWidth(), BasicStroke.CAP_SQUARE, getJoin()).createStrokedShape(result);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java 803 Shape strokeShape = stroke.createStrokedShape(srcPath.getJavaShape());
    [all...]

Completed in 430 milliseconds