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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp180 ImRect line_rect(pos, pos + ImVec2(FLT_MAX, line_height)); local in function:ImGui::TextUnformatted
183 if (IsClippedEx(line_rect, 0, false))
193 line_rect.Min.y += line_height;
194 line_rect.Max.y += line_height;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp180 ImRect line_rect(pos, pos + ImVec2(FLT_MAX, line_height)); local in function:ImGui::TextUnformatted
183 if (IsClippedEx(line_rect, 0, false))
193 line_rect.Min.y += line_height;
194 line_rect.Max.y += line_height;

Completed in 25 milliseconds