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:child_window
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/intel/tools/
H
A
D
aubinator_viewer.cpp
791
list_for_each_entry(struct window,
child_window
,
in destroy_batch_window()
793
child_window
->opened = false;
in destroy_batch_window()
/third_party/skia/third_party/externals/imgui/
H
A
D
imgui.cpp
5039
ImGuiWindow*
child_window
= g.CurrentWindow;
in BeginChildEx()
local
5040
child_window
->ChildId = id;
in BeginChildEx()
5041
child_window
->AutoFitChildAxises = (ImS8)auto_fit_axises;
in BeginChildEx()
5045
if (
child_window
->BeginCount == 1)
in BeginChildEx()
5046
parent_window->DC.CursorPos =
child_window
->Pos;
in BeginChildEx()
5049
if (g.NavActivateId == id && !(flags & ImGuiWindowFlags_NavFlattened) && (
child_window
->DC.NavLayersActiveMask != 0 ||
child_window
->DC.NavHasScroll))
in BeginChildEx()
5051
FocusWindow(
child_window
);
in BeginChildEx()
5052
NavInitWindow(
child_window
, false);
in BeginChildEx()
5053
SetActiveID(id + 1,
child_window
); // Stea
in BeginChildEx()
9679
ImGuiWindow*
child_window
= g.NavWindow;
NavUpdateCancelRequest()
local
[all...]
/third_party/mesa3d/src/imgui/
H
A
D
imgui.cpp
4352
ImGuiWindow*
child_window
= g.CurrentWindow;
in BeginChildEx()
local
4353
child_window
->ChildId = id;
in BeginChildEx()
4354
child_window
->AutoFitChildAxises = auto_fit_axises;
in BeginChildEx()
4358
if (
child_window
->BeginCount == 1)
in BeginChildEx()
4359
parent_window->DC.CursorPos =
child_window
->Pos;
in BeginChildEx()
4362
if (g.NavActivateId == id && !(flags & ImGuiWindowFlags_NavFlattened) && (
child_window
->DC.NavLayerActiveMask != 0 ||
child_window
->DC.NavHasScroll))
in BeginChildEx()
4364
FocusWindow(
child_window
);
in BeginChildEx()
4365
NavInitWindow(
child_window
, false);
in BeginChildEx()
4366
SetActiveID(id+1,
child_window
); // Stea
in BeginChildEx()
7676
ImGuiWindow*
child_window
= g.NavWindow;
NavUpdate()
local
[all...]
Completed in 27 milliseconds