Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_draw.cpp1366 PixelSnapH = false; in ImFontConfig()
1595 font_cfg.PixelSnapH = true; in AddFontDefault()
2025 …char_off_x += cfg.PixelSnapH ? (float)(int)((char_advance_x_mod - char_advance_x_org) * 0.5f) : (c… in ImFontAtlasBuildWithStbTruetype()
2499 if (ConfigData->PixelSnapH) in AddGlyph()
Dimgui.h1921 …bool PixelSnapH; // false // Align every glyph to pixel boundary. Useful… member