Searched refs:zoom (Results 1 - 25 of 32) sorted by relevance

12

/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Dcopy.c39 float zoom; variable in typeref:typename:float
49 zoom = 1.8;
73 zoom += 0.2;
76 zoom -= 0.2;
77 if (zoom < 0.2) {
78 zoom = 0.2;
119 glPixelZoom(zoom, zoom);
H A Dselect.c47 float zoom = 1.0; variable in typeref:typename:float
150 glScalef(zoom, zoom, zoom);
247 glScalef(zoom, zoom, zoom);
274 glScalef(zoom, zoom, zoom);
[all...]
H A Dtri.c53 float zoom = 1.0; variable in typeref:typename:float
135 zoom *= 0.75;
138 zoom /= 0.75;
139 if (zoom > 10) {
140 zoom = 10;
270 glScalef(zoom, zoom, zoom);
306 glScalef(zoom, zoom, zoo
[all...]
/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A Dmandelbrot.c48 static GLfloat zoom = 1.0, xCenter = -1.5, yCenter = 0.0; variable in typeref:typename:GLfloat
57 glUniform1fv(uZoom, 1, &zoom);
110 zoom *= 0.9;
113 zoom /= 0.9;
127 const GLfloat step = 0.1 * zoom;
/xsrc/external/mit/bitmap/dist/
H A DBitmap.c382 return GetPixmap(BW, BW->bitmap.zoom.image);
394 BW->bitmap.zoom.image->width,
395 BW->bitmap.zoom.image->height, 1);
403 BW->bitmap.zoom.image,
405 BW->bitmap.zoom.image->width,
406 BW->bitmap.zoom.image->height);
410 BW->bitmap.zoom.at_x,
411 BW->bitmap.zoom.at_y,
1182 data = XtMalloc(Length(BW->bitmap.zoom.image->width,
1183 BW->bitmap.zoom
[all...]
H A DBitmapP.h141 BWZoom zoom; member in struct:__anon3c2117c80608
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_drawpix.c275 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F; local in function:draw_stencil_pixels
294 if (zoom) {
321 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0f || ctx->Pixel.ZoomY != 1.0f; local in function:draw_depth_pixels
331 && !zoom
351 && !zoom
401 if (zoom) {
426 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F; local in function:draw_rgba_pixels
537 if (zoom) {
600 * and pixel zoom.
615 const GLboolean zoom local in function:draw_depth_stencil_pixels
[all...]
H A Ds_copypix.c93 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F; local in function:copy_rgba_pixels
177 if (zoom) {
241 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F; local in function:copy_depth_pixels
318 if (zoom)
343 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F; local in function:copy_stencil_pixels
411 if (zoom) {
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_drawpix.c275 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F; local in function:draw_stencil_pixels
294 if (zoom) {
321 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0f || ctx->Pixel.ZoomY != 1.0f; local in function:draw_depth_pixels
331 && !zoom
351 && !zoom
401 if (zoom) {
426 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F; local in function:draw_rgba_pixels
537 if (zoom) {
625 * and pixel zoom.
640 const GLboolean zoom local in function:draw_depth_stencil_pixels
[all...]
H A Ds_copypix.c93 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F; local in function:copy_rgba_pixels
177 if (zoom) {
241 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F; local in function:copy_depth_pixels
318 if (zoom)
343 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F; local in function:copy_stencil_pixels
411 if (zoom) {
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dvidmodeproc.h50 extern _X_EXPORT Bool VidModeZoomViewport(int scrnIndex, int zoom);
H A Dxf86VidMode.c279 VidModeZoomViewport(int scrnIndex, int zoom) argument
287 xf86ZoomViewport(pScrn->pScreen, zoom);
H A Dxf86Cursor.c323 xf86ZoomViewport(ScreenPtr pScreen, int zoom) argument
332 if (zoom > 0)
H A Dxf86.h161 extern _X_EXPORT void xf86ZoomViewport(ScreenPtr pScreen, int zoom);
/xsrc/external/mit/xorg-server/dist/include/
H A Dvidmodestr.h59 int zoom);
/xsrc/external/mit/ctwm/dist/
H A Dfunctions_internal.h60 DFHANDLER(zoom);
H A DCHANGES.md31 `f.\*zoom` functions now zoom on the monitor the window is currently
32 on, and new `f.x\*zoom` functions are added to zoom across your entire
819 1. `f.zoom` bugfix patch (by Daniel Holmström)
821 `f.zoom` now doesn't move the window up (as it sometimes did before)
1511 Button2 : f.zoom
1520 `%xpm:resize-in-bot`, `%xpm:maze-out`, `%xpm:maze-in`, `%xpm:zoom-out`,
1521 `%xpm:zoom-in` and `%xpm:zoom
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D6.5.3.rst59 - Overlapping glCopyPixels with negative Y zoom didn't work (bug 10521)
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86VidMode.c210 xf86VidModeZoomViewport(ScreenPtr pScreen, int zoom) argument
212 xf86ZoomViewport(pScreen, zoom);
H A Dxf86.h180 extern _X_EXPORT void xf86ZoomViewport(ScreenPtr pScreen, int zoom);
H A Dxf86Cursor.c310 xf86ZoomViewport(ScreenPtr pScreen, int zoom) argument
319 if (zoom > 0)
/xsrc/external/mit/libXxf86vm/dist/src/
H A DXF86VMode.c734 XF86VidModeSwitchMode(Display* dpy, int screen, int zoom) argument
746 req->zoom = zoom;
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dpm3_video.c700 unsigned int shrink, zoom; local in function:Permedia3DisplayVideo
720 compute_scale_factor(&src_w, &drw_w, &shrink, &zoom);
755 GLINT_WRITE_REG(zoom, PM3VideoOverlayZoomXDelta);
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Dxf86vmproto.h373 CARD16 zoom; member in struct:_XF86VidModeSwitchMode
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c896 /* Compute Gallium window coords (y=0=top) with pixel zoom.
952 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0 || ctx->Pixel.ZoomY != 1.0; local in function:draw_stencil_pixels
958 if (!zoom) {
1017 if (zoom) {
1019 "zoom not complete");
1507 * eventually) with no pixel zoom, no pixel transfer ops, no

Completed in 26 milliseconds

12