Function

HarfBuzz-0.0HarfBuzzpaint_push_transformSince 7.0.0

  • Perform a "push-transform" paint operation.

    Parameters

    • funcs: paint_funcs_t

      paint functions

    • paint_data: any

      associated data passed by the caller

    • xx: number

      xx component of the transform matrix

    • yx: number

      yx component of the transform matrix

    • xy: number

      xy component of the transform matrix

    • yy: number

      yy component of the transform matrix

    • dx: number

      dx component of the transform matrix

    • dy: number

      dy component of the transform matrix

    Returns void

    7.0.0