Searched defs:need_clipping (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xterm/dist/ | ||
| H A D | util.c | 3676 int need_clipping = 0; local in function:fixupItalics 3996 int need_clipping = 0; local in function:drawXtermText [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ | ||
| H A D | imgui.cpp | 2337 bool need_clipping = (pos.x + text_size.x >= clip_max->x) || (pos.y + text_size.y >= clip_max->y); local in function:ImGui::RenderTextClippedEx |
| /xsrc/external/mit/MesaLib/dist/src/imgui/ | ||
| H A D | imgui.cpp | 2337 bool need_clipping = (pos.x + text_size.x >= clip_max->x) || (pos.y + text_size.y >= clip_max->y); local in function:ImGui::RenderTextClippedEx |
Completed in 40 milliseconds