Home
last modified time | relevance | path

Searched refs:OversampleH (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/imgui/docs/
DFONTS.md89 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;
DFAQ.md564 config.OversampleH = 2;
DCHANGELOG.txt3081 …- Added support for oversampling (ImFontConfig: OversampleH, OversampleV) and sub-pixel positionin…
/third_party/flutter/skia/third_party/externals/imgui/misc/fonts/
DREADME.txt109 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/
DREADME.md125 - `cfg.OversampleH`, `OversampleV` are ignored (but perhaps not so necessary with this rasterizer).
/third_party/mesa3d/src/imgui/
Dimgui_draw.cpp1364 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()
Dimgui.h1919 …int OversampleH; // 3 // Rasterize at higher quality for sub-pixel p… member
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_draw.cpp1355 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()
Dimgui.h1910 …int OversampleH; // 3 // Rasterize at higher quality for sub-pixel p… member
Dimgui_demo.cpp2886 …'%s\', Oversample: (%d,%d), PixelSnapH: %d", config_i, cfg->Name, cfg->OversampleH, cfg->Oversampl… in ShowStyleEditor()
/third_party/skia/third_party/externals/imgui/
Dimgui_draw.cpp1909 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()
Dimgui.h2547 …int OversampleH; // 3 // Rasterize at higher quality for sub-pixel p… member
Dimgui.cpp11828 …config_i, cfg->Name, cfg->OversampleH, cfg->OversampleV, cfg->PixelSnapH, cfg->GlyphOffset.x, cfg-… in DebugNodeFont()