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:SetCursorPosX
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/imgui/
H
A
D
imgui_memory_editor.h
532
ImGui::
SetCursorPosX
(s.WindowWidth);
in DrawContents()
H
A
D
imgui.h
342
IMGUI_API void
SetCursorPosX
(float local_x); // GetWindowPos() + GetCursorPos() == GetCursorScreenPos() etc.)
H
A
D
imgui.cpp
484
GetCursorPos()/SetCursorPos() functions now include the scrolled amount. It shouldn't affect the majority of users, but take note that
SetCursorPosX
(100.0f) puts you at +100 from the starting x position which may include scrolling, not at +100 from the window left side.
6352
void ImGui::
SetCursorPosX
(float x)
in SetCursorPosX()
function in ImGui
/third_party/skia/third_party/externals/imgui/
H
A
D
imgui.h
453
IMGUI_API void
SetCursorPosX
(float local_x); // GetWindowPos() + GetCursorPos() == GetCursorScreenPos() etc.)
2857
static inline void TreeAdvanceToLabelPos() {
SetCursorPosX
(GetCursorPosX() + GetTreeNodeToLabelSpacing()); }
in TreeAdvanceToLabelPos()
H
A
D
imgui_demo.cpp
2453
ImGui::
SetCursorPosX
(ImGui::GetCursorPosX() + (float)offset_x);
in ShowDemoWindowLayout()
3543
ImGui::
SetCursorPosX
(ImGui::GetCursorPosX() + ImGui::GetStyle().IndentSpacing * 0.5f);
in EditTableSizingFlags()
H
A
D
imgui.cpp
482
- 2019/07/15 (1.72) - removed TreeAdvanceToLabelPos() which is rarely used and only does
SetCursorPosX
(GetCursorPosX() + GetTreeNodeToLabelSpacing()). Kept redirection function (will obsolete).
611
GetCursorPos()/SetCursorPos() functions now include the scrolled amount. It shouldn't affect the majority of users, but take note that
SetCursorPosX
(100.0f) puts you at +100 from the starting x position which may include scrolling, not at +100 from the window left side.
7460
// - SetCursorPos(),
SetCursorPosX
(), SetCursorPosY()
7659
void ImGui::
SetCursorPosX
(float x)
in SetCursorPosX()
function in ImGui
Completed in 70 milliseconds