Searched refs:advance_x (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imgui_draw.cpp | 1679 …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()
|
D | imgui.h | 2045 …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);
|