Home
last modified time | relevance | path

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

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/imgui/
H A Dimconfig.h108 const char ColorMarkerEnd = 0x3; // ETX variable
H A Dimgui_draw.cpp3036 else if (*s == ImGui::ColorMarkerEnd) { in RenderText()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DSearch.cpp138 out += ImGui::ColorMarkerEnd; in mark_string()
260 boost::replace_all(label_plain, std::string(1, char(ImGui::ColorMarkerEnd)), "</b>"); in search()
263 boost::erase_all(label_plain, std::string(1, char(ImGui::ColorMarkerEnd))); in search()