Home
last modified time | relevance | path

Searched refs:cairo_matrix_t (Results 1 – 4 of 4) sorted by relevance

/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi3.cxx85 struct cairo_matrix_t { struct
280 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 …]
/trunk/main/canvas/source/cairo/
H A Dcairo_spritehelper.cxx116 cairo_matrix_t aMatrix, aInverseMatrix; in redraw()
134 cairo_matrix_t aOrigMatrix; in redraw()
H A Dcairo_cairo.hxx42 typedef cairo_matrix_t Matrix;
H A Dcairo_textlayout.cxx579 cairo_matrix_t m; in draw()

Completed in 22 milliseconds