Home
last modified time | relevance | path

Searched defs:joinType (Results 1 – 9 of 9) sorted by relevance

/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/content/
DGradientStroke.java26 private final ShapeStroke.LineJoinType joinType; field in GradientStroke
36 ShapeStroke.LineJoinType joinType, float miterLimit, in GradientStroke()
DShapeStroke.java60 private final LineJoinType joinType; field in ShapeStroke
67 LineJoinType joinType, float miterLimit, boolean hidden) { in ShapeStroke()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/
DShapeStrokeParser.java43 ShapeStroke.LineJoinType joinType = null; in parse() local
DGradientStrokeParser.java54 ShapeStroke.LineJoinType joinType = null; in parse() local
/external/skia/src/gpu/tessellate/
DGrStrokeTessellateShader.h59 constexpr static int NumFixedEdgesInJoin(SkPaint::Join joinType) { in NumFixedEdgesInJoin()
DGrStrokeHardwareTessellator.cpp93 void updateTolerances(float numRadialSegmentsPerRadian, SkPaint::Join joinType) { in updateTolerances()
516 void internalJoinTo(JoinType joinType, SkPoint junctionPoint, SkPoint nextControlPoint, in internalJoinTo()
DGrStrokeTessellateShader.cpp999 SkPaint::Join joinType = shader.fStroke.getJoin(); in onEmitCode() local
DGrStrokeFixedCountTessellator.cpp183 static int worst_case_edges_in_join(SkPaint::Join joinType, float numRadialSegmentsPerRadian) { in worst_case_edges_in_join()
/external/skia/tests/
DStrokeIndirectTest.cpp257 static float test_tolerance(SkPaint::Join joinType) { in test_tolerance()