Function
LasemSvgFilterSurfacenew
Declaration
LsmSvgFilterSurface*
lsm_svg_filter_surface_new (
const char* name,
unsigned int width,
unsigned int height,
const LsmBox* subregion
)
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 intNo description available.
height-
Type:
unsigned intNo description available.
subregion-
Type:
LsmBoxNo 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. |