Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_draw.cpp2023 float char_off_x = font_off_x; in ImFontAtlasBuildWithStbTruetype() local
2025char_off_x += cfg.PixelSnapH ? (float)(int)((char_advance_x_mod - char_advance_x_org) * 0.5f) : (c… in ImFontAtlasBuildWithStbTruetype()
2031 …dst_font->AddGlyph((ImWchar)codepoint, q.x0 + char_off_x, q.y0 + font_off_y, q.x1 + char_off_x, q.… in ImFontAtlasBuildWithStbTruetype()