Searched defs:clip_rect (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/imgui/
H A Dimgui_impl_opengl3.cpp196 ImVec4 clip_rect = ImVec4(pcmd->ClipRect.x - pos.x, pcmd->ClipRect.y - pos.y, pcmd->ClipRect.z - pos.x, pcmd->ClipRect.w - pos.y); local in function:ImGui_ImplOpenGL3_RenderDrawData
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/tools/imgui/
H A Dimgui_impl_opengl3.cpp196 ImVec4 clip_rect = ImVec4(pcmd->ClipRect.x - pos.x, pcmd->ClipRect.y - pos.y, pcmd->ClipRect.z - pos.x, pcmd->ClipRect.w - pos.y); local in function:ImGui_ImplOpenGL3_RenderDrawData
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_demo.cpp2031 ImVec4 clip_rect(pos.x, pos.y, pos.x + size.x, pos.y + size.y); local in function:ShowDemoWindowLayout
H A Dimgui_draw.cpp1194 ImVec4 clip_rect = _ClipRectStack.back(); local in function:ImDrawList::AddText
2749 RenderText(ImDrawList * draw_list,float size,ImVec2 pos,ImU32 col,const ImVec4 & clip_rect,const char * text_begin,const char * text_end,float wrap_width,bool cpu_fine_clip) const argument
[all...]
H A Dimgui.cpp2329 void ImGui::RenderTextClippedEx(ImDrawList* draw_list, const ImVec2& pos_min, const ImVec2& pos_max, const char* text, const char* text_display_end, const ImVec2* text_size_if_known, const ImVec2& align, const ImRect* clip_rect) argument
2357 void ImGui::RenderTextClipped(const ImVec2& pos_min, const ImVec2& pos_max, const char* text, const char* text_end, const ImVec2* text_size_if_known, const ImVec2& align, const ImRect* clip_rect) argument
5404 ImRect clip_rect = text_r; local in function:ImGui::Begin
7144 NavClampRectToVisibleAreaForMoveDir(ImGuiDir move_dir,ImRect & r,const ImRect & clip_rect) argument
9332 ImRect clip_rect = pcmd->ClipRect; local in function:ImGui::ShowMetricsWindow::Funcs::NodeDrawList
[all...]
H A Dimgui_widgets.cpp151 const ImRect clip_rect = window->ClipRect; local in function:ImGui::TextUnformatted
3621 const ImVec4 clip_rect(frame_bb.Min.x, frame_bb.Min.y, frame_bb.Min.x + size.x, frame_bb.Min.y + size.y); // Not using frame_bb.Max because we have adjusted size local in function:ImGui::InputTextEx
5536 ImRect clip_rect(ImFloor(bar_rect.Min.x + 0.5f), ImFloor(bar_rect.Min.y + window->WindowBor local in function:ImGui::BeginMenuBar
[all...]
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp1194 ImVec4 clip_rect = _ClipRectStack.back(); local in function:ImDrawList::AddText
2749 RenderText(ImDrawList * draw_list,float size,ImVec2 pos,ImU32 col,const ImVec4 & clip_rect,const char * text_begin,const char * text_end,float wrap_width,bool cpu_fine_clip) const argument
[all...]
H A Dimgui.cpp2329 void ImGui::RenderTextClippedEx(ImDrawList* draw_list, const ImVec2& pos_min, const ImVec2& pos_max, const char* text, const char* text_display_end, const ImVec2* text_size_if_known, const ImVec2& align, const ImRect* clip_rect) argument
2357 void ImGui::RenderTextClipped(const ImVec2& pos_min, const ImVec2& pos_max, const char* text, const char* text_end, const ImVec2* text_size_if_known, const ImVec2& align, const ImRect* clip_rect) argument
5404 ImRect clip_rect = text_r; local in function:ImGui::Begin
7144 NavClampRectToVisibleAreaForMoveDir(ImGuiDir move_dir,ImRect & r,const ImRect & clip_rect) argument
9332 ImRect clip_rect = pcmd->ClipRect; local in function:ImGui::ShowMetricsWindow::Funcs::NodeDrawList
[all...]
H A Dimgui_widgets.cpp151 const ImRect clip_rect = window->ClipRect; local in function:ImGui::TextUnformatted
3621 const ImVec4 clip_rect(frame_bb.Min.x, frame_bb.Min.y, frame_bb.Min.x + size.x, frame_bb.Min.y + size.y); // Not using frame_bb.Max because we have adjusted size local in function:ImGui::InputTextEx
5536 ImRect clip_rect(ImFloor(bar_rect.Min.x + 0.5f), ImFloor(bar_rect.Min.y + window->WindowBor local in function:ImGui::BeginMenuBar
[all...]

Completed in 54 milliseconds