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:SortOrder
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/imgui/
H
A
D
imgui_tables.cpp
765
if (column->
SortOrder
!= -1 && !column->IsEnabled)
in TableUpdateLayout()
767
if (column->
SortOrder
> 0 && !(table->Flags & ImGuiTableFlags_SortMulti))
in TableUpdateLayout()
1036
if (column->
SortOrder
!= -1)
in TableUpdateLayout()
1452
column->
SortOrder
= 0; // Multiple columns using _DefaultSort will be reassigned unique
SortOrder
values when building the sort specs.
in TableSetupColumn()
2628
if (column->
SortOrder
== -1 || (column->SortDirectionsAvailMask & (1 << column->SortDirection)) != 0)
in TableFixColumnSortDirection()
2641
if (column->
SortOrder
== -1)
in TableGetColumnNextSortDirection()
2665
sort_order_max = ImMax(sort_order_max, table->Columns[other_column_n].
SortOrder
);
in TableSetColumnSortDirection()
2670
column->
SortOrder
= -1;
in TableSetColumnSortDirection()
2671
else if (column->
SortOrder
in TableSetColumnSortDirection()
[all...]
H
A
D
imgui_internal.h
2153
ImGuiTableColumnIdx
SortOrder
; // Index of this column within sort specs, -1 if not sorting on this column, 0 for single-sort, may be >0 on multi-sort
2180
SortOrder
= -1;
2335
ImGuiTableColumnIdx
SortOrder
;
2345
DisplayOrder =
SortOrder
= -1;
H
A
D
imgui.h
2034
ImS16
SortOrder
; // Index within parent ImGuiTableSortSpecs (always stored in order starting from 0, tables sorted on a single criteria will always have a 0 here)
member
/third_party/vk-gl-cts/modules/egl/
H
A
D
teglChooseConfigReference.cpp
56
enum
SortOrder
enum
70
SortOrder
sortOrder;
80
AttribRule (EGLenum name_, EGLint value_, Criteria criteria_,
SortOrder
sortOrder_)
in AttribRule()
Completed in 23 milliseconds