Handbook
Glossary
image-dims ( gadget -- width height stride )
Vocabulary
cairo-gadgets
.
private
Inputs
gadget
an
object
Outputs
width
an
object
height
an
object
stride
an
object
Definition
USING:
accessors
kernel
sequences
;
IN:
cairo-gadgets.private
:
image-dims
( gadget -- width height stride )
dim>>
first2
over
width>stride
;
inline