Searched refs:overwrite_dst (Results 1 – 2 of 2) sorted by relevance
2507 void ImFont::AddRemapChar(ImWchar dst, ImWchar src, bool overwrite_dst) in AddRemapChar() argument2512 …if (dst < index_size && IndexLookup.Data[dst] == (ImWchar)-1 && !overwrite_dst) // 'dst' already e… in AddRemapChar()
2126 …IMGUI_API void AddRemapChar(ImWchar dst, ImWchar src, bool overwrite_dst = true); // …