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:TextDisabled
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/imgui/
H
A
D
imgui_memory_editor.h
94
bool OptGreyOutZeroes; // = true // display null/zero bytes using the
TextDisabled
color.
381
ImGui::
TextDisabled
("## ");
in DrawContents()
390
ImGui::
TextDisabled
("00 ");
in DrawContents()
H
A
D
imgui.h
375
IMGUI_API void
TextDisabled
(const char* fmt, ...) IM_FMTARGS(1); // shortcut for PushStyleColor(ImGuiCol_Text, style.Colors[ImGuiCol_TextDisabled]); Text(fmt, ...); PopStyleColor();
H
A
D
imgui_widgets.cpp
117
// -
TextDisabled
()
268
void ImGui::
TextDisabled
(const char* fmt, ...)
in TextDisabled()
function in ImGui
/third_party/skia/third_party/externals/imgui/
H
A
D
imgui_demo.cpp
192
ImGui::
TextDisabled
("(?)");
in HelpMarker()
888
ImGui::
TextDisabled
("Disabled");
in ShowDemoWindowWidgets()
889
ImGui::SameLine(); HelpMarker("The
TextDisabled
color is stored in ImGuiStyle.");
in ShowDemoWindowWidgets()
3533
ImGui::
TextDisabled
("(?)");
in EditTableSizingFlags()
4609
ImGui::
TextDisabled
("--");
H
A
D
imgui.h
490
IMGUI_API void
TextDisabled
(const char* fmt, ...) IM_FMTARGS(1); // shortcut for PushStyleColor(ImGuiCol_Text, style.Colors[ImGuiCol_TextDisabled]); Text(fmt, ...); PopStyleColor();
H
A
D
imgui.cpp
2628
case ImGuiCol_TextDisabled: return "
TextDisabled
";
in GetStyleColorName()
11244
ImGui::
TextDisabled
("(?)");
in MetricsHelpMarker()
11694
TextDisabled
("Warning: owning Window is inactive. This DrawList is not being rendered!");
in DebugNodeDrawList()
11985
TextDisabled
("Note: some memory buffers have been compacted/freed.");
in DebugNodeWindow()
H
A
D
imgui_widgets.cpp
140
// -
TextDisabled
()
300
void ImGui::
TextDisabled
(const char* fmt, ...)
in TextDisabled()
function in ImGui
Completed in 75 milliseconds