Home
last modified time | relevance | path

Searched refs:GetInflationRadius (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/core/
DSkStrokeRec.h115 static SkScalar GetInflationRadius(const SkPaint&, SkPaint::Style);
/external/skia/src/core/
DSkStrokeRec.cpp160 SkScalar SkStrokeRec::GetInflationRadius(const SkPaint& paint, SkPaint::Style style) { in GetInflationRadius() function in SkStrokeRec
DSkPaint.cpp2012 SkScalar radius = SkStrokeRec::GetInflationRadius(*this, style); in doComputeFastBounds()