/third_party/skia/src/gpu/tessellate/ |
H A D | Tessellation.h | 93 switch (stroke.getJoin()) { in GetJoinType() 104 return a.getWidth() == b.getWidth() && a.getJoin() == b.getJoin() && in StrokesHaveEqualParams() 105 (a.getJoin() != SkPaint::kMiter_Join || a.getMiter() == b.getMiter()); in StrokesHaveEqualParams()
|
H A D | StrokeHardwareTessellator.cpp | 308 JoinType roundCapJoinType = (stroke.getJoin() == SkPaint::kRound_Join) in writeCaps() 318 auto strokeJoinType = JoinType(stroke.getJoin()); in writeCaps() 725 patchWriter.updateTolerances(numRadialSegmentsPerRadian, stroke.getJoin()); in prepare() 737 stroke.getJoin()); in prepare()
|
H A D | StrokeFixedCountTessellator.cpp | 268 maxEdgesInJoin = worst_case_edges_in_join(stroke.getJoin(), numRadialSegmentsPerRadian); in prepare() 283 worst_case_edges_in_join(stroke.getJoin(), numRadialSegmentsPerRadian), in prepare()
|
/third_party/skia/src/gpu/tessellate/shaders/ |
H A D | GrStrokeTessellationShader.cpp | 405 fPatchAttribs, fMode, fStroke.getJoin(), fStroke.isHairlineStyle()); in getShaderDfxInfo() 413 SkASSERT(fStroke.getJoin() >> 2 == 0); in addToKey() 418 key = (key << 2) | ((keyNeedsJoin) ? fStroke.getJoin() : 0); in addToKey()
|
H A D | GrStrokeTessellationShader_InstancedImpl.cpp | 19 SkPaint::Join joinType = shader.stroke().getJoin(); in onEmitCode() 152 if (shader.stroke().getJoin() == SkPaint::kRound_Join || shader.hasDynamicStroke()) { in onEmitCode()
|
/third_party/skia/src/gpu/geometry/ |
H A D | GrStyledShape.cpp | 637 if (fStyle.strokeRec().getJoin() == SkPaint::kBevel_Join || in simplifyStroke() 638 (fStyle.strokeRec().getJoin() == SkPaint::kMiter_Join && in simplifyStroke() 646 if (fStyle.strokeRec().getJoin() == SkPaint::kRound_Join) { in simplifyStroke() 712 if (fShape.isLine() && fStyle.strokeRec().getJoin() == SkPaint::kRound_Join) { in simplifyStroke() 728 SkPaint::kDefault_Join != fStyle.strokeRec().getJoin()) { in simplifyStroke()
|
/third_party/skia/src/core/ |
H A D | SkStroke.h | 38 SkPaint::Join getJoin() const { return (SkPaint::Join)fJoin; } in getJoin() function in SkStroke
|
H A D | SkStroke.cpp | 1451 SkPathStroker stroker(src, radius, fMiterLimit, this->getCap(), this->getJoin(),
|
/third_party/skia/include/core/ |
H A D | SkStrokeRec.h | 40 SkPaint::Join getJoin() const { return (SkPaint::Join)fJoin; } in getJoin() function in SkStrokeRec
|
/third_party/skia/src/gpu/ops/ |
H A D | AALinearizingConvexPathRenderer.cpp | 375 stroke.getJoin() == SkPaint::Join::kRound_Join) { in onCanDrawPath() 404 SkPaint::Join join = fill ? SkPaint::Join::kMiter_Join : stroke.getJoin(); in onDrawPath()
|
H A D | StrokeTessellateOp.cpp | 62 float r = SkStrokeRec::GetInflationRadius(stroke.getJoin(), stroke.getMiter(), in StrokeTessellateOp()
|
H A D | TessellationPathRenderer.cpp | 134 inflationRadius = SkStrokeRec::GetInflationRadius(stroke.getJoin(), in onDrawPath()
|
H A D | StrokeRectOp.cpp | 42 if (stroke.getJoin() == SkPaint::kBevel_Join) { in allowed_stroke() 46 if (stroke.getJoin() == SkPaint::kMiter_Join) { in allowed_stroke()
|
/third_party/skia/src/gpu/ |
H A D | GrStyle.cpp | 87 join = style.strokeRec().getJoin(); in WriteKey()
|
/third_party/skia/src/effects/ |
H A D | SkDashPathEffect.cpp | 53 if (SkPaint::kMiter_Join == rec.getJoin()) { in outset_for_stroke()
|
/third_party/skia/src/utils/ |
H A D | SkDashPath.cpp | 83 if (SkPaint::kMiter_Join == rec.getJoin()) { in outset_for_stroke()
|
/third_party/skia/experimental/graphite/src/ |
H A D | Device.cpp | 300 StrokeParams stroke(style.getWidth(), style.getMiter(), style.getJoin(), style.getCap()); in drawShape()
|
/third_party/skia/src/gpu/v1/ |
H A D | SurfaceDrawContext.cpp | 767 stroke.getJoin() == SkPaint::kMiter_Join && in drawRect()
|