Searched refs:rx1 (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/libX11/dist/include/X11/
H A DXregion.h137 #define ADDRECT(reg, r, rx1, ry1, rx2, ry2){\
138 if (((rx1) < (rx2)) && ((ry1) < (ry2)) &&\
139 CHECK_PREVIOUS((reg), (r), (rx1), (ry1), (rx2), (ry2))){\
140 (r)->x1 = (rx1);\
153 #define ADDRECTNOX(reg, r, rx1, ry1, rx2, ry2){\
154 if ((rx1 < rx2) && (ry1 < ry2) &&\
155 CHECK_PREVIOUS((reg), (r), (rx1), (ry1), (rx2), (ry2))){\
156 (r)->x1 = (rx1);\
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbpixmap.c108 #define ADDRECT(reg,r,fr,rx1,ry1,rx2,ry2) \
109 if (((rx1) < (rx2)) && ((ry1) < (ry2)) && \
113 ((r-1)->x1 <= (rx1)) && \
122 r->x1 = (rx1); \
146 int width, h, base, rx1 = 0, crects; local in function:fbPixmapToRegion
181 rx1 = 0;
208 rx1 = base + ib;
219 rx1, h, base + ib, h + 1);
239 rx1 = base + ib;
250 rx1,
[all...]
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbpixmap.c98 #define ADDRECT(reg,r,fr,rx1,ry1,rx2,ry2) \
99 if (((rx1) < (rx2)) && ((ry1) < (ry2)) && \
103 ((r-1)->x1 <= (rx1)) && \
112 r->x1 = (rx1); \
136 int width, h, base, rx1 = 0, crects; local in function:fbPixmapToRegion
169 rx1 = 0;
190 rx1 = base + ib;
199 rx1, h, base + ib, h + 1);
215 rx1 = base + ib;
224 rx1,
[all...]
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dstex3d.c157 float rx0, rx1, ry0, ry1, rz0, rz1, *q, sx, sy, sz, a, b, c, d, t, u, v; local in function:noise3
160 setup(0, bx0, bx1, rx0, rx1);
183 v = at(rx1, ry0, rz0);
189 v = at(rx1, ry1, rz0);
197 v = at(rx1, ry0, rz1);
203 v = at(rx1, ry1, rz1);
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-region.c2801 primitive_t rx1, primitive_t ry1,
2804 if ((rx1 < rx2) && (ry1 < ry2) &&
2807 ((r-1)->x1 <= rx1) && ((r-1)->x2 >= rx2))))
2816 r->x1 = rx1;
2846 int h, base, rx1 = 0, crects; local in function:PREFIX
2880 rx1 = 0;
2910 rx1 = base + ib;
2921 rx1, h, base + ib, h + 1);
2944 rx1 = base + ib;
2955 rx1,
2798 bitmap_addrect(region_type_t * reg,box_type_t * r,box_type_t ** first_rect,primitive_t rx1,primitive_t ry1,primitive_t rx2,primitive_t ry2) argument
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_trapezoids.c621 int rx1 = pixman_fixed_to_int(traps[n].right.p1.x + pixman_fixed_1_minus_e/2); local in function:sna_composite_trapezoids
623 rectilinear &= lx1 == lx2 && rx1 == rx2;
629 int rx1 = pixman_fixed_to_fast(traps[n].right.p1.x); local in function:sna_composite_trapezoids
634 rectilinear &= lx1 == lx2 && rx1 == rx2;
635 pixel_aligned &= ((top | bot | lx1 | lx2 | rx1 | rx2) & FAST_SAMPLES_mask) == 0;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_trapezoids.c621 int rx1 = pixman_fixed_to_int(traps[n].right.p1.x + pixman_fixed_1_minus_e/2); local in function:sna_composite_trapezoids
623 rectilinear &= lx1 == lx2 && rx1 == rx2;
629 int rx1 = pixman_fixed_to_fast(traps[n].right.p1.x); local in function:sna_composite_trapezoids
634 rectilinear &= lx1 == lx2 && rx1 == rx2;
635 pixel_aligned &= ((top | bot | lx1 | lx2 | rx1 | rx2) & FAST_SAMPLES_mask) == 0;

Completed in 9 milliseconds