HomeSort by: relevance | last modified time | path
    Searched refs:XDoubleToFixed (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/x11perf/dist/
do_traps.c 205 curTrap->top.y = XDoubleToFixed (y);
206 curTrap->top.left = XDoubleToFixed (x - skew);
207 curTrap->top.right = XDoubleToFixed (x - skew + width);
208 curTrap->bottom.y = XDoubleToFixed (y + size);
209 curTrap->bottom.left = XDoubleToFixed (x + skew - width);
210 curTrap->bottom.right = XDoubleToFixed (x + skew);
332 curTrap->top = XDoubleToFixed (y);
333 curTrap->bottom = XDoubleToFixed (y + size);
334 curTrap->left.p1.x = XDoubleToFixed (x - skew);
335 curTrap->left.p1.y = XDoubleToFixed (y)
    [all...]
  /xsrc/external/mit/libXrender/dist/src/
Poly.c 84 if ( m1 == m2 ) return XDoubleToFixed(32766); /* lines don't intersect */
86 return XDoubleToFixed ((b2 - b1) / (m1 - m2));
269 x = XDoubleToFixed (fpoints[i].x);
270 y = XDoubleToFixed (fpoints[i].y);
  /xsrc/external/mit/libXrender/dist/include/X11/extensions/
Xrender.h 285 #define XDoubleToFixed(f) ((XFixed)((f)*65536))
  /xsrc/external/mit/xrandr/dist/
xrandr.c 693 transform->transform.matrix[x][x] = XDoubleToFixed (1.0);
1278 output->transform.transform.matrix[0][0] = XDoubleToFixed (sx);
1279 output->transform.transform.matrix[1][1] = XDoubleToFixed (sy);
1280 output->transform.transform.matrix[2][2] = XDoubleToFixed (1.0);
3045 config_output->transform.transform.matrix[0][0] = XDoubleToFixed (sx);
3046 config_output->transform.transform.matrix[1][1] = XDoubleToFixed (sy);
3047 config_output->transform.transform.matrix[2][2] = XDoubleToFixed (1.0);
3088 config_output->transform.transform.matrix[k][l] = XDoubleToFixed (transform[k][l]);
  /xsrc/external/mit/xclock/dist/
Clock.c 1301 tris[i].p1.x = XDoubleToFixed(shr.points[3*i].x);
1302 tris[i].p1.y = XDoubleToFixed(shr.points[3*i].y);
1303 tris[i].p2.x = XDoubleToFixed(shr.points[3*i+1].x);
1304 tris[i].p2.y = XDoubleToFixed(shr.points[3*i+1].y);
1305 tris[i].p3.x = XDoubleToFixed(shr.points[3*i+2].x);
1306 tris[i].p3.y = XDoubleToFixed(shr.points[3*i+2].y);

Completed in 24 milliseconds