Searched defs:text_begin (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imgui_draw.cpp | 1176 …nst ImFont* font, float font_size, const ImVec2& pos, ImU32 col, const char* text_begin, const cha… in AddText() 1205 void ImDrawList::AddText(const ImVec2& pos, ImU32 col, const char* text_begin, const char* text_end) in AddText() 2641 ImVec2 ImFont::CalcTextSizeA(float size, float max_width, float wrap_width, const char* text_begin,… in CalcTextSizeA() argument 2749 …ist, float size, ImVec2 pos, ImU32 col, const ImVec4& clip_rect, const char* text_begin, const cha… in RenderText() argument
|
D | imgui_widgets.cpp | 135 const char* text_begin = text; in TextUnformatted() local 353 const char* text_begin = g.TempBuffer; in BulletTextV() local 2838 static int InputTextCalcTextLenAndLineCount(const char* text_begin, const char** out_text_end) in InputTextCalcTextLenAndLineCount() 2852 static ImVec2 InputTextCalcTextSizeW(const ImWchar* text_begin, const ImWchar* text_end, const ImWc… in InputTextCalcTextSizeW() 3635 const ImWchar* text_begin = edit_state.TextW.Data; in InputTextEx() local
|