Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:popup_idx
(Results
1 - 2
of
2
) sorted by relevance
/third_party/skia/third_party/externals/imgui/
H
A
D
imgui.cpp
8459
int
popup_idx
= g.BeginPopupStack.Size - 1;
in CloseCurrentPopup()
local
8460
if (
popup_idx
< 0 ||
popup_idx
>= g.OpenPopupStack.Size || g.BeginPopupStack[
popup_idx
].PopupId != g.OpenPopupStack[
popup_idx
].PopupId)
in CloseCurrentPopup()
8464
while (
popup_idx
> 0)
in CloseCurrentPopup()
8466
ImGuiWindow* popup_window = g.OpenPopupStack[
popup_idx
].Window;
in CloseCurrentPopup()
8467
ImGuiWindow* parent_popup_window = g.OpenPopupStack[
popup_idx
- 1].Window;
in CloseCurrentPopup()
8474
popup_idx
--;
in CloseCurrentPopup()
8476
IMGUI_DEBUG_LOG_POPUP("CloseCurrentPopup %d -> %d\n", g.BeginPopupStack.Size - 1,
popup_idx
);
in CloseCurrentPopup()
[all...]
/third_party/mesa3d/src/imgui/
H
A
D
imgui.cpp
6875
int
popup_idx
= g.BeginPopupStack.Size - 1;
in CloseCurrentPopup()
local
6876
if (
popup_idx
< 0 ||
popup_idx
>= g.OpenPopupStack.Size || g.BeginPopupStack[
popup_idx
].PopupId != g.OpenPopupStack[
popup_idx
].PopupId)
in CloseCurrentPopup()
6880
while (
popup_idx
> 0)
in CloseCurrentPopup()
6882
ImGuiWindow* popup_window = g.OpenPopupStack[
popup_idx
].Window;
in CloseCurrentPopup()
6883
ImGuiWindow* parent_popup_window = g.OpenPopupStack[
popup_idx
- 1].Window;
in CloseCurrentPopup()
6890
popup_idx
--;
in CloseCurrentPopup()
6892
//IMGUI_DEBUG_LOG("CloseCurrentPopup %d -> %d\n", g.BeginPopupStack.Size - 1,
popup_idx
);
in CloseCurrentPopup()
[all...]
Completed in 31 milliseconds