Searched defs:dst_h (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dglamor_priv.h1023 int src_w, src_h, dst_w, dst_h; member in struct:__anon6792
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dglamor_priv.h1040 int src_w, src_h, dst_w, dst_h; member in struct:__anon7111
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c2829 UINT dst_w, dst_h; local
2875 dst_h = dst_surface->resource.height;
2881 || update_h > dst_h || dst_point->y > dst_h - update_h)
2911 if (update_w == dst_w && update_h == dst_h)

Completed in 71 milliseconds