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:dest_start
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
hb-ot-glyf-table.hh
224
subset_glyph.
dest_start
= subset_glyph.source_glyph.get_bytes ();
in _populate_subset_glyphs()
578
void drop_hints_bytes (hb_bytes_t &
dest_start
, hb_bytes_t &dest_end) const
in drop_hints_bytes()
582
dest_start
= bytes.sub_array (0, glyph_length - instructions_len);
in drop_hints_bytes()
708
void drop_hints_bytes (hb_bytes_t &
dest_start
) const
in drop_hints_bytes()
709
{
dest_start
= bytes.sub_array (0, bytes.length - instructions_length (bytes)); }
in drop_hints_bytes()
754
void drop_hints_bytes (hb_bytes_t &
dest_start
, hb_bytes_t &dest_end) const
in drop_hints_bytes()
757
case COMPOSITE: CompositeGlyph (*header, bytes).drop_hints_bytes (
dest_start
); return;
in drop_hints_bytes()
758
case SIMPLE: SimpleGlyph (*header, bytes).drop_hints_bytes (
dest_start
, dest_end); return;
in drop_hints_bytes()
1268
hb_bytes_t
dest_start
; /* region of source_glyph to copy first */
member
1276
hb_bytes_t dest_glyph =
dest_start
in serialize()
[all...]
/third_party/mesa3d/src/panfrost/shared/
H
A
D
pan_tiling.c
137
*
dest_start
precomputes the offset to the beginning of the first horizontal
176
uint8_t *
dest_start
= dst + ((sx >> 4) * PIXELS_PER_TILE * sizeof(pixel_t)); \
178
uint8_t *dest = (uint8_t *) (
dest_start
+ ((y >> 4) * dst_stride)); \
/third_party/ffmpeg/libavcodec/
H
A
D
xan.c
123
uint8_t *
dest_start
= dest;
in xan_huffman_decode()
local
147
return dest -
dest_start
;
in xan_huffman_decode()
Completed in 4 milliseconds