Home
last modified time | relevance | path

Searched refs:getMiter (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/src/gpu/tessellate/
H A DTessellation.h96 case SkPaint::kMiter_Join: SkASSERT(stroke.getMiter() >= 0); return stroke.getMiter(); in GetJoinType()
105 (a.getJoin() != SkPaint::kMiter_Join || a.getMiter() == b.getMiter()); in StrokesHaveEqualParams()
/third_party/skia/include/core/
H A DSkStrokeRec.h38 SkScalar getMiter() const { return fMiterLimit; } in getMiter() function in SkStrokeRec
/third_party/skia/src/gpu/
H A DGrStyle.cpp90 miter = style.strokeRec().getMiter(); in WriteKey()
/third_party/skia/src/gpu/ops/
H A DStrokeTessellateOp.cpp62 float r = SkStrokeRec::GetInflationRadius(stroke.getJoin(), stroke.getMiter(), in StrokeTessellateOp()
H A DTessellationPathRenderer.cpp135 stroke.getMiter(), in onDrawPath()
H A DAALinearizingConvexPathRenderer.cpp405 SkScalar miterLimit = stroke.getMiter(); in onDrawPath()
H A DStrokeRectOp.cpp47 *isMiter = stroke.getMiter() >= SK_ScalarSqrt2; in allowed_stroke()
/third_party/skia/src/gpu/geometry/
H A DGrStyledShape.cpp639 fStyle.strokeRec().getMiter() < SK_ScalarSqrt2)) { in simplifyStroke()
730 rec.setStrokeParams(cap, SkPaint::kDefault_Join, fStyle.strokeRec().getMiter()); in simplifyStroke()
/third_party/skia/src/effects/
H A DSkDashPathEffect.cpp54 radius *= rec.getMiter(); in outset_for_stroke()
/third_party/skia/src/utils/
H A DSkDashPath.cpp84 radius *= rec.getMiter(); 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.cpp768 stroke.getMiter() >= SK_ScalarSqrt2) ? GrAAType::kCoverage in drawRect()

Completed in 12 milliseconds