| /xsrc/external/mit/xf86-video-tseng/dist/src/ |
| H A D | tseng_accel.h | 282 int new_x, xy; local in function:CALC_XY 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 in function:SET_XY 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 in function:SET_X_YRAW 318 new_x [all...] |
| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| H A D | FormP.h | 122 Position new_x, new_y; member in struct:_FormConstraintsPart
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | iconmgr.c | 647 int new_x, new_y; local in function:PackIconManager 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/ |
| H A D | 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/ |
| H A D | iconmgr.c | 1146 int new_x, new_y; local in function:PackIconManager 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.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_tex_sample.c | 1025 int new_x, new_y, max_x; local in function:get_texel_cube_seamless 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/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_tex_sample.c | 1039 int new_x, new_y, max_x; local in function:get_texel_cube_seamless 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/bitmap/dist/ |
| H A D | Graphics.c | 788 Position x, y, new_x, new_y; local in function:BWFold 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/ |
| H A D | graphics_regis.c | 589 int new_x = context->fill_points[p].x; local in function:draw_shaded_polygon 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 in function:draw_filled_polygon 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 in function:parse_regis_items 6969 &new_x, [all...] |