Home
last modified time | relevance | path

Searched refs:endArcInfo (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_arc.cpp436 ArcInfo endArcInfo = arcInfo; in Draw() local
437 endArcInfo.startAngle = 0; in Draw()
438 endArcInfo.endAngle = CIRCLE_IN_DEGREE; in Draw()
443 endArcInfo.radius = (static_cast<uint16_t>(lineWidth + 1) >> 1) + 1; in Draw()
446 float temp = (outRadius - endArcInfo.radius + 1) * Sin(arcInfo.startAngle); in Draw()
449 temp = (outRadius - endArcInfo.radius + 1) * Sin(QUARTER_IN_DEGREE - arcInfo.startAngle); in Draw()
452 endArcInfo.center.x += startCapX; in Draw()
453 endArcInfo.center.y -= startCapY; in Draw()
454 SetArcInfo(endArcInfo, style); in Draw()
456 temp = (outRadius - endArcInfo in Draw()
[all...]

Completed in 2 milliseconds