Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui.cpp5397 ImRect text_r = title_bar_rect; in Begin() local
5402 text_r.Min.x += pad_left; in Begin()
5403 text_r.Max.x -= pad_right; in Begin()
5404 ImRect clip_rect = text_r; in Begin()
5406 …RenderTextClipped(text_r.Min, text_r.Max, name, NULL, &text_size, style.WindowTitleAlign, &clip_re… in Begin()
5409 …_pos = ImVec2(ImMax(text_r.Min.x, text_r.Min.x + (text_r.GetWidth() - text_size.x) * style.WindowT… in Begin()
5411 …RenderTextClipped(marker_pos + off, text_r.Max + off, UNSAVED_DOCUMENT_MARKER, NULL, NULL, ImVec2(… in Begin()