Searched refs:OversampleH (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/imgui/docs/ |
D | FONTS.md | 89 config.OversampleH = 2; 155 2. You may reduce oversampling, e.g. `font_config.OversampleH = 2`, this will largely reduce your t… 156 …Note that while OversampleH = 2 looks visibly very close to 3 in most situations, with OversampleH… 225 cfg.OversampleH = cfg.OversampleV = 1;
|
D | FAQ.md | 564 config.OversampleH = 2;
|
D | CHANGELOG.txt | 3081 …- Added support for oversampling (ImFontConfig: OversampleH, OversampleV) and sub-pixel positionin…
|
/third_party/flutter/skia/third_party/externals/imgui/misc/fonts/ |
D | README.txt | 109 config.OversampleH = 3; 117 set OversampleH/OversampleV to 1 and use a small font size. 124 …- 2) You may reduce oversampling, e.g. config.OversampleH = config.OversampleV = 1, this will larg…
|
/third_party/flutter/skia/third_party/externals/imgui/misc/freetype/ |
D | README.md | 125 - `cfg.OversampleH`, `OversampleV` are ignored (but perhaps not so necessary with this rasterizer).
|
/third_party/mesa3d/src/imgui/ |
D | imgui_draw.cpp | 1364 OversampleH = 3; // FIXME: 2 may be a better default? in ImFontConfig() 1594 font_cfg.OversampleH = font_cfg.OversampleV = 1; in AddFontDefault() 1910 src_tmp.PackRange.h_oversample = (unsigned char)cfg.OversampleH; in ImFontAtlasBuildWithStbTruetype() 1921 …hBitmapBoxSubpixel(&src_tmp.FontInfo, glyph_index_in_font, scale * cfg.OversampleH, scale * cfg.Ov… in ImFontAtlasBuildWithStbTruetype() 1922 src_tmp.Rects[glyph_i].w = (stbrp_coord)(x1 - x0 + padding + cfg.OversampleH - 1); in ImFontAtlasBuildWithStbTruetype()
|
D | imgui.h | 1919 …int OversampleH; // 3 // Rasterize at higher quality for sub-pixel p… member
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui_draw.cpp | 1355 OversampleH = 3; in ImFontConfig() 1585 font_cfg.OversampleH = font_cfg.OversampleV = 1; in AddFontDefault() 1899 src_tmp.PackRange.h_oversample = (unsigned char)cfg.OversampleH; in ImFontAtlasBuildWithStbTruetype() 1910 …hBitmapBoxSubpixel(&src_tmp.FontInfo, glyph_index_in_font, scale * cfg.OversampleH, scale * cfg.Ov… in ImFontAtlasBuildWithStbTruetype() 1911 src_tmp.Rects[glyph_i].w = (stbrp_coord)(x1 - x0 + padding + cfg.OversampleH - 1); in ImFontAtlasBuildWithStbTruetype()
|
D | imgui.h | 1910 …int OversampleH; // 3 // Rasterize at higher quality for sub-pixel p… member
|
D | imgui_demo.cpp | 2886 …'%s\', Oversample: (%d,%d), PixelSnapH: %d", config_i, cfg->Name, cfg->OversampleH, cfg->Oversampl… in ShowStyleEditor()
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_draw.cpp | 1909 OversampleH = 3; // FIXME: 2 may be a better default? in ImFontConfig() 2121 font_cfg.OversampleH = font_cfg.OversampleV = 1; in AddFontDefault() 2461 src_tmp.PackRange.h_oversample = (unsigned char)cfg.OversampleH; in ImFontAtlasBuildWithStbTruetype() 2472 …hBitmapBoxSubpixel(&src_tmp.FontInfo, glyph_index_in_font, scale * cfg.OversampleH, scale * cfg.Ov… in ImFontAtlasBuildWithStbTruetype() 2473 src_tmp.Rects[glyph_i].w = (stbrp_coord)(x1 - x0 + padding + cfg.OversampleH - 1); in ImFontAtlasBuildWithStbTruetype()
|
D | imgui.h | 2547 …int OversampleH; // 3 // Rasterize at higher quality for sub-pixel p… member
|
D | imgui.cpp | 11828 …config_i, cfg->Name, cfg->OversampleH, cfg->OversampleV, cfg->PixelSnapH, cfg->GlyphOffset.x, cfg-… in DebugNodeFont()
|