ATSLIB/contrib/cairo/Drawing/cairo-Transformations
Synopsis
fun cairo_translate
(ctx: !xr1, tx: double, ty: double) : void = "mac#%"
Synopsis
fun cairo_scale
(ctx: !xr1, sx: double, sy: double) : void = "mac#%"
Synopsis
fun cairo_rotate (ctx: !xr1, angle: double) : void = "mac#%"
Synopsis
fun cairo_transform
(ctx: !xr1, matrix: &RD(xrmat)): void = "mac#%"
Synopsis
fun cairo_set_matrix
(ctx: !xr1, matrix: &RD(xrmat)): void = "mac#%"
Synopsis
fun cairo_get_matrix
(ctx: !xr1, matrix: &xrmat? >> xrmat): void = "mac#%"
Synopsis
fun cairo_identity_matrix (ctx: !xr1): void = "mac#%"