Searched refs:max_y (Results 1 - 25 of 53) sorted by relevance

123

/xsrc/external/mit/ctwm/dist/
H A Dr_layout.c440 int max_y; local in function:RLayoutFindTopEdge
441 RLayoutFindTopBottomEdges(self, area, &max_y, NULL);
442 return max_y;
609 int max_y; member in union:monitor_edge_finder::__anon83c4aa43010a
667 && (!data->found || cur->y > data->u.max_y)) {
668 data->u.max_y = cur->y;
690 return data.found ? data.u.max_y : RLayoutFindTopEdge(self, area);
862 int max_y, min_y2; local in function:RLayoutFullVert
864 RLayoutFindTopBottomEdges(self, area, &max_y, &min_y2);
866 return RAreaNew(area->x, max_y, are
914 int max_y, min_y2; local in function:RLayoutFullHoriz1
[all...]
H A Dr_area_list.c506 int max_y = self->len ? cur_area->y : 0; local in function:RAreaListMaxY
509 if(cur_area->y > max_y) {
510 max_y = cur_area->y;
514 return max_y;
H A Dr_area.c349 const int max_y = max(RAreaY2(self), RAreaY2(other)); local in function:RAreaVerticalUnion
350 const int max_height = max_y - min_y + 1;
/xsrc/external/mit/xmessage/dist/
H A Dxmessage.c227 int max_x, max_y; local in function:position_near
243 max_y = HeightOfScreen(XtScreen(shell));
249 if (y > max_y/3) gravity += 3;
250 if (y > max_y*2/3) gravity += 3;
253 max_y -= height;
261 if ( y > max_y ) y = max_y;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_meta_util.c59 * \param max_y The clipping region's top coordinate
69 float min_x, float min_y, float max_x, float max_y,
74 min_y <= max_y &&
76 y0 <= max_y &&
97 if (max_y < y1)
98 *clipped_y1 = y1 - max_y;
68 compute_pixels_clipped(float x0,float y0,float x1,float y1,float min_x,float min_y,float max_x,float max_y,float * clipped_x0,float * clipped_y0,float * clipped_x1,float * clipped_y1) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_meta_util.c59 * \param max_y The clipping region's top coordinate
69 float min_x, float min_y, float max_x, float max_y,
74 min_y <= max_y &&
76 y0 <= max_y &&
97 if (max_y < y1)
98 *clipped_y1 = y1 - max_y;
68 compute_pixels_clipped(float x0,float y0,float x1,float y1,float min_x,float min_y,float max_x,float max_y,float * clipped_x0,float * clipped_y0,float * clipped_x1,float * clipped_y1) argument
/xsrc/external/mit/xf86-input-elographics/dist/src/
H A Dxf86Elo.c187 int max_y; /* Maximum y */ member in struct:_EloPrivateRec
415 if (priv->min_y > priv->max_y) {
417 cur_y = priv->max_y - cur_y + priv->min_y;
791 y0 = min(priv->min_y, priv->max_y);
792 y1 = max(priv->min_y, priv->max_y);
956 priv->max_y = 3000;
1065 priv->max_y = xf86SetIntOption(pInfo->options, "MaxY", 3000);
1066 xf86Msg(X_CONFIG, "Elographics maximum y position: %d\n", priv->max_y);
1097 height = priv->max_y - priv->min_y;
1119 priv->min_y = priv->max_y;
[all...]
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_layout.c125 int min_x = INT_MAX, max_x = INT_MIN, min_y = INT_MAX, max_y = INT_MIN; local in function:vmwgfx_layout_from_kms
161 max_y = max(max_y, box->y + box->height);
165 layout->root_height = max_y;
/xsrc/external/mit/xf86-input-ws/dist/src/
H A Dws.h43 int min_x, max_x, min_y, max_y; /* coord space */ member in struct:WSDevice
H A Dws.c273 priv->max_y = screenInfo.screens[priv->screen_no]->height - 1;
290 priv->max_y = priv->coords.maxy;
329 priv->max_y = xf86SetIntOption(pInfo->options, "MaxY", priv->max_y);
331 pInfo->name, priv->max_y);
441 ymax = priv->max_y;
680 ay = priv->max_y - ay + priv->min_y;
931 priv->max_y = -1;
936 priv->max_y = ((int *)(val->data))[3];
939 priv->min_y, priv->max_y));
[all...]
/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dchgdctl.c96 swapl(&calib->max_y, n);
209 dev->absolute->max_y = calib->max_y;
H A Dgetdctl.c132 calib->max_y = dts->max_y;
144 swapl(&calib->max_y, n);
/xsrc/external/mit/xterm/dist/vttests/
H A Dxtra-scroll.pl121 my $max_y = ( $margins{B} >= $two_y ) ? $margins{B} : $two_y;
122 $y = $max_y if ( $y > $max_y );
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_ums_mode.c421 unsigned int *max_x, unsigned int *max_y)
427 *max_x = *max_y = 0;
451 if (qxl->modes[i].y_res > *max_y)
452 *max_y = qxl->modes[i].y_res;
420 qxl_initialize_x_modes(qxl_screen_t * qxl,ScrnInfoPtr pScrn,unsigned int * max_x,unsigned int * max_y) argument
/xsrc/external/mit/libXi/dist/src/
H A DXChgDCtl.c124 c.max_y = C->max_y;
H A DXGetDCtl.c198 C->max_y = c->max_y;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_blit.c63 * \param max_y The clipping region's top coordinate
73 float min_x, float min_y, float max_x, float max_y,
79 min_y <= max_y &&
81 y0 <= max_y &&
102 if (max_y < y1)
103 *clipped_y1 = y1 - max_y;
72 compute_pixels_clipped(float x0,float y0,float x1,float y1,float min_x,float min_y,float max_x,float max_y,float * clipped_x0,float * clipped_y0,float * clipped_x1,float * clipped_y1) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_blit.c63 * \param max_y The clipping region's top coordinate
73 float min_x, float min_y, float max_x, float max_y,
79 min_y <= max_y &&
81 y0 <= max_y &&
102 if (max_y < y1)
103 *clipped_y1 = y1 - max_y;
72 compute_pixels_clipped(float x0,float y0,float x1,float y1,float min_x,float min_y,float max_x,float max_y,float * clipped_x0,float * clipped_y0,float * clipped_x1,float * clipped_y1) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_common.c111 int min_x, min_y, max_x, max_y; local in function:radeonUpdateScissor
117 max_y = ctx->DrawBuffer->Height - 1;
133 rmesa->state.scissor.rect.y1 = CLAMP(y1, min_y, max_y);
135 rmesa->state.scissor.rect.y2 = CLAMP(y2, min_y, max_y);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_common.c110 int min_x, min_y, max_x, max_y; local in function:radeonUpdateScissor
116 max_y = ctx->DrawBuffer->Height - 1;
132 rmesa->state.scissor.rect.y1 = CLAMP(y1, min_y, max_y);
134 rmesa->state.scissor.rect.y2 = CLAMP(y2, min_y, max_y);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_blit.c102 * \param max_y The clipping region's top coordinate
112 float min_x, float min_y, float max_x, float max_y,
118 min_y <= max_y &&
120 y0 <= max_y &&
141 if (max_y < y1)
142 *clipped_y1 = y1 - max_y;
111 compute_pixels_clipped(float x0,float y0,float x1,float y1,float min_x,float min_y,float max_x,float max_y,float * clipped_x0,float * clipped_y0,float * clipped_x1,float * clipped_y1) argument
/xsrc/external/mit/xedit/dist/
H A Doptions.c380 int x, y, wx, wy, max_x, max_y; local in function:PopupColumnsCallback
405 if (y > (max_y = (Position)(XtScreen(columns_shell)->height - height)))
406 y = max_y;
/xsrc/external/mit/editres/dist/
H A Dutils.c370 int x, y, max_x, max_y; local in function:PopupCentered
421 if ( y > (max_y = (int) (XtScreen(w)->height - height)) )
422 y = max_y;
/xsrc/external/mit/xorg-server/dist/Xi/
H A Dchgdctl.c94 swapl(&calib->max_y, n);
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_largepixmap.c938 float min_x, min_y, max_x, max_y; local in function:glamor_get_transform_extent_from_box
965 max_y = MAX(p0.v[1], p1.v[1]);
966 max_y = MAX(max_y, p2.v[1]);
967 max_y = MAX(max_y, p3.v[1]);
971 box->y2 = ceil(max_y) + 1;

Completed in 21 milliseconds

123