Searched refs:GetInflationRadius (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkStrokeRec.cpp | 139 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 D | SkPaint.cpp | 442 SkScalar radius = SkStrokeRec::GetInflationRadius(*this, style); in doComputeFastBounds()
|
/third_party/skia/include/core/ |
H A D | SkStrokeRec.h | 115 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 D | StrokeTessellateOp.cpp | 62 float r = SkStrokeRec::GetInflationRadius(stroke.getJoin(), stroke.getMiter(), in StrokeTessellateOp()
|
H A D | TessellationPathRenderer.cpp | 134 inflationRadius = SkStrokeRec::GetInflationRadius(stroke.getJoin(), in onDrawPath()
|
Completed in 3 milliseconds