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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp480 void ImDrawList::PushClipRect(ImVec2 cr_min, ImVec2 cr_max, bool intersect_with_current_clip_rect) argument
482 ImVec4 cr(cr_min.x, cr_min.y, cr_max.x, cr_max.y);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp480 void ImDrawList::PushClipRect(ImVec2 cr_min, ImVec2 cr_max, bool intersect_with_current_clip_rect) argument
482 ImVec4 cr(cr_min.x, cr_min.y, cr_max.x, cr_max.y);

Completed in 19 milliseconds