/third_party/skia/src/gpu/tessellate/ |
D | Tessellation.h | 93 switch (stroke.getJoin()) { in GR_MAKE_BITFIELD_CLASS_OPS() 104 return a.getWidth() == b.getWidth() && a.getJoin() == b.getJoin() && in StrokesHaveEqualParams() 105 (a.getJoin() != SkPaint::kMiter_Join || a.getMiter() == b.getMiter()); in StrokesHaveEqualParams()
|
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()
|
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/ |
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()
|
D | GrStrokeTessellationShader.cpp | 405 SkASSERT(fStroke.getJoin() >> 2 == 0); in addToKey() 410 key = (key << 2) | ((keyNeedsJoin) ? fStroke.getJoin() : 0); in addToKey()
|
/third_party/flutter/skia/src/core/ |
D | SkStroke.h | 38 SkPaint::Join getJoin() const { return (SkPaint::Join)fJoin; } in getJoin() function
|
/third_party/skia/src/core/ |
D | SkStroke.h | 38 SkPaint::Join getJoin() const { return (SkPaint::Join)fJoin; } in getJoin() function
|
/third_party/skia/src/gpu/geometry/ |
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/include/core/ |
D | SkStrokeRec.h | 40 SkPaint::Join getJoin() const { return (SkPaint::Join)fJoin; } in getJoin() function
|
/third_party/flutter/skia/include/core/ |
D | SkStrokeRec.h | 40 SkPaint::Join getJoin() const { return (SkPaint::Join)fJoin; } in getJoin() function
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrAALinearizingConvexPathRenderer.cpp | 72 stroke.getJoin() == SkPaint::Join::kRound_Join) { in onCanDrawPath() 350 SkPaint::Join join = fill ? SkPaint::Join::kMiter_Join : stroke.getJoin(); in onDrawPath()
|
D | GrStrokeRectOp.cpp | 37 if (stroke.getJoin() == SkPaint::kBevel_Join) { in allowed_stroke() 41 if (stroke.getJoin() == SkPaint::kMiter_Join) { in allowed_stroke()
|
/third_party/skia/src/gpu/ops/ |
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()
|
D | TessellationPathRenderer.cpp | 134 inflationRadius = SkStrokeRec::GetInflationRadius(stroke.getJoin(), in onDrawPath()
|
D | StrokeTessellateOp.cpp | 62 float r = SkStrokeRec::GetInflationRadius(stroke.getJoin(), stroke.getMiter(), in StrokeTessellateOp()
|
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/ |
D | GrStyle.cpp | 87 join = style.strokeRec().getJoin(); in WriteKey()
|
/third_party/flutter/skia/src/gpu/ |
D | GrStyle.cpp | 87 join = style.strokeRec().getJoin(); in WriteKey()
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLPath.cpp | 261 GrGLenum join = join_to_gl_join(stroke.getJoin()); in InitPathObjectStroke()
|
/third_party/skia/experimental/graphite/src/ |
D | Device.cpp | 300 StrokeParams stroke(style.getWidth(), style.getMiter(), style.getJoin(), style.getCap()); in drawShape()
|
/third_party/skia/src/effects/ |
D | SkDashPathEffect.cpp | 53 if (SkPaint::kMiter_Join == rec.getJoin()) { in outset_for_stroke()
|
/third_party/flutter/skia/src/effects/ |
D | SkDashPathEffect.cpp | 53 if (SkPaint::kMiter_Join == rec.getJoin()) { in outset_for_stroke()
|
/third_party/flutter/skia/src/gpu/ccpr/ |
D | GrCoverageCountingPathRenderer.cpp | 371 stroke.getJoin(), stroke.getMiter(), stroke.getCap(), SkTMax(strokeDevWidth, 1.f)); in GetStrokeDevWidth()
|
D | GrCCPathCache.cpp | 147 out[kStrokeCapJoinIdx] = (stroke.getCap() << 16) | stroke.getJoin(); in write()
|
/third_party/skia/src/utils/ |
D | SkDashPath.cpp | 83 if (SkPaint::kMiter_Join == rec.getJoin()) { in outset_for_stroke()
|