Home
last modified time | relevance | path

Searched refs:getJoin (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/src/gpu/tessellate/
H A DTessellation.h93 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 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()
H A 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/
H A DGrStrokeTessellationShader.cpp405 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 DGrStrokeTessellationShader_InstancedImpl.cpp19 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 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/src/core/
H A DSkStroke.h38 SkPaint::Join getJoin() const { return (SkPaint::Join)fJoin; } in getJoin() function in SkStroke
H A DSkStroke.cpp1451 SkPathStroker stroker(src, radius, fMiterLimit, this->getCap(), this->getJoin(),
/third_party/skia/include/core/
H A DSkStrokeRec.h40 SkPaint::Join getJoin() const { return (SkPaint::Join)fJoin; } in getJoin() function in SkStrokeRec
/third_party/skia/src/gpu/ops/
H A DAALinearizingConvexPathRenderer.cpp375 stroke.getJoin() == SkPaint::Join::kRound_Join) { in onCanDrawPath()
404 SkPaint::Join join = fill ? SkPaint::Join::kMiter_Join : stroke.getJoin(); in onDrawPath()
H A DStrokeTessellateOp.cpp62 float r = SkStrokeRec::GetInflationRadius(stroke.getJoin(), stroke.getMiter(), in StrokeTessellateOp()
H A DTessellationPathRenderer.cpp134 inflationRadius = SkStrokeRec::GetInflationRadius(stroke.getJoin(), in onDrawPath()
H A 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/
H A DGrStyle.cpp87 join = style.strokeRec().getJoin(); in WriteKey()
/third_party/skia/src/effects/
H A DSkDashPathEffect.cpp53 if (SkPaint::kMiter_Join == rec.getJoin()) { in outset_for_stroke()
/third_party/skia/src/utils/
H A DSkDashPath.cpp83 if (SkPaint::kMiter_Join == rec.getJoin()) { in outset_for_stroke()
/third_party/skia/experimental/graphite/src/
H A DDevice.cpp300 StrokeParams stroke(style.getWidth(), style.getMiter(), style.getJoin(), style.getCap()); in drawShape()
/third_party/skia/src/gpu/v1/
H A DSurfaceDrawContext.cpp767 stroke.getJoin() == SkPaint::kMiter_Join && in drawRect()

Completed in 21 milliseconds