Searched refs:fine_clip_rect (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imgui.cpp | 2348 ImVec4 fine_clip_rect(clip_min->x, clip_min->y, clip_max->x, clip_max->y); in RenderTextClippedEx() local 2349 …ddText(NULL, 0.0f, pos, GetColorU32(ImGuiCol_Text), text, text_display_end, 0.0f, &fine_clip_rect); in RenderTextClippedEx()
|