paintPushTransform

Perform a "push-transform" paint operation.

void
paintPushTransform
(,
void* paintData
,
float xx
,
float yx
,
float xy
,
float yy
,
float dx
,
float dy
)

Parameters

funcs harfbuzz.paint_funcs.PaintFuncs

paint functions

paintData void*

associated data passed by the caller

xx float

xx component of the transform matrix

yx float

yx component of the transform matrix

xy float

xy component of the transform matrix

yy float

yy component of the transform matrix

dx float

dx component of the transform matrix

dy float

dy component of the transform matrix