Searched refs:cr_max (Results 1 – 1 of 1) sorted by relevance
480 void ImDrawList::PushClipRect(ImVec2 cr_min, ImVec2 cr_max, bool intersect_with_current_clip_rect) in PushClipRect() argument482 ImVec4 cr(cr_min.x, cr_min.y, cr_max.x, cr_max.y); in PushClipRect()