HomeSort by: relevance | last modified time | path
    Searched defs:Scale (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/mesa-demos/dist/src/trivial/
flat-clip.c 15 static GLfloat Scale = 2.0, Zrot = 50;
32 glScalef(Scale, Scale, 1);
108 Scale *= 1.1;
111 Scale /= 1.1;
  /xsrc/external/mit/mesa-demos/dist/src/tests/
texline.c 27 static GLfloat Scale = 1.0;
48 glScalef(Scale, Scale, Scale);
  /xsrc/external/mit/mesa-demos/dist/src/demos/
textures.c 26 static GLfloat Scale = 1.0;
120 glScalef(Scale, Scale, Scale);
222 Scale /= 1.1;
225 Scale *= 1.1;
morph3d.c 141 #define Scale 0.3
668 glScalef( Scale*WindH/WindW, Scale, Scale );
  /xsrc/external/mit/mesa-demos/dist/src/objviewer/
objview.c 23 static GLfloat Scale = 4.0; /* scaling factor */
67 * format in a stroke font at x, y after scaling it by the scale
68 * specified (scale is in window-space (lower-left origin) pixels).
72 * scale - scale in pixels
76 text(GLuint x, GLuint y, GLfloat scale, char* format, ...)
101 glScalef(scale/font_scale, scale/font_scale, scale/font_scale);
228 glScalef(Scale, Scale, Scale )
    [all...]
  /xsrc/external/mit/mesa-demos/dist/src/xdemos/
offset.c 97 static float Scale = 1.0;
188 glScalef(Scale, Scale, Scale);
297 Scale *= 1.1;
300 Scale *= 0.9;
  /xsrc/external/mit/xf86-video-openchrome/dist/src/
via_ums.h 150 Bool Scale;
157 /* LCD Simultaneous Expand Mode HWCursor Y Scale */
  /xsrc/external/mit/xf86-video-geode/dist/src/
geode.h 262 Bool Scale;
  /xsrc/external/mit/MesaLib/dist/src/imgui/
imgui.h 282 IMGUI_API void SetWindowFontScale(float scale); // set font scale. Adjust IO.FontGlobalScale if you want to scale all windows
309 IMGUI_API float GetFontSize(); // get current font size (= height in pixels) of current font with current scale applied
1264 float MouseCursorScale; // Scale software rendered mouse cursor (when io.MouseDrawCursor is enabled). May be removed later.
1302 float FontGlobalScale; // = 1.0f // Global scale all fonts
1905 IMGUI_API void ScaleClipRects(const ImVec2& fb_scale); // Helper to scale the ClipRect field of each ImDrawCmd. Use if your final output buffer is at a different scale than ImGui expects, or if there is a difference between your window resolution and framebuffer resolution.
2100 float Scale; // 4 // in // = 1.f // Base font scale, multiplied by the per-window font scale which you can adjust with SetWindowFontScale(
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui.h 282 IMGUI_API void SetWindowFontScale(float scale); // set font scale. Adjust IO.FontGlobalScale if you want to scale all windows
309 IMGUI_API float GetFontSize(); // get current font size (= height in pixels) of current font with current scale applied
1264 float MouseCursorScale; // Scale software rendered mouse cursor (when io.MouseDrawCursor is enabled). May be removed later.
1302 float FontGlobalScale; // = 1.0f // Global scale all fonts
1905 IMGUI_API void ScaleClipRects(const ImVec2& fb_scale); // Helper to scale the ClipRect field of each ImDrawCmd. Use if your final output buffer is at a different scale than ImGui expects, or if there is a difference between your window resolution and framebuffer resolution.
2100 float Scale; // 4 // in // = 1.f // Base font scale, multiplied by the per-window font scale which you can adjust with SetWindowFontScale(
    [all...]

Completed in 16 milliseconds