Searched refs:sweep_angle (Results 1 – 2 of 2) sorted by relevance
42 float sweep_angle) { in ArcTo() argument45 new_size, start_angle, sweep_angle); in ArcTo()51 float sweep_angle) { in ArcToInternal() argument52 float x0 = cos(sweep_angle / 2); in ArcToInternal()53 float y0 = sin(sweep_angle / 2); in ArcToInternal()58 float sn = sin(start_angle + sweep_angle / 2); in ArcToInternal()59 float cs = cos(start_angle + sweep_angle / 2); in ArcToInternal()70 bezier.x = pos.x + (size.width * cos(start_angle + sweep_angle)); in ArcToInternal()71 bezier.y = pos.y + (size.height * sin(start_angle + sweep_angle)); in ArcToInternal()94 float sweep_angle) { in AddArc() argument[all …]
50 float sweep_angle);