paintSweepGradient
fn
void paintSweepGradient(harfbuzz.paint_funcs.PaintFuncs funcs, void * paintData, harfbuzz.color_line.ColorLine colorLine, float x0, float y0, float startAngle, float endAngle)Perform a "sweep-gradient" paint operation.
Parameters
funcs | paint functions |
paintData | associated data passed by the caller |
colorLine | Color information for the gradient |
x0 | X coordinate of the circle's center |
y0 | Y coordinate of the circle's center |
startAngle | the start angle |
endAngle | the end angle |