HomeSort by: relevance | last modified time | path
    Searched defs:y2 (Results 1 - 25 of 311) 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 42 bounds->y2 = xFixedToInt(xFixedCeil(points->y));
49 INT16 y2 = xFixedToInt(xFixedCeil(points->y)); local
57 else if (y2 > bounds->y2)
58 bounds->y2 = y2;
mitrap.c 53 box->y2 = MINSHORT;
57 INT16 x1, y1, x2, y2; local
65 y2 = xFixedToInt(xFixedCeil(traps->bottom));
66 if (y2 > box->y2)
67 box->y2 = y2;
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
fbarc.c 85 int x2, y2; local
93 * Because box.x2 and box.y2 get truncated to 16 bits, and the
105 y2 = box.y1 + (int) arc->height + 1;
106 box.y2 = y2;
107 if ((x2 <= SHRT_MAX) && (y2 <= SHRT_MAX) &&
fbbitmap.c 57 int16_t x1, int16_t y1, int16_t x2, int16_t y2)
67 r->x2 = x2; r->y2 = y2;
72 x1, y1, x2, y2));
94 int width, y1, y2, base, x1; local
113 y2 = 0;
114 while (y2 < pixmap->drawable.height) {
115 y1 = y2++;
118 while (y2 < pixmap->drawable.height &&
121 line += stride, y2++
    [all...]
fbline.c 63 int x1, y1, x2, y2; local
75 y2 = pt->y;
78 y2 += y1;
82 x2 + x, y2 + y,
85 y1 = y2;
102 seg->x2 + x, seg->y2 + y,
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
fbarc.c 85 int x2, y2; local
93 * Because box.x2 and box.y2 get truncated to 16 bits, and the
105 y2 = box.y1 + (int) arc->height + 1;
106 box.y2 = y2;
107 if ((x2 <= SHRT_MAX) && (y2 <= SHRT_MAX) &&
fbbitmap.c 57 int16_t x1, int16_t y1, int16_t x2, int16_t y2)
67 r->x2 = x2; r->y2 = y2;
72 x1, y1, x2, y2));
94 int width, y1, y2, base, x1; local
113 y2 = 0;
114 while (y2 < pixmap->drawable.height) {
115 y1 = y2++;
118 while (y2 < pixmap->drawable.height &&
121 line += stride, y2++
    [all...]
fbline.c 63 int x1, y1, x2, y2; local
75 y2 = pt->y;
78 y2 += y1;
82 x2 + x, y2 + y,
85 y1 = y2;
102 seg->x2 + x, seg->y2 + y,
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
nv_shadow.c 35 int x1, y1, x2, y2, width, height, cpp, FBPitch; local
46 y2 = MIN(pbox->y2, pScrn->virtualY);
48 height = y2 - y1;
  /xsrc/external/mit/xorg-server/dist/fb/
fbarc.c 63 int x2, y2; local
77 * Because box.x2 and box.y2 get truncated to 16 bits, and the
89 y2 = box.y1 + (int) parcs->height + 1;
90 box.y2 = y2;
91 if ((x2 <= SHRT_MAX) && (y2 <= SHRT_MAX) &&
fbline.c 32 int x1, y1, x2, y2; local
44 y2 = ppt->y;
47 y2 += y1;
50 x2 + x, y2 + y,
53 y1 = y2;
70 pSegs->x2 + x, pSegs->y2 + y, drawLast, &dashOffset);
  /xsrc/external/mit/xorg-server.old/dist/fb/
fbarc.c 72 int x2, y2; local
90 * Because box.x2 and box.y2 get truncated to 16 bits, and the
102 y2 = box.y1 + (int)parcs->height + 1;
103 box.y2 = y2;
104 if ( (x2 <= SHRT_MAX) && (y2 <= SHRT_MAX) &&
fbline.c 36 int x1, y1, x2, y2; local
49 y2 = ppt->y;
53 y2 += y1;
56 x2 + x, y2 + y,
60 y1 = y2;
81 pSegs->x2 + x, pSegs->y2 + y,
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
nv98_video_ppp.c 34 uint32_t y2, cbcr, cbcr2, i; local
51 nouveau_vp3_ycbcr_offsets(dec, &y2, &cbcr, &cbcr2);
62 PUSH_DATA (push, in_addr + y2); // 70c
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_video_ppp.c 34 uint32_t y2, cbcr, cbcr2, i; local
51 nouveau_vp3_ycbcr_offsets(dec, &y2, &cbcr, &cbcr2);
62 PUSH_DATA (push, in_addr + y2); // 70c
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
xm_buffer.c 444 int y2 = rb->Height - y - 1; local
447 + y2 * ximage->bytes_per_line
453 int y2 = rb->Height - y - h; local
465 xrb->pixmap, x, y2, w, h,
533 int y2 = rb->Height - xrb->map_y - xrb->map_h; local
541 xrb->map_x, y2, /* dest x, y */
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
nv98_video_ppp.c 34 uint32_t y2, cbcr, cbcr2, i; local
51 nouveau_vp3_ycbcr_offsets(dec, &y2, &cbcr, &cbcr2);
62 PUSH_DATA (push, in_addr + y2); // 70c
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_video_ppp.c 34 uint32_t y2, cbcr, cbcr2, i; local
51 nouveau_vp3_ycbcr_offsets(dec, &y2, &cbcr, &cbcr2);
62 PUSH_DATA (push, in_addr + y2); // 70c
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
xm_buffer.c 444 int y2 = rb->Height - y - 1; local
447 + y2 * ximage->bytes_per_line
453 int y2 = rb->Height - y - h; local
465 xrb->pixmap, x, y2, w, h,
533 int y2 = rb->Height - xrb->map_y - xrb->map_h; local
541 xrb->map_x, y2, /* dest x, y */
  /xsrc/external/mit/xgc/dist/
getfile.c 35 int x1,y1,x2,y2; local
101 &x2,&y2,&mask);
104 popupshellargs[1].value = (XtArgVal) y2;
  /xsrc/external/mit/xorgproto/dist/include/X11/
Xprotostr.h 55 INT16 x1, y1, x2, y2; member in struct:_xSegment
  /xsrc/external/mit/freetype/dist/src/base/
ftpsprop.c 54 FT_Int x1, y1, x2, y2, x3, y3, x4, y4; local
90 y2 = darken_params[3];
97 y1 < 0 || y2 < 0 || y3 < 0 || y4 < 0 ||
99 y1 > 500 || y2 > 500 || y3 > 500 || y4 > 500 )
105 driver->darken_params[3] = y2;
  /xsrc/external/mit/xf86-video-chips/dist/src/
ct_shadow.c 25 height = pbox->y2 - pbox->y1;
62 int count, width, height, y1, y2, dstPitch, srcPitch; local
72 y2 = (pbox->y2 + 3) & ~3;
73 height = (y2 - y1) >> 2; /* in dwords */
77 (pbox->x1 * dstPitch) + pScrn->virtualX - y2;
78 srcPtr = cPtr->ShadowPtr + ((1 - y2) * srcPitch) + pbox->x1;
108 int count, width, height, y1, y2, dstPitch, srcPitch; local
118 y2 = (pbox->y2 + 1) & ~1
156 int count, width, height, y1, y2, dstPitch, srcPitch; local
    [all...]
  /xsrc/external/mit/xf86-video-cirrus/dist/src/
cir_shadow.c 25 int width, height, Bpp, FBPitch, x1, x2, y1, y2; local
35 y2 = MIN(pbox->y2, pScrn->virtualY);
38 height = y2 - y1;
78 int count, width, height, x1, x2, y1, y2, dstPitch, srcPitch; local
89 y2 = MIN(pbox->y2, pScrn->virtualY);
93 y2 = (y2 + 3) & ~3;
94 height = (y2 - y1) / 4; /* in dwords *
132 int count, width, height, x1, x2, y1, y2, dstPitch, srcPitch; local
187 int count, width, height, x1, x2, y1, y2, dstPitch, srcPitch; local
246 int count, width, height, x1, x2, y1, y2, dstPitch, srcPitch; local
    [all...]

Completed in 31 milliseconds

1 2 3 4 5 6 7 8 91011>>