Handbook
Glossary
cairo_mask_surface ( cr surface surface_x surface_y -- )
Vocabulary
cairo
.
ffi
Inputs
cr
an
object
surface
an
object
surface_x
an
object
surface_y
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
cairo.ffi
LIBRARY:
cairo
FUNCTION:
void
cairo_mask_surface
( cairo_t* cr, cairo_surface_t* surface,
double
surface_x,
double
surface_y )