| /xsrc/local/programs/x11-ssh-askpass/ |
| H A D | drawing.c | 28 XPoint points[4]; local in function:draw_shaded_rectangle 38 points [0].x = x; 39 points [0].y = y; 40 points [1].x = x + width; 41 points [1].y = y; 42 points [2].x = x + width - thickness; 43 points [2].y = y + thickness; 44 points [3].x = x; 45 points [3].y = y + thickness; 46 XFillPolygon (dpy, window, gc1, points, [all...] |
| /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/ |
| H A D | sampledLine.cc | 47 points[i][0]=p[0]; 48 points[i][1]=p[1]; 70 /*space of points[][2] is allocated*/ 74 points = (Real2*) malloc(sizeof(Real2) * n_points); 75 assert(points); 79 /*space of points[][2] is allocated and 80 *points are copied 86 points = (Real2*) malloc(sizeof(Real2) * n_points); 87 assert(points); 89 points[ [all...] |
| H A D | sampledLine.h | 40 Real2 *points; member in class:sampledLine 57 Real2* get_points() {return points;}
|
| /xsrc/external/mit/xorg-server/dist/render/ |
| H A D | mitri.c | 37 miPointFixedBounds(int npoint, xPointFixed * points, BoxPtr bounds) argument 39 bounds->x1 = xFixedToInt(points->x); 40 bounds->x2 = xFixedToInt(xFixedCeil(points->x)); 41 bounds->y1 = xFixedToInt(points->y); 42 bounds->y2 = xFixedToInt(xFixedCeil(points->y)); 43 points++; 46 INT16 x1 = xFixedToInt(points->x); 47 INT16 x2 = xFixedToInt(xFixedCeil(points->x)); 48 INT16 y1 = xFixedToInt(points->y); 49 INT16 y2 = xFixedToInt(xFixedCeil(points [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | eval.c | 41 const GLfloat * points, GLubyte * pc) 45 __GLX_PUT_FLOAT_ARRAY(0, points, order * k); 51 __GLX_PUT_FLOAT_ARRAY(0, points, k); 52 points += stride; 60 const GLdouble * points, GLubyte * pc) 64 __GLX_PUT_DOUBLE_ARRAY(0, points, order * k); 69 __GLX_PUT_DOUBLE_ARRAY(0, points, k); 70 points += stride; 79 const GLfloat * points, GLfloat * data) 85 __GLX_MEM_COPY(data, points, majorOrde 40 __glFillMap1f(GLint k,GLint order,GLint stride,const GLfloat * points,GLubyte * pc) argument 59 __glFillMap1d(GLint k,GLint order,GLint stride,const GLdouble * points,GLubyte * pc) argument 77 __glFillMap2f(GLint k,GLint majorOrder,GLint minorOrder,GLint majorStride,GLint minorStride,const GLfloat * points,GLfloat * data) argument 102 __glFillMap2d(GLint k,GLint majorOrder,GLint minorOrder,GLint majorStride,GLint minorStride,const GLdouble * points,GLdouble * data) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | eval.c | 41 const GLfloat * points, GLubyte * pc) 45 __GLX_PUT_FLOAT_ARRAY(0, points, order * k); 51 __GLX_PUT_FLOAT_ARRAY(0, points, k); 52 points += stride; 60 const GLdouble * points, GLubyte * pc) 64 __GLX_PUT_DOUBLE_ARRAY(0, points, order * k); 69 __GLX_PUT_DOUBLE_ARRAY(0, points, k); 70 points += stride; 79 const GLfloat * points, GLfloat * data) 85 __GLX_MEM_COPY(data, points, majorOrde 40 __glFillMap1f(GLint k,GLint order,GLint stride,const GLfloat * points,GLubyte * pc) argument 59 __glFillMap1d(GLint k,GLint order,GLint stride,const GLdouble * points,GLubyte * pc) argument 77 __glFillMap2f(GLint k,GLint majorOrder,GLint minorOrder,GLint majorStride,GLint minorStride,const GLfloat * points,GLfloat * data) argument 102 __glFillMap2d(GLint k,GLint majorOrder,GLint minorOrder,GLint majorStride,GLint minorStride,const GLdouble * points,GLdouble * data) argument [all...] |
| /xsrc/external/mit/x11perf/dist/ |
| H A D | do_dots.c | 26 static XPoint *points; variable in typeref:typename:XPoint * 34 points = malloc(p->objects * sizeof(XPoint)); 37 points[i].x = 2 * (i/MAXROWS); 38 points[i].y = 2 * (i%MAXROWS); 47 XDrawPoints(xp->d, xp->w, pgc, points, p->objects, CoordModeOrigin); 59 free(points);
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | DrPoints.c | 37 XPoint *points, 61 pt.x = xoff + points->x; 62 pt.y = yoff + points->y; 65 Data16 (dpy, (short *) (points + 1), nbytes - 4); 68 Data16 (dpy, (short *) points, nbytes); 72 register XPoint *pptr = points; 73 points += n; 74 while (pptr != points) { 80 points += n; 33 XDrawPoints(register Display * dpy,Drawable d,GC gc,XPoint * points,int n_points,int mode) argument
|
| H A D | DrLines.c | 37 XPoint *points, 52 Data16 (dpy, (short *) points, length); 33 XDrawLines(register Display * dpy,Drawable d,GC gc,XPoint * points,int npoints,int mode) argument
|
| H A D | FillPoly.c | 37 XPoint *points, 60 Data16 (dpy, (short *) points, nbytes); 33 XFillPolygon(register Display * dpy,Drawable d,GC gc,XPoint * points,int n_points,int shape,int mode) argument
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | mispans.c | 77 #define YMIN(spans) (spans->points[0].y) 78 #define YMAX(spans) (spans->points[spans->count-1].y) 95 subPt = sub->points; 98 spansPt = spans->points; 153 newPt = (DDXPointPtr) realloc(spans->points, (spans->count + EXTRA) * sizeof (DDXPointRec)); 156 spansPt = newPt + (spansPt - spans->points); 157 spans->points = newPt; 198 ymin = spans->points[0].y; 200 ymax = spans->points[spansCount - 1].y; 211 free(spans->points); 221 QuickSortSpansX(DDXPointRec points[],int widths[],int numSpans) argument 383 DDXPointPtr points; local in function:miFillUniqueSpanGroup [all...] |
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_lines.c | 37 int mode, int n, DDXPointPtr points) 71 /* Set up the vertex buffers for the points */ 86 here.x += points[i].x; 87 here.y += points[i].y; 91 memcpy(v, points, n * sizeof (DDXPointRec)); 132 int mode, int n, DDXPointPtr points) 139 return glamor_poly_lines_solid_gl(drawable, gc, mode, n, points); 141 return glamor_poly_lines_dash_gl(drawable, gc, mode, n, points); 144 return glamor_poly_lines_solid_gl(drawable, gc, mode, n, points); 146 return glamor_poly_lines_dash_gl(drawable, gc, mode, n, points); 36 glamor_poly_lines_solid_gl(DrawablePtr drawable,GCPtr gc,int mode,int n,DDXPointPtr points) argument 131 glamor_poly_lines_gl(DrawablePtr drawable,GCPtr gc,int mode,int n,DDXPointPtr points) argument 153 glamor_poly_lines_bail(DrawablePtr drawable,GCPtr gc,int mode,int n,DDXPointPtr points) argument 163 glamor_poly_lines(DrawablePtr drawable,GCPtr gc,int mode,int n,DDXPointPtr points) argument [all...] |
| H A D | glamor_spans.c | 47 int n, DDXPointPtr points, int *widths, int sorted) 74 /* Set up the vertex buffers for the points */ 84 v[0] = points->x; 85 v[1] = points->y; 87 points++; 99 /* Set up the vertex buffers for the points */ 108 v[0] = points->x; v[1] = points->y; 109 v[2] = points->x; v[3] = points 45 glamor_fill_spans_gl(DrawablePtr drawable,GCPtr gc,int n,DDXPointPtr points,int * widths,int sorted) argument 157 glamor_fill_spans_bail(DrawablePtr drawable,GCPtr gc,int n,DDXPointPtr points,int * widths,int sorted) argument 170 glamor_fill_spans(DrawablePtr drawable,GCPtr gc,int n,DDXPointPtr points,int * widths,int sorted) argument 180 glamor_get_spans_gl(DrawablePtr drawable,int wmax,DDXPointPtr points,int * widths,int count,char * dst) argument 245 glamor_get_spans_bail(DrawablePtr drawable,int wmax,DDXPointPtr points,int * widths,int count,char * dst) argument 254 glamor_get_spans(DrawablePtr drawable,int wmax,DDXPointPtr points,int * widths,int count,char * dst) argument 263 glamor_set_spans_gl(DrawablePtr drawable,GCPtr gc,char * src,DDXPointPtr points,int * widths,int numPoints,int sorted) argument 361 glamor_set_spans_bail(DrawablePtr drawable,GCPtr gc,char * src,DDXPointPtr points,int * widths,int numPoints,int sorted) argument 371 glamor_set_spans(DrawablePtr drawable,GCPtr gc,char * src,DDXPointPtr points,int * widths,int numPoints,int sorted) argument [all...] |
| /xsrc/external/mit/xorg-server.old/dist/render/ |
| H A D | mitri.c | 37 miPointFixedBounds (int npoint, xPointFixed *points, BoxPtr bounds) argument 39 bounds->x1 = xFixedToInt (points->x); 40 bounds->x2 = xFixedToInt (xFixedCeil (points->x)); 41 bounds->y1 = xFixedToInt (points->y); 42 bounds->y2 = xFixedToInt (xFixedCeil (points->y)); 43 points++; 47 INT16 x1 = xFixedToInt (points->x); 48 INT16 x2 = xFixedToInt (xFixedCeil (points->x)); 49 INT16 y1 = xFixedToInt (points->y); 50 INT16 y2 = xFixedToInt (xFixedCeil (points 130 miTriStrip(CARD8 op,PicturePtr pSrc,PicturePtr pDst,PictFormatPtr maskFormat,INT16 xSrc,INT16 ySrc,int npoint,xPointFixed * points) argument 161 miTriFan(CARD8 op,PicturePtr pSrc,PicturePtr pDst,PictFormatPtr maskFormat,INT16 xSrc,INT16 ySrc,int npoint,xPointFixed * points) argument [all...] |
| /xsrc/external/mit/oclock/dist/ |
| H A D | transform.c | 39 TranslatePoints(TPoint *points, int n_points, argument 49 xpoints[i].x = Xx(points[i].x + xoff, points[i].y + yoff, t); 50 xpoints[i].y = Xy(points[i].x + xoff, points[i].y + yoff, t); 52 xoff += points[i].x; 53 yoff += points[i].y; 61 TPoint *points, int n_points, int shape, int mode) 65 xpoints = TranslatePoints (points, n_points, t, mode); 60 TFillPolygon(register Display * dpy,Drawable d,GC gc,Transform * t,TPoint * points,int n_points,int shape,int mode) argument
|
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| H A D | basic-lines.c | 10 static const XPoint points[]= { variable in typeref:typename:const XPoint[] 49 #define NUM_POINTS (sizeof(points)/sizeof(points[0])) 107 points[a].x, points[a].y, 108 points[b].x, points[b].y, 115 &points[a], &points[b], 64, 64); 117 &points[ [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| H A D | basic-lines.c | 10 static const XPoint points[]= { variable in typeref:typename:const XPoint[] 49 #define NUM_POINTS (sizeof(points)/sizeof(points[0])) 107 points[a].x, points[a].y, 108 points[b].x, points[b].y, 115 &points[a], &points[b], 64, 64); 117 &points[ [all...] |
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | render2.c | 48 GLfloat u1, u2, *points; local in function:__glXDisp_Map1f 55 points = (GLfloat *)(pc + 16); 58 CALL_Map1f( GET_DISPATCH(), (target, u1, u2, k, order, points) ); 64 GLfloat u1, u2, v1, v2, *points; local in function:__glXDisp_Map2f 74 points = (GLfloat *)(pc + 28); 80 CALL_Map2f( GET_DISPATCH(), (target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points) ); 90 GLdouble u1, u2, *points; local in function:__glXDisp_Map1d 115 points = (GLdouble*) (pc - 4); 117 points = (GLdouble*) pc; 120 points 127 GLdouble u1, u2, v1, v2, *points; local in function:__glXDisp_Map2d [all...] |
| H A D | render2swap.c | 48 GLfloat u1, u2, *points; local in function:__glXDispSwap_Map1f 63 points = (GLfloat *)(pc + 16); 72 __GLX_SWAP_FLOAT_ARRAY(points, compsize); 74 CALL_Map1f( GET_DISPATCH(), (target, u1, u2, k, order, points) ); 80 GLfloat u1, u2, v1, v2, *points; local in function:__glXDispSwap_Map2f 101 points = (GLfloat *)(pc + 28); 113 __GLX_SWAP_FLOAT_ARRAY(points, compsize); 115 CALL_Map2f( GET_DISPATCH(), (target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points) ); 122 GLdouble u1, u2, *points; local in function:__glXDispSwap_Map1d 152 points 164 GLdouble u1, u2, v1, v2, *points; local in function:__glXDispSwap_Map2d [all...] |
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | render2.c | 44 GLfloat u1, u2, *points; local in function:__glXDisp_Map1f 51 points = (GLfloat *) (pc + 16); 54 glMap1f(target, u1, u2, k, order, points); 61 GLfloat u1, u2, v1, v2, *points; local in function:__glXDisp_Map2f 71 points = (GLfloat *) (pc + 28); 77 glMap2f(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points); 89 GLdouble u1, u2, *points; local in function:__glXDisp_Map1d 115 points = (GLdouble *) (pc - 4); 118 points = (GLdouble *) pc; 121 points 129 GLdouble u1, u2, v1, v2, *points; local in function:__glXDisp_Map2d [all...] |
| H A D | render2swap.c | 44 GLfloat u1, u2, *points; local in function:__glXDispSwap_Map1f 60 points = (GLfloat *) (pc + 16); 70 __GLX_SWAP_FLOAT_ARRAY(points, compsize); 72 glMap1f(target, u1, u2, k, order, points); 79 GLfloat u1, u2, v1, v2, *points; local in function:__glXDispSwap_Map2f 101 points = (GLfloat *) (pc + 28); 114 __GLX_SWAP_FLOAT_ARRAY(points, compsize); 116 glMap2f(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points); 124 GLdouble u1, u2, *points; local in function:__glXDispSwap_Map1d 156 points 170 GLdouble u1, u2, v1, v2, *points; local in function:__glXDispSwap_Map2d [all...] |
| /xsrc/external/mit/xeyes/dist/ |
| H A D | transform.c | 12 TranslatePoints (TPoint *points, int n_points, Transform *t, int mode) 22 xpoints[i].x = Xx(points[i].x + xoff, points[i].y + yoff, t); 23 xpoints[i].y = Xy(points[i].x + xoff, points[i].y + yoff, t); 25 xoff += points[i].x; 26 yoff += points[i].y; 38 TPoint *points, 45 xpoints = TranslatePoints (points, n_points, t, mode);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/ |
| H A D | render2swap.c | 68 GLfloat u1, u2, *points; local in function:__glXDispSwap_Map1f 83 points = (GLfloat *)(pc + 16); 92 __GLX_SWAP_FLOAT_ARRAY(points, compsize); 99 GLfloat u1, u2, v1, v2, *points; local in function:__glXDispSwap_Map2f 120 points = (GLfloat *)(pc + 28); 132 __GLX_SWAP_FLOAT_ARRAY(points, compsize); 140 GLdouble u1, u2, *points; local in function:__glXDispSwap_Map1d 170 points = (GLdouble*) (pc - 4); 172 points = (GLdouble*) pc; 175 points 181 GLdouble u1, u2, v1, v2, *points; local in function:__glXDispSwap_Map2d [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | eval.h | 49 const GLfloat *points ); 53 const GLdouble *points ); 58 const GLfloat *points ); 63 const GLdouble *points ); 74 GLint order, const GLfloat *points ); 77 GLint order, const GLdouble *points ); 82 const GLfloat *points); 87 const GLdouble *points );
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | eval.h | 49 const GLfloat *points ); 53 const GLdouble *points ); 58 const GLfloat *points ); 63 const GLdouble *points ); 74 GLint order, const GLfloat *points ); 77 GLint order, const GLdouble *points ); 82 const GLfloat *points); 87 const GLdouble *points );
|