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

/xsrc/external/mit/twm/dist/src/
H A Dadd_window.h74 extern void GetGravityOffsets(TwmWindow *tmp, int *xp, int *yp);
H A Dadd_window.c102 * \param xp,yp return values
106 GetGravityOffsets(TwmWindow *tmp, int *xp, int *yp) argument
129 *xp = *yp = 0;
133 *yp = gravity_offsets[g].y;
/xsrc/external/mit/libXaw/dist/src/
H A DPorthole.c172 Position *xp, Position *yp, Dimension *widthp, Dimension *heightp)
177 *yp = XtY(child);
184 *yp = geomp->y;
207 if (*yp < miny)
208 *yp = miny;
212 if (*yp > 0)
213 *yp = 0;
171 layout_child(PortholeWidget pw,Widget child,XtWidgetGeometry * geomp,Position * xp,Position * yp,Dimension * widthp,Dimension * heightp) argument
/xsrc/external/mit/xf86-video-vmware/dist/saa/
H A Dsaa.c80 int *xp, int *yp)
85 *yp = -pPixmap->screen_y;
91 *yp = 0;
99 saa_get_pixmap(DrawablePtr drawable, int *xp, int *yp) argument
103 saa_get_drawable_deltas(drawable, pixmap, xp, yp);
272 int yp; local in function:saa_pad_read
278 pix = saa_get_pixmap(draw, &xp, &yp);
281 box.y1 = draw->y + yp;
297 int yp; local in function:saa_pad_read_box
303 pix = saa_get_pixmap(draw, &xp, &yp);
79 saa_get_drawable_deltas(DrawablePtr pDrawable,PixmapPtr pPixmap,int * xp,int * yp) argument
327 int yp; local in function:saa_pad_write
[all...]
H A Dsaa.h137 int *xp, int *yp);
140 saa_get_pixmap(DrawablePtr drawable, int *xp, int *yp);
/xsrc/external/mit/ctwm/dist/
H A Dwin_utils.h10 void GetGravityOffsets(TwmWindow *tmp, int *xp, int *yp);
H A Dwin_utils.c149 GetGravityOffsets(TwmWindow *tmp, int *xp, int *yp) argument
170 *xp = *yp = 0;
174 *yp = gravity_offsets[g].y;
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_bci.h136 #define BCI_LINE_MISC(maj, ym, xp, yp, err) \
140 ((yp) ? 1<<15 : 0) | \
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Duxa.c75 int *xp, int *yp)
80 *yp = -pPixmap->screen_y;
86 *yp = 0;
125 PixmapPtr uxa_get_offscreen_pixmap(DrawablePtr drawable, int *xp, int *yp) argument
129 uxa_get_drawable_deltas(drawable, pixmap, xp, yp);
74 uxa_get_drawable_deltas(DrawablePtr pDrawable,PixmapPtr pPixmap,int * xp,int * yp) argument
H A Duxa-priv.h324 int *xp, int *yp);
330 PixmapPtr uxa_get_offscreen_pixmap(DrawablePtr pDrawable, int *xp, int *yp);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa.c75 int *xp, int *yp)
80 *yp = -pPixmap->screen_y;
86 *yp = 0;
125 PixmapPtr uxa_get_offscreen_pixmap(DrawablePtr drawable, int *xp, int *yp) argument
129 uxa_get_drawable_deltas(drawable, pixmap, xp, yp);
74 uxa_get_drawable_deltas(DrawablePtr pDrawable,PixmapPtr pPixmap,int * xp,int * yp) argument
H A Duxa-priv.h324 int *xp, int *yp);
330 PixmapPtr uxa_get_offscreen_pixmap(DrawablePtr pDrawable, int *xp, int *yp);
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa.c72 int *xp, int *yp)
77 *yp = -pPixmap->screen_y;
83 *yp = 0;
122 PixmapPtr uxa_get_offscreen_pixmap(DrawablePtr drawable, int *xp, int *yp) argument
126 uxa_get_drawable_deltas(drawable, pixmap, xp, yp);
71 uxa_get_drawable_deltas(DrawablePtr pDrawable,PixmapPtr pPixmap,int * xp,int * yp) argument
H A Duxa-priv.h332 int *xp, int *yp);
338 PixmapPtr uxa_get_offscreen_pixmap(DrawablePtr pDrawable, int *xp, int *yp);
/xsrc/external/mit/xf86-video-intel-old/dist/uxa/
H A Duxa.c71 int *xp, int *yp)
76 *yp = -pPixmap->screen_y;
82 *yp = 0;
123 uxa_get_offscreen_pixmap (DrawablePtr drawable, int *xp, int *yp) argument
127 uxa_get_drawable_deltas (drawable, pixmap, xp, yp);
70 uxa_get_drawable_deltas(DrawablePtr pDrawable,PixmapPtr pPixmap,int * xp,int * yp) argument
H A Duxa-priv.h399 int *xp, int *yp);
408 uxa_get_offscreen_pixmap (DrawablePtr pDrawable, int *xp, int *yp);
/xsrc/external/mit/glu/dist/src/libtess/
H A Drender.c375 GLdouble dot, xc, yc, zc, xp, yp, zp, n[3]; local in function:ComputeNormal
400 xp = xc; yp = yc; zp = zc;
406 n[0] = yp*zc - zp*yc;
408 n[2] = xp*yc - yp*xc;
/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa.c129 int *xp, int *yp)
134 *yp = -pPixmap->screen_y;
140 *yp = 0;
269 exaGetOffscreenPixmap (DrawablePtr pDrawable, int *xp, int *yp) argument
273 exaGetDrawableDeltas (pDrawable, pPixmap, xp, yp);
128 exaGetDrawableDeltas(DrawablePtr pDrawable,PixmapPtr pPixmap,int * xp,int * yp) argument
H A Dexa_priv.h562 int *xp, int *yp);
568 exaGetOffscreenPixmap (DrawablePtr pDrawable, int *xp, int *yp);
/xsrc/external/mit/xorg-server/dist/exa/
H A Dexa.c126 exaGetDrawableDeltas(DrawablePtr pDrawable, PixmapPtr pPixmap, int *xp, int *yp) argument
131 *yp = -pPixmap->screen_y;
137 *yp = 0;
267 exaGetOffscreenPixmap(DrawablePtr pDrawable, int *xp, int *yp) argument
271 exaGetDrawableDeltas(pDrawable, pPixmap, xp, yp);
H A Dexa_priv.h560 int *xp, int *yp);
566 exaGetOffscreenPixmap(DrawablePtr pDrawable, int *xp, int *yp);
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_tex_video.c630 unsigned char *yp, *up, *vp; local in function:copy_packed_data
634 yp = buf + offsets[0];
638 memcpy(ymap + w * i, yp, w);
639 yp += pitches[0];
/xsrc/external/mit/xwininfo/dist/
H A Dxwininfo.c324 static int yp = 0, ymm = 0; variable in typeref:typename:int
332 yp = scale_screen->height_in_pixels;
335 bp = xp + yp;
414 return (nscale (y, yp, ymm, ybuf, sizeof(ybuf)));
/xsrc/external/mit/xclock/dist/
H A DClock.c802 XRectangle * bounds, int *xp, int *yp)
855 if (yp)
856 *yp = y;
801 RenderTextBounds(ClockWidget w,char * str,int off,int len,XRectangle * bounds,int * xp,int * yp) argument
/xsrc/external/mit/xrandr/dist/
H A Dxrandr.c480 transform_point (XTransform *transform, double *xp, double *yp) argument
487 vector[1] = *yp;
504 *yp = vector[1];

Completed in 31 milliseconds