Home
last modified time | relevance | path

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

/external/skqp/src/core/
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
DSkPaint.cpp576 SkScalar radius = SkStrokeRec::GetInflationRadius(*this, style); in doComputeFastBounds()
/external/skia/src/core/
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
DSkPaint.cpp510 SkScalar radius = SkStrokeRec::GetInflationRadius(*this, style); in doComputeFastBounds()
/external/skia/include/core/
DSkStrokeRec.h115 static SkScalar GetInflationRadius(const SkPaint&, SkPaint::Style);
117 static SkScalar GetInflationRadius(SkPaint::Join, SkScalar miterLimit, SkPaint::Cap,
/external/skqp/include/core/
DSkStrokeRec.h115 static SkScalar GetInflationRadius(const SkPaint&, SkPaint::Style);
117 static SkScalar GetInflationRadius(SkPaint::Join, SkScalar miterLimit, SkPaint::Cap,
/external/skia/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.cpp331 *inflationRadius = SkStrokeRec::GetInflationRadius( in GetStrokeDevWidth()
DGrCCPerFlushResources.cpp355 float r = SkStrokeRec::GetInflationRadius(stroke.getJoin(), stroke.getMiter(), in renderShapeInAtlas()
/external/skqp/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.cpp331 *inflationRadius = SkStrokeRec::GetInflationRadius( in GetStrokeDevWidth()
DGrCCPerFlushResources.cpp352 float r = SkStrokeRec::GetInflationRadius(stroke.getJoin(), stroke.getMiter(), in renderShapeInAtlas()