Home
last modified time | relevance | path

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

/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/
Dgeometry_curves.h425 : approximationMethod_(CURVEDIVIDOPERATE) {} in QuadraticBezierCurve()
428 : approximationMethod_(CURVEDIVIDOPERATE) in QuadraticBezierCurve()
435 if (approximationMethod_ == CURVEINCREMENT) { in Init()
450 approximationMethod_ = curveApproximationMethod; in ApproximationMethod()
455 return approximationMethod_; in ApproximationMethod()
491 if (approximationMethod_ == CURVEINCREMENT) { in Rewind()
500 if (approximationMethod_ == CURVEINCREMENT) { in GenerateVertex()
509 CurveApproximationMethod approximationMethod_; variable
524 : approximationMethod_(CURVEDIVIDOPERATE) {} in CubicBezierCurve()
530 : approximationMethod_(CURVEDIVIDOPERATE) in CubicBezierCurve()
[all …]