Searched refs:zoomed (Results 1 - 13 of 13) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_zoom.c | 44 * \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 D | s_zoom.c | 44 * \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 D | twm_window_struct.h | 205 int zoomed; ///< ZOOM_NONE || function causing zoom member in struct:TwmWindow
|
| H A D | win_resize.c | 919 * 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 D | functions_win_moveresize.c | 1123 if(tmp_win->zoomed == ZOOM_NONE) { 1146 tmp_win->zoomed = F_ZOOM; 1150 fullzoom(tmp_win, tmp_win->zoomed);
|
| H A D | ewmh.c | 1155 newZoom = twm_win->zoomed; /* turn off whatever zoom */ 2146 switch(twm_win->zoomed) {
|
| H A D | add_window.c | 167 tmp_win->zoomed = ZOOM_NONE;
|
| H A D | CHANGES.md | 810 "zoomed" to `F_FULLZOOM`, so one can toggle between this size,
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | resize.c | 542 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 D | twm.h | 300 short zoomed; /* is the window zoomed? */ member in struct:TwmWindow
|
| H A D | add_window.c | 180 tmp_win->zoomed = ZOOM_NONE;
|
| H A D | events.c | 2369 Tmp_win->zoomed = ZOOM_NONE;
|
| /xsrc/external/mit/ctwm/dist/doc/manual/ |
| H A D | ctwm.1.adoc | 2538 f.fill ``vertical'' sets the window status to ``zoomed'' and toggles, ie
|
Completed in 48 milliseconds