Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimgui.h593 …t(const ImVec2& clip_rect_min, const ImVec2& clip_rect_max, bool intersect_with_current_clip_rect);
1821 …shClipRect(ImVec2 clip_rect_min, ImVec2 clip_rect_max, bool intersect_with_current_clip_rect = fal…
H A Dimgui_draw.cpp480 void ImDrawList::PushClipRect(ImVec2 cr_min, ImVec2 cr_max, bool intersect_with_current_clip_rect) in PushClipRect() argument
483 if (intersect_with_current_clip_rect && _ClipRectStack.Size) in PushClipRect()
H A Dimgui.cpp3745 …ct(const ImVec2& clip_rect_min, const ImVec2& clip_rect_max, bool intersect_with_current_clip_rect) in PushClipRect() argument
3748 window->DrawList->PushClipRect(clip_rect_min, clip_rect_max, intersect_with_current_clip_rect); in PushClipRect()