Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleVariableWidthStroker.cpp934 const float radiusStart = distFnc.eval(0); in approximateSegment() local
938 offsetStart = radiusStart == 0 ? SkPoint::Make(0, 0) : setLength(offsetStart, radiusStart); in approximateSegment()