Handbook
Glossary
cairo_format_stride_for_width ( format width -- int )
Vocabulary
cairo
.
ffi
Inputs
format
an
object
width
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
cairo.ffi
LIBRARY:
cairo
FUNCTION:
int
cairo_format_stride_for_width
(
cairo_format_t
format,
int
width )