Searched refs:cuspLimit_ (Results 1 – 2 of 2) sorted by relevance
476 cuspLimit_ = (angleValue == 0.0f) ? 0.0f : PI - angleValue; in CuspLimit()481 return (cuspLimit_ == 0.0f) ? 0.0f : PI - cuspLimit_; in CuspLimit()599 if (isEnabled && cuspLimit_ != 0.0f && dxTemp > cuspLimit_) { in Recursive()623 if (isEnabled && cuspLimit_ != 0.0f && dxTemp > cuspLimit_) { in Recursive()651 if (isEnabled && cuspLimit_ != 0.0f && dxTemp > cuspLimit_) { in Recursive()655 if (isEnabled && cuspLimit_ != 0.0f && dyTemp > cuspLimit_) { in Recursive()
338 angleTolerance_(0.0f), cuspLimit_(0.0f), count_(0) {} in CubicBezierCurveDividOperate()344 : approximationScale_(1.0f), angleTolerance_(0.0f), cuspLimit_(0.0f), count_(0) in CubicBezierCurveDividOperate()408 float cuspLimit_; variable