Home
last modified time | relevance | path

Searched refs:text_remaining (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_widgets.cpp2909 const ImWchar* text_remaining = NULL; in STB_TEXTEDIT_LAYOUTROW() local
2910 … = InputTextCalcTextSizeW(text + line_start_idx, text + obj->CurLenW, &text_remaining, NULL, true); in STB_TEXTEDIT_LAYOUTROW()
2916 r->num_chars = (int)(text_remaining - (text + line_start_idx)); in STB_TEXTEDIT_LAYOUTROW()
Dimgui.cpp8806 const char* text_remaining = text; in LogRenderedText() local
8813 const char* line_start = text_remaining; in LogRenderedText()
8828 text_remaining = line_end + 1; in LogRenderedText()