Searched defs:cube_coords_float (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface.c183 static inline void cube_coords_float(const RECT *r, UINT w, UINT h, struct float_rect *f) function
247 cube_coords_float(&rect, w, h, &f);
259 cube_coords_float(&rect, w, h, &f);
271 cube_coords_float(&rect, w, h, &f);
283 cube_coords_float(&rect, w, h, &f);
295 cube_coords_float(&rect, w, h, &f);
307 cube_coords_float(&rect, w, h, &f);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c266 static inline void cube_coords_float(const RECT *r, UINT w, UINT h, struct float_rect *f) function
319 cube_coords_float(rect, w, h, &f);
331 cube_coords_float(rect, w, h, &f);
343 cube_coords_float(rect, w, h, &f);
355 cube_coords_float(rect, w, h, &f);
367 cube_coords_float(rect, w, h, &f);
379 cube_coords_float(rect, w, h, &f);

Completed in 80 milliseconds