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:was_packed
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/imgui/
H
A
D
imstb_rectpack.h
93
// Rectangles which are successfully packed have the '
was_packed
' flag
97
// have the '
was_packed
' flag set to 0.
123
int
was_packed
; // non-zero if valid packing
member
540
return (p->
was_packed
< q->
was_packed
) ? -1 : (p->
was_packed
> q->
was_packed
);
in rect_original_order()
553
// we use the '
was_packed
' field internally to allow sorting/unsorting
in stbrp_pack_rects()
555
rects[i].
was_packed
= i;
in stbrp_pack_rects()
578
// set
was_packed
flag
in stbrp_pack_rects()
[all...]
H
A
D
imstb_truetype.h
3754
int id,w,h,
was_packed
;
3780
rects[i].
was_packed
= 1;
3786
rects[i].
was_packed
= 0;
4066
if (r->
was_packed
&& r->w != 0 && r->h != 0) {
H
A
D
imgui_draw.cpp
1957
if (src_tmp.Rects[glyph_i].
was_packed
)
in ImFontAtlasBuildWithStbTruetype()
1986
if (r->
was_packed
)
in ImFontAtlasBuildWithStbTruetype()
2085
if (pack_rects[i].
was_packed
)
in ImFontAtlasBuildPackCustomRects()
/third_party/skia/third_party/externals/imgui/
H
A
D
imstb_rectpack.h
95
// Rectangles which are successfully packed have the '
was_packed
' flag
99
// have the '
was_packed
' flag set to 0.
125
int
was_packed
; // non-zero if valid packing
member
549
return (p->
was_packed
< q->
was_packed
) ? -1 : (p->
was_packed
> q->
was_packed
);
in rect_original_order()
562
// we use the '
was_packed
' field internally to allow sorting/unsorting
in stbrp_pack_rects()
564
rects[i].
was_packed
= i;
in stbrp_pack_rects()
587
// set
was_packed
flag
in stbrp_pack_rects()
[all...]
H
A
D
imstb_truetype.h
3754
int id,w,h,
was_packed
;
3780
rects[i].
was_packed
= 1;
3786
rects[i].
was_packed
= 0;
4066
if (r->
was_packed
&& r->w != 0 && r->h != 0) {
H
A
D
imgui_draw.cpp
2508
if (src_tmp.Rects[glyph_i].
was_packed
)
in ImFontAtlasBuildWithStbTruetype()
2537
if (r->
was_packed
)
in ImFontAtlasBuildWithStbTruetype()
2631
if (pack_rects[i].
was_packed
)
in ImFontAtlasBuildPackCustomRects()
/third_party/skia/third_party/externals/imgui/misc/freetype/
H
A
D
imgui_freetype.cpp
597
if (src_tmp.Rects[glyph_i].
was_packed
)
in ImFontAtlasBuildWithFreeTypeEx()
643
IM_ASSERT(pack_rect.
was_packed
);
in ImFontAtlasBuildWithFreeTypeEx()
/third_party/glfw/deps/
H
A
D
nuklear.h
10571
int
was_packed
;
member
10860
return (p->
was_packed
< q->
was_packed
) ? -1 : (p->
was_packed
> q->
was_packed
);
in nk_rect_original_order()
10895
/* we use the '
was_packed
' field internally to allow sorting/unsorting */
in nk_rp_pack_rects()
10897
rects[i].
was_packed
= i;
in nk_rp_pack_rects()
10916
/* set
was_packed
flags */
in nk_rp_pack_rects()
10918
rects[i].
was_packed
= !(rects[i].x == NK_RP__MAXVAL && rects[i].y == NK_RP__MAXVAL);
in nk_rp_pack_rects()
12504
if (r->
was_packed
)
in nk_tt_PackFontRangesRenderIntoRects()
[all...]
Completed in 61 milliseconds