Searched refs:is_clipped (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna.h1273 inline static bool is_clipped(const RegionRec *r, function in typeref:typename:bool
H A Dsna_dri2.c1211 if (is_clipped(&win->clipList, draw)) {
2183 if (is_clipped(&win->clipList, &pixmap->drawable)) {
2308 if (is_clipped(&win->clipList, &win->drawable)) {
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna.h1155 inline static bool is_clipped(const RegionRec *r, function in typeref:typename:bool
H A Dsna_dri2.c936 if (is_clipped(&win->clipList, draw)) {
1707 if (is_clipped(&win->clipList, &pixmap->drawable)) {
1830 if (is_clipped(&win->clipList, &win->drawable)) {
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp670 bool is_clipped = !ItemAdd(bb, id); local in function:ImGui::CloseButton
674 if (is_clipped)
H A Dimgui.cpp2789 // We could early out with "if (is_clipped && !g.NavInitRequest) return false;" but when we wouldn't be able to reach unclipped widgets. This would work if user had explicit scrolling control (e.g. mapped on a stick)
2807 const bool is_clipped = IsClippedEx(bb, id, false); local in function:ImGui::ItemAdd
2808 if (is_clipped)
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp670 bool is_clipped = !ItemAdd(bb, id); local in function:ImGui::CloseButton
674 if (is_clipped)
H A Dimgui.cpp2789 // We could early out with "if (is_clipped && !g.NavInitRequest) return false;" but when we wouldn't be able to reach unclipped widgets. This would work if user had explicit scrolling control (e.g. mapped on a stick)
2807 const bool is_clipped = IsClippedEx(bb, id, false); local in function:ImGui::ItemAdd
2808 if (is_clipped)

Completed in 70 milliseconds