hb_paint_push_transform_func_tFunction typedef
hb_paint_push_transform_func_tFunction =
Void Function(Pointer<hb_paint_funcs_t> funcs, Pointer<Void> paint_data, Float xx, Float yx, Float xy, Float yy, Float dx, Float dy, Pointer<Void> user_data)
Implementation
typedef hb_paint_push_transform_func_tFunction =
ffi.Void Function(
ffi.Pointer<hb_paint_funcs_t> funcs,
ffi.Pointer<ffi.Void> paint_data,
ffi.Float xx,
ffi.Float yx,
ffi.Float xy,
ffi.Float yy,
ffi.Float dx,
ffi.Float dy,
ffi.Pointer<ffi.Void> user_data,
);