paintPushClipRectangle
fn
void paintPushClipRectangle(harfbuzz.paint_funcs.PaintFuncs funcs, void * paintData, float xmin, float ymin, float xmax, float ymax)Perform a "push-clip-rect" paint operation.
Parameters
funcs | paint functions |
paintData | associated data passed by the caller |
xmin | min X for the rectangle |
ymin | min Y for the rectangle |
xmax | max X for the rectangle |
ymax | max Y for the rectangle |