/external/pixman/pixman/ |
pixman-trap.c | 207 int x_off, 210 pixman_fixed_t x_off_fixed = pixman_int_to_fixed (x_off); 234 int16_t x_off, 252 x_off_fixed = pixman_int_to_fixed (x_off); 319 int16_t x_off, 337 pixman_rasterize_trapezoid (image, trap, x_off, y_off); 348 int x_off, 383 pixman_line_fixed_edge_init (&l, bpp, t, &trap->left, x_off, y_off); 384 pixman_line_fixed_edge_init (&r, bpp, t, &trap->right, x_off, y_off); 697 int32_t x_off, [all...] |
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.h | [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...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkdnd.py | 243 self.x_off = event.x 263 return x - self.x_off, y - self.y_off
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkdnd.py | 243 self.x_off = event.x 263 return x - self.x_off, y - self.y_off
|
/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;
|