Home
last modified time | relevance | path

Searched refs:weston_matrix_scale (Results 1 – 9 of 9) sorted by relevance

/third_party/weston/include/libweston/
Dmatrix.h55 weston_matrix_scale(struct weston_matrix *matrix, float x, float y, float z);
/third_party/weston/libweston/
Danimation.c290 weston_matrix_scale(&animation->transform.matrix, scale, scale, scale); in zoom_frame()
465 weston_matrix_scale(&animation->transform.matrix, scale, scale, in move_frame()
Dcompositor.c3509 weston_matrix_scale(matrix, in weston_surface_build_buffer_matrix()
3524 weston_matrix_scale(matrix, -1, 1, 1); in weston_surface_build_buffer_matrix()
3556 weston_matrix_scale(matrix, vp->buffer.scale, vp->buffer.scale, 1); in weston_surface_build_buffer_matrix()
5968 weston_matrix_scale(&output->matrix, magnification, in weston_output_update_matrix()
5978 weston_matrix_scale(&output->matrix, -1, 1, 1); in weston_output_update_matrix()
6006 weston_matrix_scale(&output->matrix, in weston_output_update_matrix()
/third_party/weston/shared/
Dmatrix.c95 weston_matrix_scale(struct weston_matrix *matrix, float x, float y,float z) in weston_matrix_scale() function
/third_party/weston/desktop-shell/
Dexposay.c100 weston_matrix_scale(&esurface->transform.matrix, in exposay_animate_in_done()
/third_party/weston/fullscreen-shell/
Dfullscreen-shell.c447 weston_matrix_scale(matrix, width / surf_width, in fs_output_scale_view()
/third_party/weston/libweston/renderer-gl/
Dgl-renderer.c1200 weston_matrix_scale(&matrix, 2.0/full_width, -2.0/full_height, 1); in draw_output_borders()
1450 weston_matrix_scale(&go->output_matrix, in gl_renderer_repaint_output()
1453 weston_matrix_scale(&go->output_matrix, 1, -1, 1); in gl_renderer_repaint_output()
/third_party/wayland-ivi-extension/weston-ivi-shell/src/
Divi-controller.c917 weston_matrix_scale(m, scale_x, scale_y, 1.0f);
/third_party/weston/ivi-shell/
Divi-layout.c372 weston_matrix_scale(m, scale_x, scale_y, 1.0f); in calc_transformation_matrix()