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

/external/mesa3d/src/gallium/state_trackers/vega/
H A Dimage.c86 VGfloat dst_bounds[4], src_bounds[4]; local
89 dst_bounds[0] = 0.f;
90 dst_bounds[1] = 0.f;
91 dst_bounds[2] = dst_width;
92 dst_bounds[3] = dst_height;
100 vg_bound_rect(dst_loc, dst_bounds, dst_shift);
107 vg_shift_rectx(dst_loc, dst_bounds, shift[0]);
112 vg_shift_recty(dst_loc, dst_bounds, shift[1]);

Completed in 59 milliseconds