Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_draw.cpp480 void ImDrawList::PushClipRect(ImVec2 cr_min, ImVec2 cr_max, bool intersect_with_current_clip_rect) in PushClipRect() argument
482 ImVec4 cr(cr_min.x, cr_min.y, cr_max.x, cr_max.y); in PushClipRect()