Home
last modified time | relevance | path

Searched defs:buf_begin (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimstb_textedit.h1139 const char* buf_begin = (char*)state->undo_rec; (void)buf_begin; in stb_textedit_discard_redo() local
H A Dimgui.cpp1346 const ImWchar* ImStrbolW(const ImWchar* buf_mid_line, const ImWchar* buf_begin) // find beginning-o… in ImStrbolW()