HomeSort by: relevance | last modified time | path
    Searched defs:AddText (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/imgui/
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)
1205 void ImDrawList::AddText(const ImVec2& pos, ImU32 col, const char* text_begin, const char* text_end)
1207 AddText(NULL, 0.0f, pos, col, text_begin, text_end);
2355 void ImFontGlyphRangesBuilder::AddText(const char* text, const char* text_end)
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
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)
1205 void ImDrawList::AddText(const ImVec2& pos, ImU32 col, const char* text_begin, const char* text_end)
1207 AddText(NULL, 0.0f, pos, col, text_begin, text_end);
2355 void ImFontGlyphRangesBuilder::AddText(const char* text, const char* text_end)

Completed in 10 milliseconds