Searched refs:Scale (Results 1 - 25 of 28) sorted by relevance

12

/xsrc/external/mit/xmag/dist/
H A DMakefile.am35 Scale.c \
36 Scale.h \
49 # Developer documentation for Scale widget in Scale.c
50 EXTRA_DIST = Scale.txt xmag.icon README.md
H A DMakefile.in132 am_xmag_OBJECTS = CutPaste.$(OBJEXT) RootWin.$(OBJEXT) Scale.$(OBJEXT) \
153 ./$(DEPDIR)/Scale.Po ./$(DEPDIR)/xmag.Po
419 Scale.c \
420 Scale.h \
431 # Developer documentation for Scale widget in Scale.c
432 EXTRA_DIST = Scale.txt xmag.icon README.md
542 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Scale.Po@am__quote@ # am--include-marker
937 -rm -f ./$(DEPDIR)/Scale.Po
988 -rm -f ./$(DEPDIR)/Scale
[all...]
/xsrc/external/mit/mesa-demos/dist/src/trivial/
H A Dflat-clip.c15 static GLfloat Scale = 2.0, Zrot = 50; variable in typeref:typename:GLfloat
32 glScalef(Scale, Scale, 1);
108 Scale *= 1.1;
111 Scale /= 1.1;
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Doffset.c97 static float Scale = 1.0; variable in typeref:typename:float
188 glScalef(Scale, Scale, Scale);
297 Scale *= 1.1;
300 Scale *= 0.9;
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dlx_output.c87 Bool scale = pGeode->Scale;
100 pGeode->Scale = TRUE;
102 pGeode->Scale = FALSE;
104 if (pGeode->Scale != scale && output->crtc) {
116 pGeode->Scale = scale;
H A Dgeode.h262 Bool Scale; member in struct:_geodeRec
H A Dlx_display.c178 if (pGeode->Output & OUTPUT_PANEL && pGeode->Scale)
H A Dlx_driver.c492 pGeode->Scale = TRUE;
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dtextures.c26 static GLfloat Scale = 1.0; variable in typeref:typename:GLfloat
120 glScalef(Scale, Scale, Scale);
222 Scale /= 1.1;
225 Scale *= 1.1;
H A Dmorph3d.c141 #define Scale 0.3 macro
668 glScalef( Scale*WindH/WindW, Scale, Scale );
/xsrc/external/mit/mesa-demos/dist/src/objviewer/
H A Dobjview.c23 static GLfloat Scale = 4.0; /* scaling factor */ variable in typeref:typename:GLfloat
228 glScalef(Scale, Scale, Scale );
308 printf("z/Z - Scale model smaller/larger\n");
355 Scale *= 0.9;
358 Scale *= 1.1;
503 glutAddMenuEntry("[z] Scale model smaller", 'z');
504 glutAddMenuEntry("[Z] Scale model larger", 'Z');
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dtexline.c27 static GLfloat Scale = 1.0; variable in typeref:typename:GLfloat
48 glScalef(Scale, Scale, Scale);
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_ums.h150 Bool Scale; member in struct:ViaPanelInfo
157 /* LCD Simultaneous Expand Mode HWCursor Y Scale */
H A Dvia_fp.c1193 if (!Panel->Scale && Panel->NativeHeight != pMode->VDisplay &&
1212 Panel->Scale = TRUE;
1214 Panel->Scale = FALSE;
1248 if (Panel->Scale) {
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DMESA_texture_array.spec274 -- Section 3.8.8 "Texture Minification" in the section "Scale Factor and Level of Detail"
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
H A DMESA_texture_array.spec274 -- Section 3.8.8 "Texture Minification" in the section "Scale Factor and Level of Detail"
/xsrc/external/mit/MesaLib/dist/docs/
H A Denvvars.rst455 Scale HUD by an integer factor, for high DPI displays. Default is 1.
/xsrc/external/mit/xorg-server/dist/hw/xquartz/
H A DX11Application.m1201 /* Scale the scroll value by line height */
/xsrc/external/mit/xf86-video-siliconmotion/dist/src/
H A Dsmi_video.c672 Scale(int i, int value, int min, int max)
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h1264 float MouseCursorScale; // Scale software rendered mouse cursor (when io.MouseDrawCursor is enabled). May be removed later.
2100 float Scale; // 4 // in // = 1.f // Base font scale, multiplied by the per-window font scale which you can adjust with SetWindowFontScale() member in struct:ImFont
H A Dimgui_widgets.cpp3193 password_font->Scale = g.Font->Scale;
H A Dimgui_demo.cpp2930 ImGui::DragFloat("Font scale", &font->Scale, 0.005f, 0.3f, 2.0f, "%.1f"); // Scale only this font
H A Dimgui_draw.cpp2404 Scale = 1.0f;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h1264 float MouseCursorScale; // Scale software rendered mouse cursor (when io.MouseDrawCursor is enabled). May be removed later.
2100 float Scale; // 4 // in // = 1.f // Base font scale, multiplied by the per-window font scale which you can adjust with SetWindowFontScale() member in struct:ImFont
H A Dimgui_widgets.cpp3193 password_font->Scale = g.Font->Scale;

Completed in 80 milliseconds

12