Searched defs:text_begin (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp1176 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) argument
1205 void ImDrawList::AddText(const ImVec2& pos, ImU32 col, const char* text_begin, const char* text_end) argument
2641 ImVec2 ImFont::CalcTextSizeA(float size, float max_width, float wrap_width, const char* text_begin, const char* text_end, const char** remaining) const argument
2749 RenderText(ImDrawList * draw_list,float size,ImVec2 pos,ImU32 col,const ImVec4 & clip_rect,const char * text_begin,const char * text_end,float wrap_width,bool cpu_fine_clip) const argument
[all...]
H A Dimgui_widgets.cpp135 const char* text_begin = text; local in function:ImGui::TextUnformatted
353 const char* text_begin = g.TempBuffer; local in function:ImGui::BulletTextV
2838 static int InputTextCalcTextLenAndLineCount(const char* text_begin, cons argument
2852 InputTextCalcTextSizeW(const ImWchar * text_begin,const ImWchar * text_end,const ImWchar ** remaining,ImVec2 * out_offset,bool stop_on_new_line) argument
3635 const ImWchar* text_begin = edit_state.TextW.Data; local in function:ImGui::InputTextEx
[all...]
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp1176 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) argument
1205 void ImDrawList::AddText(const ImVec2& pos, ImU32 col, const char* text_begin, const char* text_end) argument
2641 ImVec2 ImFont::CalcTextSizeA(float size, float max_width, float wrap_width, const char* text_begin, const char* text_end, const char** remaining) const argument
2749 RenderText(ImDrawList * draw_list,float size,ImVec2 pos,ImU32 col,const ImVec4 & clip_rect,const char * text_begin,const char * text_end,float wrap_width,bool cpu_fine_clip) const argument
[all...]
H A Dimgui_widgets.cpp135 const char* text_begin = text; local in function:ImGui::TextUnformatted
353 const char* text_begin = g.TempBuffer; local in function:ImGui::BulletTextV
2838 static int InputTextCalcTextLenAndLineCount(const char* text_begin, cons argument
2852 InputTextCalcTextSizeW(const ImWchar * text_begin,const ImWchar * text_end,const ImWchar ** remaining,ImVec2 * out_offset,bool stop_on_new_line) argument
3635 const ImWchar* text_begin = edit_state.TextW.Data; local in function:ImGui::InputTextEx
[all...]

Completed in 29 milliseconds