Function

LasemSvgFilterSurfacenew

Declaration

LsmSvgFilterSurface*
lsm_svg_filter_surface_new (
  const char* name,
  unsigned int width,
  unsigned int height,
  const LsmBox* subregion
)

Description

No description available.

Parameters

name

Type: const char*

No description available.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
width

Type: unsigned int

No description available.

height

Type: unsigned int

No description available.

subregion

Type: LsmBox

No description available.

The data is owned by the caller of the function.

Return value

Type: LsmSvgFilterSurface

No description available.

The caller of the function takes ownership of the data, and is responsible for freeing it.