Home
last modified time | relevance | path

Searched refs:GetInflationRadius (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/src/core/
H A DSkStrokeRec.cpp139 return GetInflationRadius((SkPaint::Join)fJoin, fMiterLimit, (SkPaint::Cap)fCap, fWidth); in getInflationRadius()
142 SkScalar SkStrokeRec::GetInflationRadius(const SkPaint& paint, SkPaint::Style style) { in GetInflationRadius() function in SkStrokeRec
144 return GetInflationRadius(paint.getStrokeJoin(), paint.getStrokeMiter(), paint.getStrokeCap(), in GetInflationRadius()
149 SkScalar SkStrokeRec::GetInflationRadius(SkPaint::Join join, SkScalar miterLimit, SkPaint::Cap cap, in GetInflationRadius() function in SkStrokeRec
H A DSkPaint.cpp442 SkScalar radius = SkStrokeRec::GetInflationRadius(*this, style); in doComputeFastBounds()
/third_party/skia/include/core/
H A DSkStrokeRec.h115 static SkScalar GetInflationRadius(const SkPaint&, SkPaint::Style);
117 static SkScalar GetInflationRadius(SkPaint::Join, SkScalar miterLimit, SkPaint::Cap,
/third_party/skia/src/gpu/ops/
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()

Completed in 4 milliseconds