Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imgui/
H A Dimgui_widgets.cpp388 bool ImGui::ButtonBehavior(const ImRect& bb, ImGuiID id, bool* out_hovered, bool* out_held, ImGuiButtonFlags flags) in ButtonBehavior() argument
395 if (out_hovered) *out_hovered = false; in ButtonBehavior()
538 if (out_hovered) *out_hovered = hovered; in ButtonBehavior()
H A Dimgui_internal.h1471 IMGUI_API bool ButtonBehavior(const ImRect& bb, ImGuiID id, bool* out_hovered, bool* out_held, ImGuiButtonFlags flags = 0);
/third_party/skia/third_party/externals/imgui/
H A Dimgui_widgets.cpp491 bool ImGui::ButtonBehavior(const ImRect& bb, ImGuiID id, bool* out_hovered, bool* out_held, ImGuiButtonFlags flags) in ButtonBehavior() argument
664 if (out_hovered) *out_hovered = hovered; in ButtonBehavior()
H A Dimgui_internal.h2685 IMGUI_API bool ButtonBehavior(const ImRect& bb, ImGuiID id, bool* out_hovered, bool* out_held, ImGuiButtonFlags flags = 0);

Completed in 33 milliseconds