Searched defs:AddText (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_draw.cpp | 1176 void ImDrawList::AddText(const ImFont* font, float font_size, const ImVec2& pos, ImU32 col, const char* text_begin, const char* text_end, float wrap_width, const ImVec4* cpu_fine_clip_rect) function in class:ImDrawList 1205 void ImDrawList::AddText(const ImVec2& pos, ImU32 col, const char* text_begin, const char* text_end) function in class:ImDrawList 2355 void ImFontGlyphRangesBuilder::AddText(const char* text, const char* text_end) function in class:ImFontGlyphRangesBuilder
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_draw.cpp | 1176 void ImDrawList::AddText(const ImFont* font, float font_size, const ImVec2& pos, ImU32 col, const char* text_begin, const char* text_end, float wrap_width, const ImVec4* cpu_fine_clip_rect) function in class:ImDrawList 1205 void ImDrawList::AddText(const ImVec2& pos, ImU32 col, const char* text_begin, const char* text_end) function in class:ImDrawList 2355 void ImFontGlyphRangesBuilder::AddText(const char* text, const char* text_end) function in class:ImFontGlyphRangesBuilder
|
Completed in 14 milliseconds