HomeSort by relevance Sort by last modified time
    Searched defs:x_off (Results 1 - 4 of 4) sorted by null

  /external/pixman/pixman/
pixman.c 406 pixman_fixed_t x_off, y_off; local
452 x_off = - pixman_fixed_e - ((params[0] - pixman_fixed_1) >> 1);
460 x_off = - pixman_fixed_e - ((params[0] - pixman_fixed_1) >> 1);
469 x_off = - pixman_fixed_1 / 2;
477 x_off = - pixman_fixed_e;
489 x_off = 0;
539 if (!IS_16_16 (transformed.x1 + x_off - 8 * pixman_fixed_e) ||
541 !IS_16_16 (transformed.x2 + x_off + 8 * pixman_fixed_e + width) ||
    [all...]
pixman-bits-image.c 362 int x_off = (params[0] - pixman_fixed_1) >> 1; local
374 x1 = pixman_fixed_to_int (x - pixman_fixed_e - x_off);
445 int x_off = ((cwidth << 16) - pixman_fixed_1) >> 1; local
466 x1 = pixman_fixed_to_int (x - pixman_fixed_e - x_off);
741 int x_off = ((cwidth << 16) - pixman_fixed_1) >> 1; local
789 x1 = pixman_fixed_to_int (x - pixman_fixed_e - x_off);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/
dri_glx.c 226 int x_off, y_off; local
236 x_off = x;
241 x_off = 0;
251 xrects[i].x = rects[i].x1 + x_off;
  /external/mesa3d/src/glx/
dri_glx.c 226 int x_off, y_off; local
236 x_off = x;
241 x_off = 0;
251 xrects[i].x = rects[i].x1 + x_off;

Completed in 567 milliseconds