Searched refs:zoomed (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_zoom.c44 * \param x0, x1 returned X bounds of zoomed region [x0, x1)
45 * \param y0, y1 returned Y bounds of zoomed region [y0, y1)
46 * \return GL_TRUE if any zoomed pixels visible, GL_FALSE if totally clipped
103 * Convert a zoomed x image coordinate back to an unzoomed x coord.
104 * 'zx' is screen position of a pixel in the zoomed image, who's left edge
135 SWspan zoomed; local in function:zoom_span
159 INIT_SPAN(zoomed, GL_BITMAP);
160 zoomed.x = x0;
161 zoomed.end = zoomedWidth;
162 zoomed
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_zoom.c44 * \param x0, x1 returned X bounds of zoomed region [x0, x1)
45 * \param y0, y1 returned Y bounds of zoomed region [y0, y1)
46 * \return GL_TRUE if any zoomed pixels visible, GL_FALSE if totally clipped
103 * Convert a zoomed x image coordinate back to an unzoomed x coord.
104 * 'zx' is screen position of a pixel in the zoomed image, who's left edge
135 SWspan zoomed; local in function:zoom_span
159 INIT_SPAN(zoomed, GL_BITMAP);
160 zoomed.x = x0;
161 zoomed.end = zoomedWidth;
162 zoomed
[all...]
/xsrc/external/mit/ctwm/dist/
H A Dtwm_window_struct.h205 int zoomed; ///< ZOOM_NONE || function causing zoom member in struct:TwmWindow
H A Dwin_resize.c919 * Guard; if it was already not zoomed, and we're asking to unzoom
926 * zoom, on a window that's never been zoomed.
928 * This wouldn't protect us if somehow it was zoomed but hadn't set
932 if(func == ZOOM_NONE && tmp_win->zoomed == ZOOM_NONE) {
936 if(tmp_win->zoomed == func) {
937 /* It was already zoomed this way, unzoom it */
970 if(tmp_win->zoomed == ZOOM_NONE) {
976 tmp_win->zoomed = func;
1132 * Forget about a window being zoomed.
1137 if(tmp_win->zoomed !
[all...]
H A Dfunctions_win_moveresize.c1123 if(tmp_win->zoomed == ZOOM_NONE) {
1146 tmp_win->zoomed = F_ZOOM;
1150 fullzoom(tmp_win, tmp_win->zoomed);
H A Dewmh.c1155 newZoom = twm_win->zoomed; /* turn off whatever zoom */
2146 switch(twm_win->zoomed) {
H A Dadd_window.c167 tmp_win->zoomed = ZOOM_NONE;
H A DCHANGES.md810 "zoomed" to `F_FULLZOOM`, so one can toggle between this size,
/xsrc/external/mit/twm/dist/src/
H A Dresize.c542 tmp_win->zoomed = ZOOM_NONE;
927 if (tmp_win->zoomed == flag) {
932 tmp_win->zoomed = ZOOM_NONE;
937 if (tmp_win->zoomed == ZOOM_NONE) {
942 tmp_win->zoomed = (short) flag;
945 tmp_win->zoomed = (short) flag;
H A Dtwm.h300 short zoomed; /* is the window zoomed? */ member in struct:TwmWindow
H A Dadd_window.c180 tmp_win->zoomed = ZOOM_NONE;
H A Devents.c2369 Tmp_win->zoomed = ZOOM_NONE;
/xsrc/external/mit/ctwm/dist/doc/manual/
H A Dctwm.1.adoc2538 f.fill ``vertical'' sets the window status to ``zoomed'' and toggles, ie

Completed in 48 milliseconds