Searched refs:text_remaining (Results 1 – 2 of 2) sorted by relevance
2909 const ImWchar* text_remaining = NULL; in STB_TEXTEDIT_LAYOUTROW() local2910 … = 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()
8806 const char* text_remaining = text; in LogRenderedText() local8813 const char* line_start = text_remaining; in LogRenderedText()8828 text_remaining = line_end + 1; in LogRenderedText()