HomeSort by: relevance | last modified time | path
    Searched refs:yOrigin (Results 1 - 25 of 27) sorted by relevancy

1 2

  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
xaaRect.c 34 int yOrigin; /* Drawables x origin */
55 yOrigin = pDrawable->y;
76 origY1 = pRect->y + yOrigin;
  /xsrc/external/mit/libX11/dist/src/
SetCRects.c 49 req->yOrigin = (INT16) (gc->values.clip_y_origin = clip_y_origin);
  /xsrc/external/mit/libXrender/dist/src/
Picture.c 132 int yOrigin,
144 req->yOrigin = (INT16) yOrigin;
155 int yOrigin,
164 xOrigin, yOrigin, rects, n);
  /xsrc/external/mit/libXft/dist/src/
xftdraw.c 425 draw->clip.rect->yOrigin,
458 draw->clip.rect->yOrigin,
937 int yOrigin,
949 draw->clip.rect->yOrigin == yOrigin)) &&
964 new->yOrigin = yOrigin;
993 new->yOrigin,
1001 new->yOrigin,
xftint.h 192 int yOrigin;
  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
xfixesproto.h 354 INT16 xOrigin, yOrigin;
379 INT16 xOrigin, yOrigin;
renderproto.h 283 INT16 yOrigin;
  /xsrc/external/mit/xorg-server/dist/xfixes/
region.c 618 vals[1].val = stuff->yOrigin;
636 swaps(&stuff->yOrigin);
745 return SetPictureClipRegion(pPicture, stuff->xOrigin, stuff->yOrigin,
759 swaps(&stuff->yOrigin);
  /xsrc/external/mit/xorg-server.old/dist/xfixes/
region.c 639 vals[1].val = stuff->yOrigin;
657 swaps (&stuff->yOrigin, n);
768 return SetPictureClipRegion (pPicture, stuff->xOrigin, stuff->yOrigin,
783 swaps (&stuff->yOrigin, n);
  /xsrc/external/mit/libXfixes/dist/src/
Region.c 389 req->yOrigin = (INT16) clip_y_origin;
431 req->yOrigin = (INT16) clip_y_origin;
  /xsrc/external/mit/xorg-server/dist/render/
picturestr.h 443 int xOrigin, int yOrigin, int nRect, xRectangle *rects);
447 int xOrigin, int yOrigin, RegionPtr pRegion);
picture.c 1258 int xOrigin, int yOrigin, int nRect, xRectangle *rects)
1272 pPicture->clipOrigin.y = yOrigin;
1281 int xOrigin, int yOrigin, RegionPtr pRegion)
1308 pPicture->clipOrigin.y = yOrigin;
render.c 635 stuff->xOrigin, stuff->yOrigin,
2072 swaps(&stuff->yOrigin);
  /xsrc/external/mit/xorg-server.old/dist/render/
picturestr.h 517 int yOrigin,
524 int yOrigin,
picture.c 1293 int yOrigin,
1310 pPicture->clipOrigin.y = yOrigin;
1320 int yOrigin,
1353 pPicture->clipOrigin.y = yOrigin;
render.c 677 stuff->xOrigin, stuff->yOrigin,
2142 swaps(&stuff->yOrigin, n);
  /xsrc/external/mit/libXft/dist/include/X11/Xft/
Xft.h 278 int yOrigin,
Xft.h.in 277 int yOrigin,
  /xsrc/external/mit/libXrender/dist/include/X11/extensions/
Xrender.h 581 * @param[in] yOrigin Vertical mask origin.
586 int yOrigin, _Xconst XRectangle *rects,
  /xsrc/external/mit/xorg-server.old/dist/dix/
gc.c 1057 SetClipRects(GCPtr pGC, int xOrigin, int yOrigin, int nrects,
1075 pGC->clipOrg.y = yOrigin;
swapreq.c 608 swaps(&stuff->yOrigin, n);
  /xsrc/external/mit/xorg-server/dist/dix/
gc.c 1006 SetClipRects(GCPtr pGC, int xOrigin, int yOrigin, int nrects,
1024 pGC->clipOrg.y = yOrigin;
swapreq.c 564 swaps(&stuff->yOrigin);
  /xsrc/external/mit/xf86-video-vboxvideo/dist/src/
VBoxVideo.h 235 int32_t yOrigin;
  /xsrc/external/mit/xorgproto/dist/include/X11/
Xproto.h 1660 INT16 xOrigin, yOrigin;

Completed in 46 milliseconds

1 2