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:GetWindowPos
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/intel/tools/
H
A
D
aubinator_viewer_urb.h
38
const ImVec2 window_pos = ImGui::
GetWindowPos
();
in DrawAllocation()
H
A
D
aubinator_viewer.cpp
1093
window->position = ImGui::
GetWindowPos
();
in display_windows()
/third_party/mesa3d/src/imgui/
H
A
D
imgui_memory_editor.h
269
ImVec2 window_pos = ImGui::
GetWindowPos
();
in DrawContents()
H
A
D
imgui.h
260
IMGUI_API ImVec2
GetWindowPos
(); // get current window position in screen space (useful if you want to do your own drawing via the DrawList API)
342
IMGUI_API void SetCursorPosX(float local_x); //
GetWindowPos
() + GetCursorPos() == GetCursorScreenPos() etc.)
H
A
D
imgui.cpp
6027
ImVec2 ImGui::
GetWindowPos
()
in GetWindowPos()
function in ImGui
/third_party/skia/third_party/externals/imgui/
H
A
D
imgui.h
357
IMGUI_API ImVec2
GetWindowPos
(); // get current window position in screen space (useful if you want to do your own drawing via the DrawList API)
453
IMGUI_API void SetCursorPosX(float local_x); //
GetWindowPos
() + GetCursorPos() == GetCursorScreenPos() etc.)
H
A
D
imgui_demo.cpp
2620
float window_visible_x2 = ImGui::
GetWindowPos
().x + ImGui::GetWindowContentRegionMax().x;
in ShowDemoWindowLayout()
7364
ImVec2 window_pos = ImGui::
GetWindowPos
();
H
A
D
imgui.cpp
6820
ImVec2 ImGui::
GetWindowPos
()
in GetWindowPos()
function in ImGui
Completed in 72 milliseconds