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:PopStyleVar
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/third_party/externals/imgui/
H
A
D
imgui_demo.cpp
1240
ImGui::
PopStyleVar
();
in ShowDemoWindowWidgets()
1260
ImGui::
PopStyleVar
();
in ShowDemoWindowWidgets()
2074
ImGui::
PopStyleVar
();
in ShowDemoWindowWidgets()
2078
ImGui::
PopStyleVar
();
in ShowDemoWindowWidgets()
2436
ImGui::
PopStyleVar
();
in ShowDemoWindowLayout()
2955
ImGui::
PopStyleVar
(2);
in ShowDemoWindowLayout()
3016
ImGui::
PopStyleVar
(2);
in ShowDemoWindowLayout()
3354
ImGui::
PopStyleVar
();
in ShowDemoWindowPopups()
3505
ImGui::
PopStyleVar
(2);
in PopStyleCompact()
4025
ImGui::
PopStyleVar
();
[all...]
H
A
D
imgui_widgets.cpp
1684
PopStyleVar
();
in BeginComboPopup()
3998
PopStyleVar
(2);
in InputTextEx()
6774
PopStyleVar
(2);
6871
PopStyleVar
();
6872
window->DC.CursorPos.x += IM_FLOOR(style.ItemSpacing.x * (-1.0f + 0.5f)); // -1 spacing to compensate the spacing added when Selectable() did a SameLine(). It would also work to call SameLine() ourselves after the
PopStyleVar
().
7035
PopStyleVar
();
7037
window->DC.CursorPos.x += IM_FLOOR(style.ItemSpacing.x * (-1.0f + 0.5f)); // -1 spacing to compensate the spacing added when Selectable() did a SameLine(). It would also work to call SameLine() ourselves after the
PopStyleVar
().
8183
PopStyleVar
();
H
A
D
imgui.cpp
2606
void ImGui::
PopStyleVar
(int count)
in PopStyleVar()
function in ImGui
5127
PopStyleVar
(3);
in BeginChildFrame()
6669
g.Style.Alpha = g.DisabledAlphaBackup; //
PopStyleVar
();
in EndDisabled()
7401
if (log_callback) log_callback(user_data, "Recovered from missing
PopStyleVar
() in '%s'", window->Name);
in ErrorCheckEndWindowRecover()
7402
PopStyleVar
();
in ErrorCheckEndWindowRecover()
7445
IM_ASSERT(SizeOfStyleVarStack >= g.StyleVarStack.Size && "PushStyleVar/
PopStyleVar
Mismatch!");
in CompareWithCurrentState()
10096
PopStyleVar
();
in NavUpdateWindowingOverlay()
H
A
D
imgui.h
409
IMGUI_API void
PopStyleVar
(int count = 1);
1510
// Enumeration for PushStyleVar() /
PopStyleVar
() to temporarily modify the ImGuiStyle structure.
1761
// During the frame, use ImGui::PushStyleVar(ImGuiStyleVar_XXXX)/
PopStyleVar
() to alter the main style values,
/third_party/mesa3d/src/imgui/
H
A
D
imgui_memory_editor.h
430
ImGui::
PopStyleVar
(2);
in DrawContents()
H
A
D
imgui_widgets.cpp
1372
PopStyleVar
();
in BeginCombo()
5499
PopStyleVar
(2);
5622
PopStyleVar
();
5623
window->DC.CursorPos.x += (float)(int)(style.ItemSpacing.x * (-1.0f + 0.5f)); // -1 spacing to compensate the spacing added when Selectable() did a SameLine(). It would also work to call SameLine() ourselves after the
PopStyleVar
().
5765
PopStyleVar
();
5766
window->DC.CursorPos.x += (float)(int)(style.ItemSpacing.x * (-1.0f + 0.5f)); // -1 spacing to compensate the spacing added when Selectable() did a SameLine(). It would also work to call SameLine() ourselves after the
PopStyleVar
().
H
A
D
imgui.h
306
IMGUI_API void
PopStyleVar
(int count = 1);
1057
// Enumeration for PushStyleVar() /
PopStyleVar
() to temporarily modify the ImGuiStyle structure.
1230
// During the frame, use ImGui::PushStyleVar(ImGuiStyleVar_XXXX)/
PopStyleVar
() to alter the main style values,
H
A
D
imgui.cpp
4433
PopStyleVar
(3);
in BeginChildFrame()
4454
{ int current = g.StyleModifiers.Size; if (write) *p_backup = (short)current; else IM_ASSERT(*p_backup >= current && "PushStyleVar/
PopStyleVar
Mismatch!"); p_backup++; } // Too few or too many
PopStyleVar
()
in CheckStacksSize()
5858
void ImGui::
PopStyleVar
(int count)
in PopStyleVar()
function in ImGui
8144
PopStyleVar
();
in NavUpdateWindowingList()
Completed in 85 milliseconds