HomeSort by relevance Sort by last modified time
    Searched full:src_bounds (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/gallium/state_trackers/vega/
image.c 86 VGfloat dst_bounds[4], src_bounds[4]; local
94 src_bounds[0] = 0.f;
95 src_bounds[1] = 0.f;
96 src_bounds[2] = src_width;
97 src_bounds[3] = src_height;
99 vg_bound_rect(src_loc, src_bounds, src_shift);
105 vg_shift_rectx(src_loc, src_bounds, -shift[0]);
110 vg_shift_recty(src_loc, src_bounds, -shift[1]);

Completed in 362 milliseconds