Searched refs:cairo_matrix_t (Results 1 – 4 of 4) sorted by relevance
85 struct cairo_matrix_t { struct280 void (*mp_matrix_init_identity)(cairo_matrix_t *);281 void (*mp_matrix_scale)(cairo_matrix_t *, double, double);282 void (*mp_matrix_rotate)(cairo_matrix_t *, double);283 void (*mp_set_font_matrix)(cairo_t *, const cairo_matrix_t *);311 void matrix_init_identity(cairo_matrix_t *matrix) in matrix_init_identity()315 void matrix_rotate(cairo_matrix_t *matrix, double radians) in matrix_rotate()379 mp_matrix_init_identity = (void (*)(cairo_matrix_t *)) in CairoWrapper()381 mp_matrix_scale = (void (*)(cairo_matrix_t *, double, double)) in CairoWrapper()383 mp_matrix_rotate = (void (*)(cairo_matrix_t *, double)) in CairoWrapper()[all …]
116 cairo_matrix_t aMatrix, aInverseMatrix; in redraw()134 cairo_matrix_t aOrigMatrix; in redraw()
42 typedef cairo_matrix_t Matrix;
579 cairo_matrix_t m; in draw()
Completed in 41 milliseconds