Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0043-desktop-shell-Resize-views-when-work-area-changed.patch30 + pixman_rectangle32_t old_area, new_area;
38 + get_output_work_area(shell, view->output, &old_area);
42 + if (old_area.x == new_area.x && old_area.y == new_area.y &&
43 + old_area.width == new_area.width &&
44 + old_area.height == new_area.height)
/OK3568_Linux_fs/buildroot/package/weston/
H A D0046-desktop-shell-Resize-views-when-work-area-changed.patch30 + pixman_rectangle32_t old_area, new_area;
38 + get_output_work_area(shell, view->output, &old_area);
42 + if (old_area.x == new_area.x && old_area.y == new_area.y &&
43 + old_area.width == new_area.width &&
44 + old_area.height == new_area.height)
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0046-desktop-shell-Resize-views-when-work-area-changed.patch30 + pixman_rectangle32_t old_area, new_area;
38 + get_output_work_area(shell, view->output, &old_area);
42 + if (old_area.x == new_area.x && old_area.y == new_area.y &&
43 + old_area.width == new_area.width &&
44 + old_area.height == new_area.height)
/OK3568_Linux_fs/u-boot/lib/optee_clientApi/
H A DOpteeClientRkFs_v2.c1111 unsigned int old_area, new_area; in tee_fs_link() local
1115 ret = rkss_get_fileinfo_by_name(filename, &p_old, &old_area); in tee_fs_link()
1129 ret = rkss_write_area_empty_ptable(old_area, &p_new); in tee_fs_link()
1136 ret = rkss_incref_multi_usedflags_sections(old_area, p_new.index, num); in tee_fs_link()