Searched refs:dx (Results 1 - 25 of 561) sorted by relevance

1234567891011>>

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiscanfill.h77 int dx; /* local storage */ \
85 dx = (x2) - xStart; \
86 if (dx < 0) { \
87 m = dx / (dy); \
89 incr1 = -2 * dx + 2 * (dy) * m1; \
90 incr2 = -2 * dx + 2 * (dy) * m; \
91 d = 2 * m * (dy) - 2 * dx - 2 * (dy); \
93 m = dx / (dy); \
95 incr1 = 2 * dx - 2 * (dy) * m1; \
96 incr2 = 2 * dx
[all...]
H A Dmizerarc.h35 int x, y, k1, k3, a, b, d, dx, dy; member in struct:__anonab2d84110208
57 dx = info.dx; \
70 dx = (k1 << 1) - k3; \
71 k1 = dx - k1; \
75 if (dx < 0) \
76 a = -((-dx) >> 1) - a; \
78 a = (dx >> 1) - a; \
79 dx = 0; \
89 x += dx; \
[all...]
H A Dmiwideline.c180 left_dx = left->dx;
193 right_dx = right->dx;
303 double k, /* x0 * dy - y0 * dx */
304 int dx,
317 dx = -dx;
324 realk = x0 * dy - y0 * dx;
331 xady = ICEIL (k) + y * dx;
340 if (dx >= 0)
343 edge->stepx = dx / d
300 miPolyBuildEdge(double x0,double y0,double k,int dx,int dy,int xi,int yi,int left,PolyEdgePtr edge) argument
636 double scale, dx, dy, adx, ady; local in function:miLineJoin
921 int dx, dy; local in function:miRoundJoinFace
990 int dx, dy; local in function:miRoundCapClip
1114 int dx, dy; local in function:miLineProjectingCap
1285 int dx, dy; local in function:miWideSegment
1687 int dy, dx; local in function:miWideDashSegment
[all...]
H A Dmiwideline.h41 int stepx; /* fixed integral dx */
42 int signdx; /* variable dx sign */
45 int dx; member in struct:_PolyEdge
59 int dx, dy; member in struct:_PolySlope
60 double k; /* x0 * dy - y0 * dx */
69 int dx, dy; member in struct:_LineFace
114 extern _X_EXPORT int miPolyBuildEdge(double x0, double y0, double k, int dx, int dy,
H A Dmifillarc.c61 info->dx = arc->width & 1;
62 info->xorg = arc->x + (arc->width >> 1) + info->dx;
63 info->dx = 1 - info->dx;
71 if (!info->dx)
93 if (!info->dx)
116 info->dx = arc->width & 1;
117 info->xorg = arc->x + (arc->width >> 1) + info->dx;
118 info->dx = 1 - info->dx;
191 int dx, dy; local in function:miEllipseAngleToSlope
271 int dx, dy; local in function:miGetPieEdge
379 double w2, h2, x1, y1, x2, y2, dx, dy, scale; local in function:miFillArcSliceSetup
541 int yk, xk, ym, xm, dx, dy, xorg, yorg; local in function:miFillEllipseI
584 int xorg, yorg, dx, dy, slw; local in function:miFillEllipseD
648 int yk, xk, ym, xm, dx, dy, xorg, yorg, slw; local in function:miFillArcSliceI
712 int dx, dy, xorg, yorg, slw; local in function:miFillArcSliceD
[all...]
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiscanfill.h75 int dx; /* local storage */ \
83 dx = (x2) - xStart; \
84 if (dx < 0) { \
85 m = dx / (dy); \
87 incr1 = -2 * dx + 2 * (dy) * m1; \
88 incr2 = -2 * dx + 2 * (dy) * m; \
89 d = 2 * m * (dy) - 2 * dx - 2 * (dy); \
91 m = dx / (dy); \
93 incr1 = 2 * dx - 2 * (dy) * m1; \
94 incr2 = 2 * dx
[all...]
H A Dmizerarc.h34 int x, y, k1, k3, a, b, d, dx, dy; member in struct:__anond80148440208
56 dx = info.dx; \
69 dx = (k1 << 1) - k3; \
70 k1 = dx - k1; \
74 if (dx < 0) \
75 a = -((-dx) >> 1) - a; \
77 a = (dx >> 1) - a; \
78 dx = 0; \
88 x += dx; \
[all...]
H A Dmiwideline.h40 int stepx; /* fixed integral dx */
41 int signdx; /* variable dx sign */
44 int dx; member in struct:_PolyEdge
58 int dx, dy; member in struct:_PolySlope
59 double k; /* x0 * dy - y0 * dx */
68 int dx, dy; member in struct:_LineFace
H A Dmifillarc.c59 info->dx = arc->width & 1;
60 info->xorg = arc->x + (arc->width >> 1) + info->dx;
61 info->dx = 1 - info->dx;
68 if (!info->dx) {
87 if (!info->dx) {
108 info->dx = arc->width & 1;
109 info->xorg = arc->x + (arc->width >> 1) + info->dx;
110 info->dx = 1 - info->dx;
172 int dx, dy; local in function:miEllipseAngleToSlope
245 int dx, dy; local in function:miGetPieEdge
342 double w2, h2, x1, y1, x2, y2, dx, dy, scale; local in function:miFillArcSliceSetup
482 int yk, xk, ym, xm, dx, dy, xorg, yorg; local in function:miFillEllipseI
507 int xorg, yorg, dx, dy, slw; local in function:miFillEllipseD
553 int yk, xk, ym, xm, dx, dy, xorg, yorg, slw; local in function:miFillArcSliceI
597 int dx, dy, xorg, yorg, slw; local in function:miFillArcSliceD
[all...]
/xsrc/external/mit/freetype/dist/src/autofit/
H A Dafangles.c40 * dy * PI / (|dx|+|dy|)
45 af_angle_atan( FT_Fixed dx,
49 FT_Fixed ax = dx;
65 if ( dx < 0 )
124 af_angle_atan( FT_Fixed dx, argument
134 if ( dx < 0 )
138 else if ( dx == 0 )
147 if ( dx < 0 )
149 dx = -dx;
[all...]
/xsrc/external/mit/libX11/dist/src/
H A Dpoly.h85 int dx; /* local storage */ \
93 dx = (x2) - xStart; \
94 if (dx < 0) { \
95 m = dx / (dy); \
97 incr1 = -2 * dx + 2 * (dy) * m1; \
98 incr2 = -2 * dx + 2 * (dy) * m; \
99 d = 2 * m * (dy) - 2 * dx - 2 * (dy); \
101 m = dx / (dy); \
103 incr1 = 2 * dx - 2 * (dy) * m1; \
104 incr2 = 2 * dx
[all...]
H A DGeom.c60 int dx, dy; /* default values from parse */ local in function:XGeometry
65 dmask = XParseGeometry(def, &dx, &dy, &dwidth, &dheight);
69 DisplayWidth(dpy, screen) + dx - dwidth * fwidth -
70 2 * bwidth - xadd : dx;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/svga/drm/
H A Dvmw_msg.c79 * @dx: [OUT] e.g. channel id
85 ax, bx, cx, dx, si, di) \
87 __asm__ volatile ("inl %%dx, %%eax;" : \
91 "=d"(dx), \
120 * @dx: [OUT] e.g. channel id
130 ax, bx, cx, dx, si, di) \
139 "=d"(dx), \
154 ax, bx, cx, dx, si, di) \
163 "=d"(dx), \
189 ax, bx, cx, dx, s
305 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si = 0, di = 0; local in function:vmw_open_channel
335 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si, di; local in function:vmw_close_channel
366 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si, di, bp; local in function:vmw_send_msg
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/svga/drm/
H A Dvmw_msg.c82 * @dx: [OUT] e.g. channel id
88 ax, bx, cx, dx, si, di) \
90 __asm__ volatile ("inl %%dx, %%eax;" : \
94 "=d"(dx), \
123 * @dx: [OUT] e.g. channel id
133 ax, bx, cx, dx, si, di) \
142 "=d"(dx), \
157 ax, bx, cx, dx, si, di) \
166 "=d"(dx), \
192 ax, bx, cx, dx, s
308 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si = 0, di = 0; local in function:vmw_open_channel
338 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si, di; local in function:vmw_close_channel
369 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si, di, bp; local in function:vmw_send_msg
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaWideLine.c59 edge->e += edge->dx; \
78 XAAFillRectHelper(ScrnInfoPtr pScrn, int x1, int y1, int dx, int dy) argument
82 int x2 = x1 + dx;
87 if((dx = x2 - x1)<1) return;
92 (*infoRec->SubsequentSolidFillRect)(pScrn, x1, y1, dx, dy);
115 #define FixError(x, dx, dy, e, sign, step, h) { \
116 e += (h) * dx; \
165 left_dx = left->dx;
176 right_dx = right->dx;
243 int dx, d local in function:XAAWideSegment
764 double scale, dx, dy, adx, ady; local in function:XAALineJoin
[all...]
/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Ddurango.c317 mov dx, 0x0AC1C local in function:gfx_msr_asm_read
319 out dx, eax local in function:gfx_msr_asm_read
323 in ax, dx; local in function:gfx_msr_asm_read
341 mov dx, 0x0AC1C local in function:gfx_msr_asm_write
343 out dx, eax i local in function:gfx_msr_asm_write
358 out dx, ax
369 mov dx, port
370 in al, dx
384 mov dx, port
385 in ax, dx
[all...]
/xsrc/external/mit/xf86-video-newport/dist/src/
H A Dnewport_shadow.c15 int dx, dy, x; local in function:NewportRefreshArea8
42 for ( dx = x; dx < pbox->x2; dx += RA8_BYTES) {
57 int dx, dy; local in function:NewportRefreshArea24
86 for ( dx = pbox->x1 ; dx < pbox->x2 ; dx++) {
/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A Dtexaaline.c39 GLfloat dx = v1[0] - v0[0]; local in function:QuadLine
41 GLfloat len = sqrt(dx*dx + dy*dy);
45 dx /= len;
49 dx = dx * (width + 0.0);
52 dx0 = -dx+dy; dy0 = -dy-dx;
53 dx1 = -dx-dy; dy1 = -dy+dx;
[all...]
/xsrc/external/mit/xorg-server/dist/randr/
H A Drrpointer.c67 int dx, dy; local in function:RRPointerToNearestCrtc
79 dx = crtc->x - x;
81 dx = crtc->x + (scan_width - 1) - x;
83 dx = 0;
90 dist = dx * dx + dy * dy;
93 best_dx = dx;
/xsrc/external/mit/xf86-video-nsc/dist/src/panel/
H A Ddrac9210.c569 mov dx, 0CF8h
571 out dx, eax
572 mov dx, 0CFCh
575 out dx, ax
586 mov dx, 0CF8h local in function:Draco9210SetCS
589 out dx, eax
591 mov dx, 0CFCh
593 in ax, dx
598 out dx, ax
609 mov dx, local in function:Draco9210ClearCS
631 mov dx, 0CF8h local in function:Draco9210SetDataOut
653 mov dx, 0CF8h local in function:Draco9210ClearDataOut
677 mov dx, 0CF8h local in function:Draco9210ReadDataIn
706 mov dx, 0CF8h local in function:Draco9210ToggleClock
717 out dx, ax local in function:Draco9210ToggleClock
720 mov dx, 0CF8h local in function:Draco9210ToggleClock
[all...]
/xsrc/external/mit/xf86-video-geode/dist/src/panel/
H A Ddrac9210.c461 mov dx, 0 CF8h
463 out dx, eax
464 mov dx, 0 CFCh mov al, 0 CFh mov ah, 00 h out dx, ax popf}
472 Point to PCI address register mov dx, 0 CF8h; local in function:Draco9210SetCS
473 55 XX GPIO data register mov eax, CX55x0_ID + 090 h out dx, eax;
475 mov dx, 0 CFCh
476 in ax, dx
479 or ah, CS9210 mov c92DataReg, ah out dx, ax popf}} void
484 Point to PCI address register mov dx, local in function:Draco9210ClearCS
496 Point to PCI address register mov dx, 0 CF8h; local in function:Draco9210SetDataOut
509 mov dx, 0 CF8h mov eax, CX55x0_ID + 090 h; local in function:Draco9210ClearDataOut
526 Point to PCI address register mov dx, 0 CF8h; local in function:Draco9210ReadDataIn
540 Point to PCI address register mov dx, 0 CF8h; local in function:Draco9210ToggleClock
544 SET CLOCK in ax, dx mov ah, c92DataReg or ah, CLOCK9210 mov c92DataReg, ah out dx, ax o local in function:Draco9210ToggleClock
546 Point to PCI address register mov dx, 0 CF8h; local in function:Draco9210ToggleClock
[all...]
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-linear-gradient.c44 pixman_fixed_48_16_t dx, dy; local in function:linear_gradient_is_horizontal
68 dx = linear->p2.x - linear->p1.x;
71 l = dx * dx + dy * dy;
81 (dx * v.vector[0] + dy * v.vector[1]) /
106 pixman_fixed_48_16_t dx, dy; local in function:linear_get_scanline
135 dx = linear->p2.x - linear->p1.x;
138 l = dx * dx + dy * dy;
158 t = ((dx *
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_damage.h53 int dx, int dy);
56 int dx, int dy)
59 *l = _sna_damage_combine(*l, DAMAGE_PTR(r), dx, dy);
100 int16_t dx, int16_t dy);
103 int16_t dx, int16_t dy)
106 *damage = _sna_damage_add_boxes(*damage, box, n, dx, dy);
111 int16_t dx, int16_t dy);
114 int16_t dx, int16_t dy)
118 *damage = _sna_damage_add_rectangles(*damage, r, n, dx, dy);
124 int16_t dx, int16_
54 sna_damage_combine(struct sna_damage ** l,struct sna_damage * r,int dx,int dy) argument
101 sna_damage_add_boxes(struct sna_damage ** damage,const BoxRec * box,int n,int16_t dx,int16_t dy) argument
112 sna_damage_add_rectangles(struct sna_damage ** damage,const xRectangle * r,int n,int16_t dx,int16_t dy) argument
125 sna_damage_add_points(struct sna_damage ** damage,const DDXPointRec * p,int n,int16_t dx,int16_t dy) argument
192 sna_damage_subtract_boxes(struct sna_damage ** damage,const BoxRec * box,int n,int dx,int dy) argument
241 sna_damage_contains_box__offset(struct sna_damage ** damage,const BoxRec * box,int dx,int dy) argument
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_damage.h53 int dx, int dy);
56 int dx, int dy)
59 *l = _sna_damage_combine(*l, DAMAGE_PTR(r), dx, dy);
100 int16_t dx, int16_t dy);
103 int16_t dx, int16_t dy)
106 *damage = _sna_damage_add_boxes(*damage, box, n, dx, dy);
111 int16_t dx, int16_t dy);
114 int16_t dx, int16_t dy)
118 *damage = _sna_damage_add_rectangles(*damage, r, n, dx, dy);
124 int16_t dx, int16_
54 sna_damage_combine(struct sna_damage ** l,struct sna_damage * r,int dx,int dy) argument
101 sna_damage_add_boxes(struct sna_damage ** damage,const BoxRec * box,int n,int16_t dx,int16_t dy) argument
112 sna_damage_add_rectangles(struct sna_damage ** damage,const xRectangle * r,int n,int16_t dx,int16_t dy) argument
125 sna_damage_add_points(struct sna_damage ** damage,const DDXPointRec * p,int n,int16_t dx,int16_t dy) argument
192 sna_damage_subtract_boxes(struct sna_damage ** damage,const BoxRec * box,int n,int dx,int dy) argument
241 sna_damage_contains_box__offset(struct sna_damage ** damage,const BoxRec * box,int dx,int dy) argument
[all...]
/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Ddurango.c325 mov dx, 0x0AC1C local in function:gfx_msr_asm_read
327 out dx, eax local in function:gfx_msr_asm_read
331 in ax, dx; local in function:gfx_msr_asm_read
349 mov dx, 0x0AC1C local in function:gfx_msr_asm_write
351 out dx, eax i local in function:gfx_msr_asm_write
366 out dx, ax
377 mov dx, port
378 in al, dx
392 mov dx, port
393 in ax, dx
[all...]

Completed in 38 milliseconds

1234567891011>>