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

1 2 3 4

  /xsrc/external/mit/twm/dist/src/
cursor.c 149 int sx, sy, mx, my; local
164 XGetGeometry(dpy, spm, &wdummy, &sx, &sy, &sw, &sh, &udummy, &udummy);
  /xsrc/external/mit/xf86-video-intel/dist/test/
basic-copyarea-size.c 62 int sx = rand() % (2*size) - size; local
74 sx, sy,
82 sx, sy,
basic-stress.c 47 int sx = rand() % (2*out->width) - ref->width; local
60 sx, sy, w, h, dx, dy);
65 sx, sy, w, h, dx, dy);
render-copyarea-size.c 70 int sx = rand() % (2*size) - size; local
85 sx, sy,
94 sx, sy,
mixed-stress.c 99 int sx = rand() % (2*out->width) - ref->width; local
112 sx, sy, w, h, dx, dy);
117 sx, sy, w, h, dx, dy);
  /xsrc/external/mit/xf86-video-intel-2014/dist/test/
basic-copyarea-size.c 62 int sx = rand() % (2*size) - size; local
74 sx, sy,
82 sx, sy,
basic-stress.c 47 int sx = rand() % (2*out->width) - ref->width; local
60 sx, sy, w, h, dx, dy);
65 sx, sy, w, h, dx, dy);
render-copyarea-size.c 70 int sx = rand() % (2*size) - size; local
85 sx, sy,
94 sx, sy,
mixed-stress.c 99 int sx = rand() % (2*out->width) - ref->width; local
112 sx, sy, w, h, dx, dy);
117 sx, sy, w, h, dx, dy);
  /xsrc/external/mit/ctwm/dist/
cursor.c 145 int sx, sy, mx, my; local
172 XGetGeometry(dpy, spm, &JunkRoot, &sx, &sy, &sw, &sh, &JunkBW, &JunkDepth);
  /xsrc/external/mit/libXfont/dist/src/fontfile/
fontscale.c 119 double sx, sy, temp_matrix[4]; local
240 sx = (double)vals->x / 72.27;
250 temp_matrix[0] = vals->point_matrix[0] * sx;
252 temp_matrix[2] = vals->point_matrix[2] * sx;
290 if (fabs(sx) < EPS || fabs(sy) < EPS) return FALSE;
291 vals->point_matrix[0] = vals->pixel_matrix[0] / sx;
293 vals->point_matrix[2] = vals->pixel_matrix[2] / sx;
  /xsrc/external/mit/libXfont2/dist/src/fontfile/
fontscale.c 121 double sx, sy, temp_matrix[4]; local
242 sx = (double)vals->x / 72.27;
252 temp_matrix[0] = vals->point_matrix[0] * sx;
254 temp_matrix[2] = vals->point_matrix[2] * sx;
292 if (fabs(sx) < EPS || fabs(sy) < EPS) return FALSE;
293 vals->point_matrix[0] = vals->pixel_matrix[0] / sx;
295 vals->point_matrix[2] = vals->pixel_matrix[2] / sx;
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
fbstipple.c 170 int stipX, stipY, sx; local
185 sx = stipX;
187 w = (stipWidth - sx) * dstBpp;
193 sx,
197 sx = 0;
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
fbstipple.c 170 int stipX, stipY, sx; local
185 sx = stipX;
187 w = (stipWidth - sx) * dstBpp;
193 sx,
197 sx = 0;
  /xsrc/external/mit/xorg-server.old/dist/fb/
fbstipple.c 238 int stipX, stipY, sx; local
254 sx = stipX;
257 w = (stipWidth - sx) * dstBpp;
263 sx,
274 sx = 0;
  /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_aatriangle.c 205 const GLfloat sx = x + samples[i][0]; local
208 GLfloat cross = (dx0 * (sy - v0[1]) - dy0 * (sx - v0[0]));
221 cross = (dx1 * (sy - v1[1]) - dy1 * (sx - v1[0]));
231 cross = (dx2 * (sy - v2[1]) - dy2 * (sx - v2[0]));
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_aatriangle.c 206 const GLfloat sx = x + samples[i][0]; local
209 GLfloat cross = (dx0 * (sy - v0[1]) - dy0 * (sx - v0[0]));
222 cross = (dx1 * (sy - v1[1]) - dy1 * (sx - v1[0]));
232 cross = (dx2 * (sy - v2[1]) - dy2 * (sx - v2[0]));
  /xsrc/external/mit/freetype/dist/src/base/
ftcalc.c 851 FT_Int sx = 1, sy = 1, shift; local
857 FT_MOVE_SIGN( x_, x, sx );
870 vector->x = sx * 0x10000;
922 vector->x = sx < 0 ? -(FT_Pos)u : (FT_Pos)u;
  /xsrc/external/mit/mesa-demos/dist/src/demos/
singlebuffer.c 38 float sx, sy, sz; member in struct:box
64 Boxes[i].sx = 0.1 + Random() * 0.4;
87 glScalef(Boxes[i].sx, Boxes[i].sy, Boxes[i].sz);
  /xsrc/external/mit/mesa-demos/dist/src/xdemos/
glxpbdemo.c 318 float sx = 0.1 + Random() * 0.4; local
328 glScalef(sx, sy, sz);
pbdemo.c 384 float sx = 0.1 + Random() * 0.4; local
394 glScalef(sx, sy, sz);
  /xsrc/external/mit/pixman/dist/demos/
scale.c 118 compute_extents (pixman_f_transform_t *trans, double *sx, double *sy)
120 *sx = hypot (trans->m[0][0], trans->m[0][1]) / trans->m[2][2];
216 double sx, sy; local
247 compute_extents (&ftransform, &sx, &sy);
254 sx * 65536.0 + 0.5,
  /xsrc/external/mit/pixman/dist/pixman/
pixman-filter.c 452 double sx = fabs (pixman_fixed_to_double (scale_x)); local
458 width = filter_width (reconstruct_x, sample_x, sx);
480 create_1d_filter(width, reconstruct_x, sample_x, sx, subsample_x,
  /xsrc/external/mit/xorg-server/dist/fb/
fbfill.c 39 int stipX, stipY, sx; local
54 sx = stipX;
56 w = (stipWidth - sx) * dstBpp;
62 sx,
66 sx = 0;
  /xsrc/external/mit/xorg-server/dist/hw/xquartz/
quartz.c 242 int x, y, width, height, sx, sy; local
272 sx = pScreen->x + darwinMainScreenX;
278 pScreen->ResizeWindow(pRoot, x - sx, y - sy, width, height, NULL);
293 width, height, x - sx, y - sy, darwinMainScreenX, darwinMainScreenY,
301 e.u.configureNotify.x = x - sx;

Completed in 39 milliseconds

1 2 3 4