Searched refs:weston_matrix_scale (Results 1 – 9 of 9) sorted by relevance
/third_party/weston/include/libweston/ |
D | matrix.h | 55 weston_matrix_scale(struct weston_matrix *matrix, float x, float y, float z);
|
/third_party/weston/libweston/ |
D | animation.c | 290 weston_matrix_scale(&animation->transform.matrix, scale, scale, scale); in zoom_frame() 465 weston_matrix_scale(&animation->transform.matrix, scale, scale, in move_frame()
|
D | compositor.c | 3509 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/ |
D | matrix.c | 95 weston_matrix_scale(struct weston_matrix *matrix, float x, float y,float z) in weston_matrix_scale() function
|
/third_party/weston/desktop-shell/ |
D | exposay.c | 100 weston_matrix_scale(&esurface->transform.matrix, in exposay_animate_in_done()
|
/third_party/weston/fullscreen-shell/ |
D | fullscreen-shell.c | 447 weston_matrix_scale(matrix, width / surf_width, in fs_output_scale_view()
|
/third_party/weston/libweston/renderer-gl/ |
D | gl-renderer.c | 1200 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/ |
D | ivi-controller.c | 917 weston_matrix_scale(m, scale_x, scale_y, 1.0f);
|
/third_party/weston/ivi-shell/ |
D | ivi-layout.c | 372 weston_matrix_scale(m, scale_x, scale_y, 1.0f); in calc_transformation_matrix()
|