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:glyph_length
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/cid/
H
A
D
cidgload.c
55
FT_ULong
glyph_length
= 0;
in FT_CALLBACK_DEF()
local
85
glyph_length
= glyph_data.length - cid->fd_bytes;
in FT_CALLBACK_DEF()
87
if ( !FT_QALLOC( charstring,
glyph_length
) )
in FT_CALLBACK_DEF()
89
glyph_length
);
in FT_CALLBACK_DEF()
129
glyph_length
= off2 - off1;
in FT_CALLBACK_DEF()
131
if (
glyph_length
== 0 ||
in FT_CALLBACK_DEF()
132
FT_QALLOC( charstring,
glyph_length
) ||
in FT_CALLBACK_DEF()
134
charstring,
glyph_length
) )
in FT_CALLBACK_DEF()
162
if ( cs_offset >
glyph_length
)
in FT_CALLBACK_DEF()
171
psaux->t1_decrypt( charstring,
glyph_length
, 433
in FT_CALLBACK_DEF()
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
hb-ot-color-sbix-table.hh
116
unsigned int
glyph_length
= imageOffsetsZ[glyph_id + 1] - imageOffsetsZ[glyph_id] - SBIXGlyph::min_size;
in get_glyph_blob()
local
122
if (
glyph_length
>= 2)
in get_glyph_blob()
137
return hb_blob_create_sub_blob (sbix_blob, glyph_offset,
glyph_length
);
in get_glyph_blob()
H
A
D
hb-ot-glyf-table.hh
581
unsigned int
glyph_length
= length (instructions_len);
in drop_hints_bytes()
local
582
dest_start = bytes.sub_array (0,
glyph_length
- instructions_len);
in drop_hints_bytes()
583
dest_end = bytes.sub_array (
glyph_length
, bytes.length -
glyph_length
);
in drop_hints_bytes()
Completed in 4 milliseconds