Home
last modified time | relevance | path

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

/AOO42X/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()
313 void matrix_scale(cairo_matrix_t *matrix, double sx, double sy) in matrix_scale()
315 void matrix_rotate(cairo_matrix_t *matrix, double radians) in matrix_rotate()
317 void set_font_matrix(cairo_t *cr, const cairo_matrix_t *matrix) in set_font_matrix()
379 mp_matrix_init_identity = (void (*)(cairo_matrix_t *)) in CairoWrapper()
[all …]
/AOO42X/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()