Home
last modified time | relevance | path

Searched refs:buf_begin (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/imgui/
Dimstb_textedit.h1139 const char* buf_begin = (char*)state->undo_rec; (void)buf_begin; in stb_textedit_discard_redo() local
1141 IM_ASSERT(((char*)(state->undo_rec + state->redo_point)) >= buf_begin); in stb_textedit_discard_redo()
Dimgui_internal.h180 IMGUI_API const ImWchar*ImStrbolW(const ImWchar* buf_mid_line, const ImWchar* buf_begin); // Find…
Dimgui.cpp1346 const ImWchar* ImStrbolW(const ImWchar* buf_mid_line, const ImWchar* buf_begin) // find beginning-o… in ImStrbolW() argument
1348 while (buf_mid_line > buf_begin && buf_mid_line[-1] != '\n') in ImStrbolW()