Home
last modified time | relevance | path

Searched refs:source_center_x (Results 1 – 2 of 2) sorted by relevance

/third_party/wayland-ivi-extension/weston-ivi-shell/src/
Divi-controller.c900 float source_center_x; local
907 source_center_x = source_rect->x + source_rect->width * 0.5f;
909 weston_matrix_translate(m, -source_center_x, -source_center_y, 0.0f);
/third_party/weston/ivi-shell/
Divi-layout.c356 float source_center_x; in calc_transformation_matrix() local
363 source_center_x = source_rect->x + source_rect->width * 0.5f; in calc_transformation_matrix()
365 weston_matrix_translate(m, -source_center_x, -source_center_y, 0.0f); in calc_transformation_matrix()