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:fIOBuffer
(Results
1 - 1
of
1
) sorted by relevance
/third_party/skia/src/codec/
H
A
D
SkWuffsCodec.cpp
267
wuffs_base__io_buffer
fIOBuffer
;
member in final
365
fIOBuffer
(wuffs_base__empty_io_buffer()),
380
// Initialize
fIOBuffer
's fields, copying any outstanding data from iobuf to
381
//
fIOBuffer
, as iobuf's backing array may not be valid for the lifetime of
382
// this SkWuffsCodec object, but
fIOBuffer
's backing array (fBuffer) is.
385
fIOBuffer
.data = wuffs_base__make_slice_u8(fBuffer, SK_WUFFS_CODEC_BUFFER_SIZE);
386
fIOBuffer
.meta = iobuf.meta;
855
if (!seek_buffer(&
fIOBuffer
, fStream.get(), pos)) {
in seekFrame()
859
fDecoders[which]->restart_frame(frameIndex,
fIOBuffer
.reader_io_position());
in seekFrame()
870
fIOBuffer
in resetDecoder()
[all...]
Completed in 2 milliseconds