| /xsrc/external/mit/xmag/dist/ |
| H A D | Makefile.am | 35 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 D | Makefile.in | 132 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 D | flat-clip.c | 15 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 D | offset.c | 97 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 D | lx_output.c | 87 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 D | geode.h | 262 Bool Scale; member in struct:_geodeRec
|
| H A D | lx_display.c | 178 if (pGeode->Output & OUTPUT_PANEL && pGeode->Scale)
|
| H A D | lx_driver.c | 492 pGeode->Scale = TRUE;
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | textures.c | 26 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 D | morph3d.c | 141 #define Scale 0.3 macro 668 glScalef( Scale*WindH/WindW, Scale, Scale );
|
| /xsrc/external/mit/mesa-demos/dist/src/objviewer/ |
| H A D | objview.c | 23 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 D | texline.c | 27 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 D | via_ums.h | 150 Bool Scale; member in struct:ViaPanelInfo 157 /* LCD Simultaneous Expand Mode HWCursor Y Scale */
|
| H A D | via_fp.c | 1193 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 D | MESA_texture_array.spec | 274 -- 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 D | MESA_texture_array.spec | 274 -- Section 3.8.8 "Texture Minification" in the section "Scale Factor and Level of Detail"
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | envvars.rst | 455 Scale HUD by an integer factor, for high DPI displays. Default is 1.
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/ |
| H A D | X11Application.m | 1201 /* Scale the scroll value by line height */
|
| /xsrc/external/mit/xf86-video-siliconmotion/dist/src/ |
| H A D | smi_video.c | 672 Scale(int i, int value, int min, int max)
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui.h | 1264 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 D | imgui_widgets.cpp | 3193 password_font->Scale = g.Font->Scale;
|
| H A D | imgui_demo.cpp | 2930 ImGui::DragFloat("Font scale", &font->Scale, 0.005f, 0.3f, 2.0f, "%.1f"); // Scale only this font
|
| H A D | imgui_draw.cpp | 2404 Scale = 1.0f;
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui.h | 1264 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 D | imgui_widgets.cpp | 3193 password_font->Scale = g.Font->Scale;
|