Home
last modified time | relevance | path

Searched refs:getJoin (Results 1 – 25 of 33) sorted by relevance

12

/third_party/skia/src/gpu/tessellate/
DTessellation.h93 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()
DStrokeHardwareTessellator.cpp308 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()
DStrokeFixedCountTessellator.cpp268 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/
DGrStrokeTessellationShader_InstancedImpl.cpp19 SkPaint::Join joinType = shader.stroke().getJoin(); in onEmitCode()
152 if (shader.stroke().getJoin() == SkPaint::kRound_Join || shader.hasDynamicStroke()) { in onEmitCode()
DGrStrokeTessellationShader.cpp405 SkASSERT(fStroke.getJoin() >> 2 == 0); in addToKey()
410 key = (key << 2) | ((keyNeedsJoin) ? fStroke.getJoin() : 0); in addToKey()
/third_party/flutter/skia/src/core/
DSkStroke.h38 SkPaint::Join getJoin() const { return (SkPaint::Join)fJoin; } in getJoin() function
/third_party/skia/src/core/
DSkStroke.h38 SkPaint::Join getJoin() const { return (SkPaint::Join)fJoin; } in getJoin() function
/third_party/skia/src/gpu/geometry/
DGrStyledShape.cpp637 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/
DSkStrokeRec.h40 SkPaint::Join getJoin() const { return (SkPaint::Join)fJoin; } in getJoin() function
/third_party/flutter/skia/include/core/
DSkStrokeRec.h40 SkPaint::Join getJoin() const { return (SkPaint::Join)fJoin; } in getJoin() function
/third_party/flutter/skia/src/gpu/ops/
DGrAALinearizingConvexPathRenderer.cpp72 stroke.getJoin() == SkPaint::Join::kRound_Join) { in onCanDrawPath()
350 SkPaint::Join join = fill ? SkPaint::Join::kMiter_Join : stroke.getJoin(); in onDrawPath()
DGrStrokeRectOp.cpp37 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/
DAALinearizingConvexPathRenderer.cpp375 stroke.getJoin() == SkPaint::Join::kRound_Join) { in onCanDrawPath()
404 SkPaint::Join join = fill ? SkPaint::Join::kMiter_Join : stroke.getJoin(); in onDrawPath()
DTessellationPathRenderer.cpp134 inflationRadius = SkStrokeRec::GetInflationRadius(stroke.getJoin(), in onDrawPath()
DStrokeTessellateOp.cpp62 float r = SkStrokeRec::GetInflationRadius(stroke.getJoin(), stroke.getMiter(), in StrokeTessellateOp()
DStrokeRectOp.cpp42 if (stroke.getJoin() == SkPaint::kBevel_Join) { in allowed_stroke()
46 if (stroke.getJoin() == SkPaint::kMiter_Join) { in allowed_stroke()
/third_party/skia/src/gpu/
DGrStyle.cpp87 join = style.strokeRec().getJoin(); in WriteKey()
/third_party/flutter/skia/src/gpu/
DGrStyle.cpp87 join = style.strokeRec().getJoin(); in WriteKey()
/third_party/flutter/skia/src/gpu/gl/
DGrGLPath.cpp261 GrGLenum join = join_to_gl_join(stroke.getJoin()); in InitPathObjectStroke()
/third_party/skia/experimental/graphite/src/
DDevice.cpp300 StrokeParams stroke(style.getWidth(), style.getMiter(), style.getJoin(), style.getCap()); in drawShape()
/third_party/skia/src/effects/
DSkDashPathEffect.cpp53 if (SkPaint::kMiter_Join == rec.getJoin()) { in outset_for_stroke()
/third_party/flutter/skia/src/effects/
DSkDashPathEffect.cpp53 if (SkPaint::kMiter_Join == rec.getJoin()) { in outset_for_stroke()
/third_party/flutter/skia/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.cpp371 stroke.getJoin(), stroke.getMiter(), stroke.getCap(), SkTMax(strokeDevWidth, 1.f)); in GetStrokeDevWidth()
DGrCCPathCache.cpp147 out[kStrokeCapJoinIdx] = (stroke.getCap() << 16) | stroke.getJoin(); in write()
/third_party/skia/src/utils/
DSkDashPath.cpp83 if (SkPaint::kMiter_Join == rec.getJoin()) { in outset_for_stroke()

12