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:GetColumnWidth
(Results
1 - 8
of
8
) sorted by relevance
/third_party/lzma/CPP/7zip/UI/Console/
H
A
D
HashCon.cpp
132
static unsigned
GetColumnWidth
(unsigned digestSize)
in GetColumnWidth()
function
162
AddMinuses(_s,
GetColumnWidth
(h.DigestSize));
in PrintSeparatorLine()
199
AddSpaces_if_Positive(_s, (int)
GetColumnWidth
(h.DigestSize) - (int)h.Name.Len());
in BeforeFirstFile()
276
SetSpacesAndNul_if_Positive(s + len, (int)
GetColumnWidth
(h.DigestSize) - (int)len);
in PrintResultLine()
/third_party/node/src/
H
A
D
node_i18n.cc
781
static int
GetColumnWidth
(UChar32 codepoint,
in GetColumnWidth()
function
857
width +=
GetColumnWidth
(c, ambiguous_as_full_width);
in GetStringWidth()
/third_party/lzma/CPP/7zip/UI/Common/
H
A
D
HashCalc.cpp
306
static unsigned
GetColumnWidth
(unsigned digestSize)
in GetColumnWidth()
function
329
const int numSpaces = (int)
GetColumnWidth
(h.DigestSize) - (int)pos;
in AddHashResultLine()
/third_party/mesa3d/src/imgui/
H
A
D
imgui.h
559
IMGUI_API float
GetColumnWidth
(int column_index = -1); // get column width (in pixels). pass -1 to use current column
H
A
D
imgui.cpp
8183
PushItemWidth(
GetColumnWidth
() * 0.65f); // FIXME: Move on columns setup
in NextColumn()
8255
float ImGui::
GetColumnWidth
(int column_index)
in GetColumnWidth()
function in ImGui
8382
PushItemWidth(
GetColumnWidth
() * 0.65f);
in BeginColumns()
/third_party/skia/third_party/externals/imgui/
H
A
D
imgui.h
780
IMGUI_API float
GetColumnWidth
(int column_index = -1); // get column width (in pixels). pass -1 to use current column
H
A
D
imgui_demo.cpp
3056
ImGui::Text("Width %.2f", ImGui::
GetColumnWidth
());
in ShowDemoWindowLayout()
5359
ImGui::Text("Width %.2f", ImGui::
GetColumnWidth
());
H
A
D
imgui_tables.cpp
3618
// -
GetColumnWidth
()
3714
float ImGui::
GetColumnWidth
(int column_index)
Completed in 56 milliseconds