OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BeginTooltip
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/imgui/
imgui.cpp
6655
void ImGui::
BeginTooltip
()
6676
// Not exposed publicly as
BeginTooltip
() because bool parameters are evil. Let's see if other needs arise first.
6697
IM_ASSERT(GetCurrentWindowRead()->Flags & ImGuiWindowFlags_Tooltip); // Mismatched
BeginTooltip
()/EndTooltip() calls
6705
BeginTooltip
();
8570
// We unfortunately can't just modify the source flags and skip the call to
BeginTooltip
, as caller may be emitting contents.
8571
BeginTooltip
();
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui.cpp
6655
void ImGui::
BeginTooltip
()
6676
// Not exposed publicly as
BeginTooltip
() because bool parameters are evil. Let's see if other needs arise first.
6697
IM_ASSERT(GetCurrentWindowRead()->Flags & ImGuiWindowFlags_Tooltip); // Mismatched
BeginTooltip
()/EndTooltip() calls
6705
BeginTooltip
();
8570
// We unfortunately can't just modify the source flags and skip the call to
BeginTooltip
, as caller may be emitting contents.
8571
BeginTooltip
();
Completed in 25 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026