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

  /xsrc/external/mit/xf86-video-tseng/dist/src/
tseng_accel.h 282 int new_x, xy; local
288 new_x = MULBPP(pTseng, x - 1);
290 new_x = MULBPP(pTseng, x) - 1;
291 xy = ((y - 1) << 16) + new_x;
301 int new_x; local
304 new_x = MULBPP(pTseng, x - 1);
306 new_x = MULBPP(pTseng, x) - 1;
307 ACL_XY_COUNT(((y - 1) << 16) + new_x);
315 int new_x; local
318 new_x = MULBPP(pTseng, x - 1)
    [all...]
  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
FormP.h 122 Position new_x, new_y; member in struct:_FormConstraintsPart
  /xsrc/external/mit/twm/dist/src/
iconmgr.c 647 int new_x, new_y; local
657 new_x = col * colinc;
661 if (tmp->x != new_x || tmp->y != new_y ||
664 new_x, new_y,
669 tmp->x = new_x;
  /xsrc/external/mit/libXaw/dist/src/
Form.c 569 x = (Position)(form->form.new_x + XtWidth(*childP)
620 * Resizes all children to new_x and new_y.
640 x = (Position)TransformCoord(form->form.new_x, fw->form.old_width,
646 x = form->form.new_x;
692 form->form.new_x = (Position)form->form.dx;
698 form->form.new_x = (Position)(form->form.new_x
699 + (ref_form->form.new_x
  /xsrc/external/mit/ctwm/dist/
iconmgr.c 1146 int new_x, new_y; local
1175 new_x = col * colinc;
1179 if(tmp->x != new_x || tmp->y != new_y ||
1181 XMoveResizeWindow(dpy, tmp->w, new_x, new_y, wwidth, wheight);
1188 tmp->x = new_x;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
sp_tex_sample.c 1039 int new_x, new_y, max_x; local
1044 new_x = x;
1062 new_x = get_next_xcoord(face, 0, max_x -1, x, y);
1069 new_x = get_next_xcoord(face, 1, max_x -1, x, y);
1073 new_x = get_next_xcoord(face, 2, max_x -1, x, y);
1077 new_x = get_next_xcoord(face, 3, max_x -1, x, y);
1082 return get_texel_3d_no_border(sp_sview, addr, new_x, new_y, layer + face);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
sp_tex_sample.c 1025 int new_x, new_y, max_x; local
1030 new_x = x;
1048 new_x = get_next_xcoord(face, 0, max_x -1, x, y);
1055 new_x = get_next_xcoord(face, 1, max_x -1, x, y);
1059 new_x = get_next_xcoord(face, 2, max_x -1, x, y);
1063 new_x = get_next_xcoord(face, 3, max_x -1, x, y);
1068 return get_texel_3d_no_border(sp_sview, addr, new_x, new_y, layer + face);
  /xsrc/external/mit/bitmap/dist/
Graphics.c 788 Position x, y, new_x, new_y; local
808 new_x = (int)(x + horiz) % (int)BW->bitmap.image->width;
810 if(GetBit(BW->bitmap.image, new_x, new_y) !=
812 InvertPoint(BW, new_x, new_y);
  /xsrc/external/mit/xterm/dist/
graphics_regis.c 589 int new_x = context->fill_points[p].x; local
620 old_x, new_x, new_y);
622 if (new_x > old_x + 1) {
627 old_x = new_x;
648 int new_x = context->fill_points[p].x; local
677 old_x, new_x, new_y);
679 if (new_x > old_x + 1) {
684 old_x = new_x;
6957 int new_x, new_y; local
6969 &new_x, &new_y))
    [all...]

Completed in 43 milliseconds