Searched refs:BufDirty (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h1429 // - If you know your edits are not going to resize the underlying buffer allocation, you may modify the contents of 'Buf[]' directly. You need to update 'BufTextLen' accordingly (0 <= BufTextLen < BufSize) and set 'BufDirty'' to true so InputText can update its internal state.
1435 bool BufDirty; // Set if you modify Buf/BufTextLen! // Write // [Completion,History,Always] member in struct:ImGuiInputTextCallbackData
H A Dimgui_widgets.cpp3028 BufDirty = true;
3060 BufDirty = true;
3533 callback_data.BufDirty = false;
3551 if (callback_data.BufDirty)
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h1429 // - If you know your edits are not going to resize the underlying buffer allocation, you may modify the contents of 'Buf[]' directly. You need to update 'BufTextLen' accordingly (0 <= BufTextLen < BufSize) and set 'BufDirty'' to true so InputText can update its internal state.
1435 bool BufDirty; // Set if you modify Buf/BufTextLen! // Write // [Completion,History,Always] member in struct:ImGuiInputTextCallbackData
H A Dimgui_widgets.cpp3028 BufDirty = true;
3060 BufDirty = true;
3533 callback_data.BufDirty = false;
3551 if (callback_data.BufDirty)

Completed in 43 milliseconds