Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/
H A Dgeometry_math_stroke.h60 strokeWidthUsingAbs_(ALPHA_HALF), in GeometryMathStroke()
117 float deltaAngle = Acos(strokeWidthUsingAbs_ / in CalcCap()
118 … (strokeWidthUsingAbs_ +RADDALETAELPS / approxScaleRadio_)) * TWO_TIMES; in CalcCap()
208 … ((deltaLengthPrev < deltaLengthLast) ? deltaLengthPrev : deltaLengthLast) / strokeWidthUsingAbs_; in CalcJoin()
215 float lim = strokeWidthUsingAbs_ * miterLimitMeasure_; in CalcJoin()
229 … if (approxScaleRadio_ * (strokeWidthUsingAbs_ - dbevel) < strokeWidthPercentDivision_) { in CalcJoin()
283 float lim = strokeWidthUsingAbs_ * mlimit; in CalcMiter()
345 … deltaAngle = Acos(strokeWidthUsingAbs_ / (strokeWidthUsingAbs_ + limitScale / approxScaleRadio_)) in CalcArc()
396 strokeWidthUsingAbs_ = -strokeWidth_; in SetWidth()
399 strokeWidthUsingAbs_ = strokeWidth_; in SetWidth()
[all …]