Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imgui/
H A Dimgui_widgets.cpp670 bool is_clipped = !ItemAdd(bb, id); in CloseButton() local
674 if (is_clipped) in CloseButton()
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) in ItemAdd()
2807 const bool is_clipped = IsClippedEx(bb, id, false); in ItemAdd() local
2808 if (is_clipped) in ItemAdd()
/third_party/skia/third_party/externals/imgui/
H A Dimgui_widgets.cpp806 bool is_clipped = !ItemAdd(bb_interact, id); in CloseButton() local
810 if (is_clipped) in CloseButton()
H A Dimgui.cpp7548 // We could early out with "if (is_clipped && !g.NavInitRequest) return false;" but when we wouldn't be able in ItemAdd()
7575 const bool is_clipped = IsClippedEx(bb, id); in ItemAdd() local
7576 if (is_clipped) in ItemAdd()

Completed in 61 milliseconds