Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleVariableWidthStroker.cpp413 enum class LengthMetric { enum in __anondd06c43e0111::SkVarWidthStroker
436 LengthMetric lengthMetric = LengthMetric::kNumSegments);
525 LengthMetric lengthMetric) { in getFillPath()
547 const float totalPathLength = lengthMetric == LengthMetric::kPathLength in getFillPath()
560 const float verbLength = lengthMetric == LengthMetric::kPathLength in getFillPath()
1117 void toggle(SkVarWidthStroker::LengthMetric& value) { in toggle()
1118 value = value == SkVarWidthStroker::LengthMetric::kPathLength in toggle()
1119 ? SkVarWidthStroker::LengthMetric::kNumSegments in toggle()
1120 : SkVarWidthStroker::LengthMetric::kPathLength; in toggle()
1132 fLengthMetric = SkVarWidthStroker::LengthMetric::kPathLength; in resetToDefaults()
[all …]