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

/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-gradient-walker.c38 walker->left_x = 0;
57 int64_t x, left_x, right_x; local in function:gradient_walker_reset
86 left_x = stops[n - 1].x;
94 left_x += (pos - x);
105 right_x = 0x10000 - left_x;
106 left_x = tmp_x;
114 left_x += (pos - x);
139 lx = left_x * (1.0f/65536.0f);
142 if (FLOAT_IS_ZERO (rx - lx) || left_x == INT32_MIN || right_x == INT32_MAX)
165 walker->left_x
[all...]
H A Dpixman-private.h351 pixman_fixed_48_16_t left_x; member in struct:__anon0c1deedc0308
/xsrc/external/mit/xcb-util/dist/image/
H A Dtest_xcb_image.c53 int32_t left_x; local in function:reflect_window
79 for (left_x = 0 ; left_x < width/2 ; left_x++)
83 pixel1 = xcb_image_get_pixel (image, left_x, y);
84 right_x = width - left_x-1;
85 if (left_x != right_x)
88 xcb_image_put_pixel (image, left_x, y, pixel2);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaWideLine.c139 int left_x, left_e, left_stepx, left_signdx, left_dy, left_dx; local in function:XAAFillPolyHelper
149 left_x = left_e = left_stepx = left_signdx = left_dy = left_dx = 0;
160 left_x = left->x + xorg;
193 left_x, left_DX, left_dy, left_e,
196 FixError(left_x, left_dx, left_dy, left_e, left_signdx,
205 if(right_x > left_x) {
206 FILL_SPAN(infoRec->pScrn, left_x, y, right_x - left_x);
210 left_x += left_stepx;
213 left_x
[all...]
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiwideline.c140 int left_x = 0, left_e = 0; local in function:miFillPolyHelper
175 left_x = left->x;
207 if (right_x >= left_x)
210 ppt->x = left_x + xorg;
212 *pwidth++ = right_x - left_x + 1;
216 left_x += left_stepx;
220 left_x += left_signdx;
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiwideline.c651 int left_x = 0, left_e = 0; local in function:miFillPolyHelper
682 left_x = left->x;
712 if (right_x >= left_x) {
714 ppt->x = left_x + xorg;
716 *pwidth++ = right_x - left_x + 1;
720 left_x += left_stepx;
723 left_x += left_signdx;

Completed in 16 milliseconds