Handbook
Glossary
<image-surface> ( data dim -- surface )
Vocabulary
cairo
Inputs
data
an
object
dim
an
object
Outputs
surface
an
object
Definition
USING:
cairo.ffi
kernel
sequences
;
IN:
cairo
:
<image-surface>
( data dim -- surface )
[
CAIRO_FORMAT_ARGB32
]
dip
first2
over
width>stride
cairo_image_surface_create_for_data
dup
check-surface
;