Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxgraphics/
Dcxfa_gepath.cpp42 float sweep_angle) { in ArcTo() argument
45 new_size, start_angle, sweep_angle); in ArcTo()
51 float sweep_angle) { in ArcToInternal() argument
52 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 …]
Dcxfa_gepath.h50 float sweep_angle);