Searched refs:deltaLengthPrev (Results 1 – 1 of 1) sorted by relevance
173 float deltaLengthPrev, in CalcJoin() argument177 if (deltaLengthPrev == 0.0f) { in CalcJoin()178 deltaLengthPrev += VERTEX_DIST_EPSILON; in CalcJoin()181 deltaLengthPrev += VERTEX_DIST_EPSILON; in CalcJoin()187 if (deltaLengthPrev != 0) { in CalcJoin()188 … = strokeWidth_ * (vertexDistMiddle.vertexYCoord - vertexDistBegin.vertexYCoord) / deltaLengthPrev; in CalcJoin()189 … = strokeWidth_ * (vertexDistMiddle.vertexXCoord - vertexDistBegin.vertexXCoord) / deltaLengthPrev; in CalcJoin()208 … ((deltaLengthPrev < deltaLengthLast) ? deltaLengthPrev : deltaLengthLast) / strokeWidthUsingAbs_; in CalcJoin()