Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_draw.cpp1679 …tomRectFontGlyph(ImFont* font, ImWchar id, int width, int height, float advance_x, const ImVec2& o… in AddCustomRectFontGlyph() argument
1688 r.GlyphAdvanceX = advance_x; in AddCustomRectFontGlyph()
2484 …t, float x0, float y0, float x1, float y1, float u0, float v0, float u1, float v1, float advance_x) in AddGlyph() argument
2497 glyph.AdvanceX = advance_x + ConfigData->GlyphExtraSpacing.x; // Bake spacing into AdvanceX in AddGlyph()
Dimgui.h2045 …tomRectFontGlyph(ImFont* font, ImWchar id, int width, int height, float advance_x, const ImVec2& o…
2125 …, float x0, float y0, float x1, float y1, float u0, float v0, float u1, float v1, float advance_x);