| /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 658 new_y = (row - 1) * rowinc; 661 if (tmp->x != new_x || tmp->y != new_y || 664 new_x, new_y, 670 tmp->y = new_y;
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Form.c | 574 y = (Position)(form->form.new_y + XtHeight(*childP) 620 * Resizes all children to new_x and new_y. 642 y = (Position)TransformCoord(form->form.new_y, fw->form.old_height, 647 y = form->form.new_y; 693 form->form.new_y = (Position)form->form.dy; 707 form->form.new_y = (Position)(form->form.new_y 708 + (ref_form->form.new_y
|
| /xsrc/external/mit/xman/dist/ |
| H A D | ScrollByL.c | 108 static void MoveAndClearText(Widget w, int old_y, int height, int new_y); 450 * new_y - new y position. 455 MoveAndClearText(Widget w, int old_y, int height, int new_y) argument 462 new_y *= sblw->scroll.font_height; 486 from_left, new_y); 488 if (old_y > new_y) 497 if (old_y > new_y)
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | iconmgr.c | 1146 int new_x, new_y; local in function:PackIconManager 1176 new_y = (row - 1) * rowinc; 1179 if(tmp->x != new_x || tmp->y != new_y || 1181 XMoveResizeWindow(dpy, tmp->w, new_x, new_y, wwidth, wheight); 1189 tmp->y = new_y;
|
| /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 1031 new_y = y; 1049 new_y = get_next_ycoord(face, 0, max_x -1, x, y); 1056 new_y = get_next_ycoord(face, 1, max_x -1, x, y); 1060 new_y = get_next_ycoord(face, 2, max_x -1, x, y); 1064 new_y = get_next_ycoord(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 1045 new_y = y; 1063 new_y = get_next_ycoord(face, 0, max_x -1, x, y); 1070 new_y = get_next_ycoord(face, 1, max_x -1, x, y); 1074 new_y = get_next_ycoord(face, 2, max_x -1, x, y); 1078 new_y = get_next_ycoord(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 809 new_y = (int)(y + vert) % (int)BW->bitmap.image->height; 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 | 590 int new_y = context->fill_points[p].y; local in function:draw_shaded_polygon 605 if (new_y != old_y) { 620 old_x, new_x, new_y); 628 old_y = new_y; 649 int new_y = context->fill_points[p].y; local in function:draw_filled_polygon 664 if (new_y != old_y) { 677 old_x, new_x, new_y); 685 old_y = new_y; 6957 int new_x, new_y; local in function:parse_regis_items 6969 &new_x, &new_y)) { [all...] |