Home
last modified time | relevance | path

Searched refs:OversampleV (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_draw.cpp1365 OversampleV = 1; in ImFontConfig()
1594 font_cfg.OversampleH = font_cfg.OversampleV = 1; in AddFontDefault()
1911 src_tmp.PackRange.v_oversample = (unsigned char)cfg.OversampleV; in ImFontAtlasBuildWithStbTruetype()
1921 …mp.FontInfo, glyph_index_in_font, scale * cfg.OversampleH, scale * cfg.OversampleV, 0, 0, &x0, &y0… in ImFontAtlasBuildWithStbTruetype()
1923 src_tmp.Rects[glyph_i].h = (stbrp_coord)(y1 - y0 + padding + cfg.OversampleV - 1); in ImFontAtlasBuildWithStbTruetype()
Dimgui.h1920 …int OversampleV; // 1 // Rasterize at higher quality for sub-pixel p… member