Searched defs:AddGlyph (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/imgui/ |
H A D | imgui_draw.cpp | 2484 void ImFont::AddGlyph(ImWchar codepoint, float x0, float y0, float x1, float y1, float u0, float v0, float u1, float v1, float advance_x) in AddGlyph() function in ImFont
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_draw.cpp | 3246 void ImFont::AddGlyph(const ImFontConfig* cfg, ImWchar codepoint, float x0, float y0, float x1, float y1, float u0, float v0, float u1, float v1, float advance_x) in AddGlyph() function in ImFont
|
Completed in 16 milliseconds