HomeSort by: relevance | last modified time | path
    Searched defs:y1 (Results 1 - 25 of 377) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/xorg-server/dist/Xi/
xibarriers.h 14 INT16 x1, x2, y1, y2; member in struct:PointerBarrier
  /xsrc/external/mit/xorg-server/dist/render/
mitri.c 41 bounds->y1 = xFixedToInt(points->y);
48 INT16 y1 = xFixedToInt(points->y); local
55 if (y1 < bounds->y1)
56 bounds->y1 = y1;
mitrap.c 52 box->y1 = MAXSHORT;
57 INT16 x1, y1, x2, y2; local
61 y1 = xFixedToInt(traps->top);
62 if (y1 < box->y1)
63 box->y1 = y1;
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_rect.h 41 int y0, y1; member in struct:u_rect
53 a->y1 < b->y0 ||
54 b->y1 < a->y0 ||
56 a->y1 < a->y0 ||
58 b->y1 < b->y0));
72 if (b->y1 > a->y1) b->y1 = a->y1;
79 return (r->x1 - r->x0) * (r->y1 - r->y0)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
sp_quad_stipple.c 33 const int y1 = y0 + 1; local
35 const uint stipple1 = softpipe->poly_stipple.stipple[y1 % 32];
  /xsrc/external/mit/MesaLib/dist/src/intel/blorp/
blorp_nir_builder.h 109 nir_ssa_def *y1 = nir_channel(b, bounds_rect, 3); local
114 nir_ssa_def *c3 = nir_ult(b, nir_channel(b, pos, 1), y1);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_rect.h 41 int y0, y1; member in struct:u_rect
53 a->y1 < b->y0 ||
54 b->y1 < a->y0 ||
56 a->y1 < a->y0 ||
58 b->y1 < b->y0));
72 if (b->y1 > a->y1) b->y1 = a->y1;
79 return (r->x1 - r->x0) * (r->y1 - r->y0)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
sp_quad_stipple.c 33 const int y1 = y0 + 1; local
35 const uint stipple1 = softpipe->poly_stipple.stipple[y1 % 32];
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
nv_shadow.c 35 int x1, y1, x2, y2, width, height, cpp, FBPitch; local
44 y1 = MAX(pbox->y1, 0);
48 height = y2 - y1;
51 src = pNv->ShadowPtr + (y1 * pNv->ShadowPitch) + (x1 * cpp);
52 dst = pNv->scanout->map + (y1 * FBPitch) + (x1 * cpp);
  /xsrc/external/mit/xorg-server/dist/fb/
fbline.c 32 int x1, y1, x2, y2; local
39 y1 = ppt->y;
47 y2 += y1;
49 fbSegment(pDrawable, pGC, x1 + x, y1 + y,
53 y1 = y2;
69 pSegs->x1 + x, pSegs->y1 + y,
  /xsrc/external/mit/xorg-server.old/dist/fb/
fbline.c 36 int x1, y1, x2, y2; local
43 y1 = ppt->y;
53 y2 += y1;
55 fbSegment (pDrawable, pGC, x1 + x, y1 + y,
60 y1 = y2;
80 pSegs->x1 + x, pSegs->y1 + y,
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
nv30_transfer.h 17 unsigned y1; member in struct:nv30_rect
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
nv30_transfer.h 17 unsigned y1; member in struct:nv30_rect
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
fbbitmap.c 57 int16_t x1, int16_t y1, int16_t x2, int16_t y2)
66 r->x1 = x1; r->y1 = y1;
72 x1, y1, x2, y2));
94 int width, y1, y2, base, x1; local
115 y1 = y2++;
145 add(region, x1, y1, base + i, y2);
160 add(region, x1, y1, base + i, y2);
168 add(region, x1, y1, width, y2);
172 region->extents.y1 = RegionBoxptr(region)->y1
    [all...]
fbline.c 63 int x1, y1, x2, y2; local
70 y1 = pt->y;
78 y2 += y1;
81 x1 + x, y1 + y,
85 y1 = y2;
101 seg->x1 + x, seg->y1 + y,
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
fbbitmap.c 57 int16_t x1, int16_t y1, int16_t x2, int16_t y2)
66 r->x1 = x1; r->y1 = y1;
72 x1, y1, x2, y2));
94 int width, y1, y2, base, x1; local
115 y1 = y2++;
145 add(region, x1, y1, base + i, y2);
160 add(region, x1, y1, base + i, y2);
168 add(region, x1, y1, width, y2);
172 region->extents.y1 = RegionBoxptr(region)->y1
    [all...]
fbline.c 63 int x1, y1, x2, y2; local
70 y1 = pt->y;
78 y2 += y1;
81 x1 + x, y1 + y,
85 y1 = y2;
101 seg->x1 + x, seg->y1 + y,
  /xsrc/external/mit/xgc/dist/
getfile.c 35 int x1,y1,x2,y2; local
100 (void) XQueryPointer(X.dpy,XtWindow(topform),&dummy1,&dummy2,&x1,&y1,
  /xsrc/external/mit/xorgproto/dist/include/X11/
Xprotostr.h 55 INT16 x1, y1, x2, y2; member in struct:_xSegment
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
xm_line.c 429 int y1 = YFLIP(xrb, (GLint) vert1->attrib[VARYING_SLOT_POS][1]); local
434 XDrawLine(dpy, xrb->pixmap, gc, x0, y0, x1, y1);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
xm_line.c 429 int y1 = YFLIP(xrb, (GLint) vert1->attrib[VARYING_SLOT_POS][1]); local
434 XDrawLine(dpy, xrb->pixmap, gc, x0, y0, x1, y1);
  /xsrc/external/mit/freetype/dist/src/base/
ftpsprop.c 54 FT_Int x1, y1, x2, y2, x3, y3, x4, y4; local
88 y1 = darken_params[1];
97 y1 < 0 || y2 < 0 || y3 < 0 || y4 < 0 ||
99 y1 > 500 || y2 > 500 || y3 > 500 || y4 > 500 )
103 driver->darken_params[1] = y1;
  /xsrc/external/mit/mesa-demos/dist/src/tests/
drawstencil.c 111 GLint x0 = 5, y0= 5, x1 = 10 + WIDTH, y1 = 5; local
137 glWindowPos2i(x1, y1);
line-sample.c 61 float y1 = r1 * sin(i * M_PI / 180.0); local
66 glVertex2f(x1, y1);
  /xsrc/external/mit/x11perf/dist/
do_lines.c 38 int x1 = 0, y1 = 0; /* offsets to compute next point from current */ local
83 y1 = phase;
88 y1 = size;
93 y1 = size;
98 y1 = size - phase % (size+1);
103 y += (ydir * y1);
124 y += (2 * ydir * y1);
133 y = (HEIGHT - y1)/2;
136 y = (HEIGHT + y1)/2;

Completed in 48 milliseconds

1 2 3 4 5 6 7 8 91011>>