Home
last modified time | relevance | path

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

/foundation/graphic/ui/frameworks/draw/
Ddraw_arc.cpp295 uint16_t degreeBase = CalculateTanDegree(MATH_ABS(xi), MATH_ABS(y)); in DrawLineWithDegreeInner() local
296 uint16_t degree = GetDegreeInQuadrant(degreeBase, quadrant); in DrawLineWithDegreeInner()
370 uint16_t degreeBase = CalculateTanDegree(MATH_ABS(x), MATH_ABS(y_)); in DrawPointAnti() local
371 …if (isCircle_ || (IS_IN_DEGREERANE(CIRCLE_IN_DEGREE - degreeBase, arcInfo.startAngle, arcInfo.endA… in DrawPointAnti()
376 …if (isCircle_ || (IS_IN_DEGREERANE(SEMICIRCLE_IN_DEGREE + degreeBase, arcInfo.startAngle, arcInfo.… in DrawPointAnti()
381 if (isCircle_ || (IS_IN_DEGREERANE(degreeBase, arcInfo.startAngle, arcInfo.endAngle))) { in DrawPointAnti()
386 …if (isCircle_ || (IS_IN_DEGREERANE(SEMICIRCLE_IN_DEGREE - degreeBase, arcInfo.startAngle, arcInfo.… in DrawPointAnti()