Searched refs:abs_width (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_blitter.c1129 int abs_width = abs(srcbox->width); local
1259 blitter->draw_rectangle(blitter, dstx, dsty, dstx+abs_width, dsty+abs_height, 0,
1267 blitter_draw(ctx, dstx, dsty, dstx+abs_width, dsty+abs_height, 0);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.c1129 int abs_width = abs(srcbox->width); local
1259 blitter->draw_rectangle(blitter, dstx, dsty, dstx+abs_width, dsty+abs_height, 0,
1267 blitter_draw(ctx, dstx, dsty, dstx+abs_width, dsty+abs_height, 0);

Completed in 68 milliseconds