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

/haiku/src/libs/icon/shape/
H A DVectorPath.cpp709 int maxStep = 1000; local
712 double dt = 1.0 / maxStep;
718 for (int step = 1; step < maxStep; step++) {

Completed in 49 milliseconds