Searched defs:joinType (Results 1 – 9 of 9) sorted by relevance
26 private final ShapeStroke.LineJoinType joinType; field in GradientStroke36 ShapeStroke.LineJoinType joinType, float miterLimit, in GradientStroke()
60 private final LineJoinType joinType; field in ShapeStroke67 LineJoinType joinType, float miterLimit, boolean hidden) { in ShapeStroke()
43 ShapeStroke.LineJoinType joinType = null; in parse() local
54 ShapeStroke.LineJoinType joinType = null; in parse() local
59 constexpr static int NumFixedEdgesInJoin(SkPaint::Join joinType) { in NumFixedEdgesInJoin()
93 void updateTolerances(float numRadialSegmentsPerRadian, SkPaint::Join joinType) { in updateTolerances()516 void internalJoinTo(JoinType joinType, SkPoint junctionPoint, SkPoint nextControlPoint, in internalJoinTo()
999 SkPaint::Join joinType = shader.fStroke.getJoin(); in onEmitCode() local
183 static int worst_case_edges_in_join(SkPaint::Join joinType, float numRadialSegmentsPerRadian) { in worst_case_edges_in_join()
257 static float test_tolerance(SkPaint::Join joinType) { in test_tolerance()