Searched refs:GetInflationRadius (Results 1 – 10 of 10) sorted by relevance
/external/skqp/src/core/ |
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
|
D | SkPaint.cpp | 576 SkScalar radius = SkStrokeRec::GetInflationRadius(*this, style); in doComputeFastBounds()
|
/external/skia/src/core/ |
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
|
D | SkPaint.cpp | 510 SkScalar radius = SkStrokeRec::GetInflationRadius(*this, style); in doComputeFastBounds()
|
/external/skia/include/core/ |
D | SkStrokeRec.h | 115 static SkScalar GetInflationRadius(const SkPaint&, SkPaint::Style); 117 static SkScalar GetInflationRadius(SkPaint::Join, SkScalar miterLimit, SkPaint::Cap,
|
/external/skqp/include/core/ |
D | SkStrokeRec.h | 115 static SkScalar GetInflationRadius(const SkPaint&, SkPaint::Style); 117 static SkScalar GetInflationRadius(SkPaint::Join, SkScalar miterLimit, SkPaint::Cap,
|
/external/skia/src/gpu/ccpr/ |
D | GrCoverageCountingPathRenderer.cpp | 331 *inflationRadius = SkStrokeRec::GetInflationRadius( in GetStrokeDevWidth()
|
D | GrCCPerFlushResources.cpp | 355 float r = SkStrokeRec::GetInflationRadius(stroke.getJoin(), stroke.getMiter(), in renderShapeInAtlas()
|
/external/skqp/src/gpu/ccpr/ |
D | GrCoverageCountingPathRenderer.cpp | 331 *inflationRadius = SkStrokeRec::GetInflationRadius( in GetStrokeDevWidth()
|
D | GrCCPerFlushResources.cpp | 352 float r = SkStrokeRec::GetInflationRadius(stroke.getJoin(), stroke.getMiter(), in renderShapeInAtlas()
|