Searched refs:OversampleH (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp1364 OversampleH = 3; // FIXME: 2 may be a better default?
1594 font_cfg.OversampleH = font_cfg.OversampleV = 1;
1910 src_tmp.PackRange.h_oversample = (unsigned char)cfg.OversampleH;
1921 stbtt_GetGlyphBitmapBoxSubpixel(&src_tmp.FontInfo, glyph_index_in_font, scale * cfg.OversampleH, scale * cfg.OversampleV, 0, 0, &x0, &y0, &x1, &y1);
1922 src_tmp.Rects[glyph_i].w = (stbrp_coord)(x1 - x0 + padding + cfg.OversampleH - 1);
H A Dimgui.h1919 int OversampleH; // 3 // Rasterize at higher quality for sub-pixel positioning. Read https://github.com/nothings/stb/blob/master/tests/oversample/README.md for details. member in struct:ImFontConfig
1921 bool PixelSnapH; // false // Align every glyph to pixel boundary. Useful e.g. if you are merging a non-pixel aligned font with the default font. If enabled, you can set OversampleH/V to 1.
H A Dimgui_demo.cpp2939 ImGui::BulletText("Input %d: \'%s\', Oversample: (%d,%d), PixelSnapH: %d", config_i, cfg->Name, cfg->OversampleH, cfg->OversampleV, cfg->PixelSnapH);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp1364 OversampleH = 3; // FIXME: 2 may be a better default?
1594 font_cfg.OversampleH = font_cfg.OversampleV = 1;
1910 src_tmp.PackRange.h_oversample = (unsigned char)cfg.OversampleH;
1921 stbtt_GetGlyphBitmapBoxSubpixel(&src_tmp.FontInfo, glyph_index_in_font, scale * cfg.OversampleH, scale * cfg.OversampleV, 0, 0, &x0, &y0, &x1, &y1);
1922 src_tmp.Rects[glyph_i].w = (stbrp_coord)(x1 - x0 + padding + cfg.OversampleH - 1);
H A Dimgui.h1919 int OversampleH; // 3 // Rasterize at higher quality for sub-pixel positioning. Read https://github.com/nothings/stb/blob/master/tests/oversample/README.md for details. member in struct:ImFontConfig
1921 bool PixelSnapH; // false // Align every glyph to pixel boundary. Useful e.g. if you are merging a non-pixel aligned font with the default font. If enabled, you can set OversampleH/V to 1.

Completed in 41 milliseconds