Searched refs:x_off (Results 1 - 6 of 6) sorted by relevance

/external/pixman/pixman/
H A Dpixman-trap.c207 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,
203 pixman_line_fixed_edge_init(pixman_edge_t * e, int n, pixman_fixed_t y, const pixman_line_fixed_t *line, int x_off, int y_off) argument
233 pixman_add_traps(pixman_image_t * image, int16_t x_off, int16_t y_off, int ntrap, const pixman_trap_t *traps) argument
318 pixman_add_trapezoids(pixman_image_t * image, int16_t x_off, int y_off, int ntraps, const pixman_trapezoid_t *traps) argument
346 pixman_rasterize_trapezoid(pixman_image_t * image, const pixman_trapezoid_t *trap, int x_off, int y_off) argument
696 pixman_add_triangles(pixman_image_t *image, int32_t x_off, int32_t y_off, int n_tris, const pixman_triangle_t *tris) argument
[all...]
H A Dpixman.c406 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) ||
H A Dpixman.h1062 int x_off,
1070 int16_t x_off,
1075 int16_t x_off,
1081 int x_off,
1104 int32_t x_off,
H A Dpixman-bits-image.c362 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);
/external/chromium_org/third_party/mesa/src/src/glx/
H A Ddri_glx.c226 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/
H A Ddri_glx.c226 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 109 milliseconds