Darthb_paint_push_transform_func_tFunction typedef

Darthb_paint_push_transform_func_tFunction = void Function(Pointer<hb_paint_funcs_t> funcs, Pointer<Void> paint_data, double xx, double yx, double xy, double yy, double dx, double dy, Pointer<Void> user_data)

Implementation

typedef Darthb_paint_push_transform_func_tFunction =
    void Function(
      ffi.Pointer<hb_paint_funcs_t> funcs,
      ffi.Pointer<ffi.Void> paint_data,
      double xx,
      double yx,
      double xy,
      double yy,
      double dx,
      double dy,
      ffi.Pointer<ffi.Void> user_data,
    );