Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_widgets.cpp180 ImRect line_rect(pos, pos + ImVec2(FLT_MAX, line_height)); in TextUnformatted() local
183 if (IsClippedEx(line_rect, 0, false)) in TextUnformatted()
193 line_rect.Min.y += line_height; in TextUnformatted()
194 line_rect.Max.y += line_height; in TextUnformatted()