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:source_blob
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
hb-subset.cc
160
hb_blob_t *
source_blob
= hb_sanitize_context_t ().reference_table<TableType> (plan->source);
in _subset()
local
161
const TableType *table =
source_blob
->as<TableType> ();
in _subset()
164
if (!
source_blob
->data)
in _subset()
168
hb_blob_destroy (
source_blob
);
in _subset()
175
unsigned buf_size = _plan_estimate_subset_table_size (plan,
source_blob
->length);
in _subset()
181
hb_blob_destroy (
source_blob
);
in _subset()
188
hb_subset_context_t c (
source_blob
, plan, &serializer, tag);
in _subset()
191
hb_blob_destroy (
source_blob
);
in _subset()
H
A
D
hb-subset-plan.hh
189
hb_blob_t *
source_blob
= source->reference_table (tag);
in add_table()
local
193
hb_blob_get_length (
source_blob
));
in add_table()
194
hb_blob_destroy (
source_blob
);
in add_table()
H
A
D
hb-subset.hh
57
hb_blob_t *
source_blob
;
member
66
source_blob
(source_blob_),
in hb_subset_context_t()
H
A
D
hb-ot-color-sbix-table.hh
345
if (strikes[i].is_null () || c->
source_blob
->length < (unsigned) strikes[i])
in add_strike()
348
return (this+strikes[i]).subset (c, c->
source_blob
->length - (unsigned) strikes[i]);
in add_strike()
H
A
D
hb-ot-var-gvar-table.hh
428
subset_data_size += get_glyph_var_data_bytes (c->
source_blob
, old_gid).length;
in subset()
460
? get_glyph_var_data_bytes (c->
source_blob
, old_gid)
in subset()
Completed in 5 milliseconds