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:segcount
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
hb-ot-cmap-table.hh
169
unsigned
segcount
)
in serialize_idDelta_array()
176
if ((char *)idDelta - (char *)startCode != (int)
segcount
* (int) HBINT16::static_size)
in serialize_idDelta_array()
219
unsigned
segcount
)
in serialize_rangeoffset_glyid()
224
HBUINT16 *idRangeOffset = c->allocate_size<HBUINT16> (HBUINT16::static_size *
segcount
);
in serialize_rangeoffset_glyid()
226
if (unlikely ((char *)idRangeOffset - (char *)idDelta != (int)
segcount
* (int) HBINT16::static_size)) return nullptr;
in serialize_rangeoffset_glyid()
228
for (unsigned i : + hb_range (
segcount
)
in serialize_rangeoffset_glyid()
264
unsigned
segcount
= (c->length () - min_size) / HBUINT16::static_size;
in serialize()
local
274
HBINT16 *idDelta = serialize_idDelta_array (c, format4_iter, endCode, startCode,
segcount
);
in serialize()
277
HBUINT16 *idRangeOffset = serialize_rangeoffset_glyid (c, format4_iter, endCode, startCode, idDelta,
segcount
);
in serialize()
291
this->segCountX2 =
segcount
*
in serialize()
[all...]
/third_party/mesa3d/src/imgui/
H
A
D
imstb_truetype.h
1482
stbtt_uint16
segcount
= ttUSHORT(data+index_map+6) >> 1;
in stbtt_FindGlyphIndex()
local
1516
start = ttUSHORT(data + index_map + 14 +
segcount
*2 + 2 + 2*item);
in stbtt_FindGlyphIndex()
1520
offset = ttUSHORT(data + index_map + 14 +
segcount
*6 + 2 + 2*item);
in stbtt_FindGlyphIndex()
1522
return (stbtt_uint16) (unicode_codepoint + ttSHORT(data + index_map + 14 +
segcount
*4 + 2 + 2*item));
in stbtt_FindGlyphIndex()
1524
return ttUSHORT(data + offset + (unicode_codepoint-start)*2 + index_map + 14 +
segcount
*6 + 2 + 2*item);
in stbtt_FindGlyphIndex()
/third_party/skia/third_party/externals/imgui/
H
A
D
imstb_truetype.h
1482
stbtt_uint16
segcount
= ttUSHORT(data+index_map+6) >> 1;
in stbtt_FindGlyphIndex()
local
1516
start = ttUSHORT(data + index_map + 14 +
segcount
*2 + 2 + 2*item);
in stbtt_FindGlyphIndex()
1520
offset = ttUSHORT(data + index_map + 14 +
segcount
*6 + 2 + 2*item);
in stbtt_FindGlyphIndex()
1522
return (stbtt_uint16) (unicode_codepoint + ttSHORT(data + index_map + 14 +
segcount
*4 + 2 + 2*item));
in stbtt_FindGlyphIndex()
1524
return ttUSHORT(data + offset + (unicode_codepoint-start)*2 + index_map + 14 +
segcount
*6 + 2 + 2*item);
in stbtt_FindGlyphIndex()
/third_party/glfw/deps/
H
A
D
nuklear.h
11191
nk_ushort
segcount
= nk_ttUSHORT(data+index_map+6) >> 1;
in nk_tt_FindGlyphIndex()
local
11225
start = nk_ttUSHORT(data + index_map + 14 +
segcount
*2 + 2 + 2*item);
in nk_tt_FindGlyphIndex()
11229
offset = nk_ttUSHORT(data + index_map + 14 +
segcount
*6 + 2 + 2*item);
in nk_tt_FindGlyphIndex()
11231
return (nk_ushort) (unicode_codepoint + nk_ttSHORT(data + index_map + 14 +
segcount
*4 + 2 + 2*item));
in nk_tt_FindGlyphIndex()
11233
return nk_ttUSHORT(data + offset + (unicode_codepoint-start)*2 + index_map + 14 +
segcount
*6 + 2 + 2*item);
in nk_tt_FindGlyphIndex()
Completed in 66 milliseconds