Home
last modified time | relevance | path

Searched refs:getInflationRadius (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/src/effects/
H A DSkOpPathEffect.cpp156 bounds->outset(rec.getInflationRadius(), rec.getInflationRadius()); in computeFastBounds()
/third_party/skia/include/core/
H A DSkStrokeRec.h106 SkScalar getInflationRadius() const;
111 * rec.getInflationRadius();
/third_party/skia/src/gpu/
H A DGrStyle.h183 SkScalar radius = fStrokeRec.getInflationRadius(); in adjustBounds()
/third_party/skia/src/core/
H A DSkStrokeRec.cpp138 SkScalar SkStrokeRec::getInflationRadius() const { in getInflationRadius() function in SkStrokeRec
/third_party/skia/src/gpu/ops/
H A DStrokeTessellateOp.cpp56 float r = stroke.getInflationRadius(); in StrokeTessellateOp()
H A DTessellationPathRenderer.cpp132 // SkStrokeRec::getInflationRadius() doesn't handle hairlines robustly. Instead in onDrawPath()
138 inflationRadius = stroke.getInflationRadius() * args.fViewMatrix->getMaxScale(); in onDrawPath()
/third_party/skia/experimental/graphite/src/
H A DDevice.cpp340 float localStyleOutset = style.getInflationRadius(); in applyClipToDraw()

Completed in 4 milliseconds