Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexprimitive/
H A Dgeometry_curves.cpp178 angleTolerance_ = angle; in AngleTolerance()
183 return angleTolerance_; in AngleTolerance()
230 if (angleTolerance_ < CURVE_ANGLE_TO_LERANCE_EPSILON) { in Recursive()
240 if (da < angleTolerance_) { in Recursive()
466 angleTolerance_ = angleValue; in AngleTolerance()
471 return angleTolerance_; in AngleTolerance()
585 if (angleTolerance_ < CURVE_ANGLE_TO_LERANCE_EPSILON) { in Recursive()
594 if (dxTemp < angleTolerance_) { in Recursive()
609 if (angleTolerance_ < CURVE_ANGLE_TO_LERANCE_EPSILON) { in Recursive()
618 if (dxTemp < angleTolerance_) { in Recursive()
[all …]
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/
H A Dgeometry_curves.h89 … : approximationScale_(1.0f), distanceToleranceSquare_(0.0f), angleTolerance_(0.0f), count_(0) {} in QuadrBezierCurveDividOp()
94 : approximationScale_(1.0f), angleTolerance_(0.0f), count_(0) in QuadrBezierCurveDividOp()
134 float angleTolerance_; variable
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()
350 : approximationScale_(1.0f), angleTolerance_(0.0f), count_(0) in CubicBezierCurveDividOperate()
407 float angleTolerance_; variable