Searched refs:sweep_angle (Results 1 – 2 of 2) sorted by relevance
43 float sweep_angle) { in ArcTo() argument46 new_size, start_angle, sweep_angle); in ArcTo()52 float sweep_angle) { in ArcToInternal() argument53 float x0 = cos(sweep_angle / 2); in ArcToInternal()54 float y0 = sin(sweep_angle / 2); in ArcToInternal()59 float sn = sin(start_angle + sweep_angle / 2); in ArcToInternal()60 float cs = cos(start_angle + sweep_angle / 2); in ArcToInternal()71 bezier.x = pos.x + (size.width * cos(start_angle + sweep_angle)); in ArcToInternal()72 bezier.y = pos.y + (size.height * sin(start_angle + sweep_angle)); in ArcToInternal()95 float sweep_angle) { in AddArc() argument[all …]
50 float sweep_angle);