paintPushTransform
fn
void paintPushTransform(harfbuzz.paint_funcs.PaintFuncs funcs, void * paintData, float xx, float yx, float xy, float yy, float dx, float dy)Perform a "push-transform" paint operation.
Parameters
funcs | paint functions |
paintData | associated data passed by the caller |
xx | xx component of the transform matrix |
yx | yx component of the transform matrix |
xy | xy component of the transform matrix |
yy | yy component of the transform matrix |
dx | dx component of the transform matrix |
dy | dy component of the transform matrix |