| /xsrc/external/mit/ctwm/dist/ |
| r_area.c | 233 const int max_x = max(RAreaX2(self), RAreaX2(other)); local 234 const int max_width = max_x - min_x + 1;
|
| r_area_list.c | 484 int max_x = self->len ? cur_area->x : 0; local 490 if(cur_area->x > max_x) { 491 max_x = cur_area->x; 495 return max_x;
|
| r_layout.c | 491 int max_x; local 492 RLayoutFindLeftRightEdges(self, area, &max_x, NULL); 493 return max_x; 608 int max_x; member in union:monitor_edge_finder::__anon5368 706 && (!data->found || cur->x > data->u.max_x)) { 707 data->u.max_x = cur->x; 730 return data.found ? data.u.max_x : RLayoutFindLeftEdge(self, area); 791 int max_x, min_x2; local 793 RLayoutFindLeftRightEdges(self, area, &max_x, &min_x2); 795 return RAreaNew(max_x, area->y, min_x2 - max_x + 1, area->height) 946 int max_x, min_x2; local [all...] |
| /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/ |
| vmwgfx_layout.c | 125 int min_x = INT_MAX, max_x = INT_MIN, min_y = INT_MAX, max_y = INT_MIN; local 160 max_x = max(max_x, box->x + box->width); 164 layout->root_width = max_x;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/ |
| v3dx_rcl.c | 544 const uint32_t max_x = min_x + w - 1; local 550 const uint32_t max_s_x = job->scissor.rects[i].max_x; 553 if (max_x < min_s_x || min_x > max_s_x ||
|
| v3d_context.h | 390 uint32_t max_x, max_y; member in struct:v3d_job::__anon2041::__anon2042
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| radeon_common.c | 110 int min_x, min_y, max_x, max_y; local 115 max_x = ctx->DrawBuffer->Width - 1; 131 rmesa->state.scissor.rect.x1 = CLAMP(x1, min_x, max_x); 133 rmesa->state.scissor.rect.x2 = CLAMP(x2, min_x, max_x);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| radeon_common.c | 111 int min_x, min_y, max_x, max_y; local 116 max_x = ctx->DrawBuffer->Width - 1; 132 rmesa->state.scissor.rect.x1 = CLAMP(x1, min_x, max_x); 134 rmesa->state.scissor.rect.x2 = CLAMP(x2, min_x, max_x);
|
| /xsrc/external/mit/xf86-input-ws/dist/src/ |
| ws.h | 43 int min_x, max_x, min_y, max_y; /* coord space */ member in struct:WSDevice
|
| /xsrc/external/mit/xmessage/dist/ |
| xmessage.c | 227 int max_x, max_y; local 242 max_x = WidthOfScreen(XtScreen(shell)); 247 if (x > max_x/3) gravity += 1; 248 if (x > max_x*2/3) gravity += 1; 252 max_x -= width; 257 if (x > max_x) x = max_x;
|
| /xsrc/external/mit/editres/dist/ |
| utils.c | 370 int x, y, max_x, max_y; local 415 if ( x > (max_x = (int) (XtScreen(w)->width - width)) ) 416 x = max_x;
|
| /xsrc/external/mit/libXaw/dist/src/ |
| MultiSink.c | 347 int max_x; local 353 max_x = (int)XtWidth(ctx) - ctx->text.r_margin.right; 370 if ((x = (int)((unsigned)x + PaintText(w, gc, x, y, buf, j, clear_bg))) >= max_x) 382 (x = (int)((unsigned)x + PaintText(w, gc, x, y, buf, j, clear_bg))) >= max_x)
|
| TextPop.c | 1361 Position x, y, max_x, max_y; local 1394 if (x > (max_x = (Position)(XtScreen(w)->width - width))) 1395 x = max_x;
|
| AsciiSink.c | 1048 int max_x; local 1054 max_x = (int)XtWidth(ctx) - ctx->text.r_margin.right; 1071 >= max_x) 1084 >= max_x) 1097 if ((x += width) >= max_x)
|
| /xsrc/external/mit/xedit/dist/ |
| options.c | 380 int x, y, wx, wy, max_x, max_y; local 399 if (x > (max_x = (Position)(XtScreen(columns_shell)->width - width))) 400 x = max_x;
|
| ispell.c | 1199 Position x, y, max_x, max_y; local 1239 if (x > (max_x = (Position)(XtScreen(w)->width - width))) 1240 x = max_x;
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| v3dvx_meta_common.c | 193 const uint32_t max_x = framebuffer->max_x_supertile; local 196 for (int x = min_x; x <= max_x; x++) {
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| qxl_driver.c | 1039 unsigned int max_x, max_y; local 1157 qxl_initialize_x_modes (qxl, pScrn, &max_x, &max_y);
|
| /xsrc/external/mit/xf86-input-elographics/dist/src/ |
| xf86Elo.c | 185 int max_x; /* Maximum x */ member in struct:_EloPrivateRec 420 if (priv->min_x > priv->max_x) { 422 cur_x = priv->max_x - cur_x + priv->min_x; 793 x0 = min(priv->min_x, priv->max_x); 794 x1 = max(priv->min_x, priv->max_x); 954 priv->max_x = 3000; 1061 priv->max_x = xf86SetIntOption(pInfo->options, "MaxX", 3000); 1062 xf86Msg(X_CONFIG, "Elographics maximum x position: %d\n", priv->max_x); 1096 width = priv->max_x - priv->min_x; 1129 priv->min_x = priv->max_x; [all...] |
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| glamor_largepixmap.c | 951 float min_x, min_y, max_x, max_y; local 974 max_x = MAX(p0.v[0], p1.v[0]); 975 max_x = MAX(max_x, p2.v[0]); 976 max_x = MAX(max_x, p3.v[0]); 983 box->x2 = ceil(max_x) + 1;
|
| /xsrc/external/mit/libXi/dist/include/X11/extensions/ |
| XInput.h | 709 int max_x; member in struct:__anon5879
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| intel_display.c | 925 int max_x = 0, max_y = 0; local 931 max_x = max(max_x, m->HDisplay); 945 xf86ValidateModesSize(output->scrn, m, max_x, max_y, 0);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| intel_display.c | 881 int max_x = 0, max_y = 0; local 887 max_x = max(max_x, m->HDisplay); 901 xf86ValidateModesSize(output->scrn, m, max_x, max_y, 0);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| sp_tex_sample.c | 1039 int new_x, new_y, max_x; local 1041 max_x = (int) u_minify(texture->width0, level); 1059 if (y < 0 || y >= max_x) { 1060 y = CLAMP(y, 0, max_x - 1); 1062 new_x = get_next_xcoord(face, 0, max_x -1, x, y); 1063 new_y = get_next_ycoord(face, 0, max_x -1, x, y); 1065 } else if (x >= max_x) { 1066 if (y < 0 || y >= max_x) { 1067 y = CLAMP(y, 0, max_x - 1); 1069 new_x = get_next_xcoord(face, 1, max_x -1, x, y) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| sp_tex_sample.c | 1025 int new_x, new_y, max_x; local 1027 max_x = (int) u_minify(texture->width0, level); 1045 if (y < 0 || y >= max_x) { 1046 y = CLAMP(y, 0, max_x - 1); 1048 new_x = get_next_xcoord(face, 0, max_x -1, x, y); 1049 new_y = get_next_ycoord(face, 0, max_x -1, x, y); 1051 } else if (x >= max_x) { 1052 if (y < 0 || y >= max_x) { 1053 y = CLAMP(y, 0, max_x - 1); 1055 new_x = get_next_xcoord(face, 1, max_x -1, x, y) [all...] |