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:onRewind
(Results
1 - 14
of
14
) sorted by relevance
/third_party/skia/src/codec/
H
A
D
SkWbmpCodec.h
30
bool
onRewind
() override;
H
A
D
SkBmpCodec.h
52
bool
onRewind
() override;
H
A
D
SkJpegCodec.h
58
bool
onRewind
() override;
H
A
D
SkHeifCodec.h
65
bool
onRewind
() override;
H
A
D
SkPngCodec.h
53
bool
onRewind
() override;
H
A
D
SkWbmpCodec.cpp
88
bool SkWbmpCodec::
onRewind
() {
in onRewind()
function in SkWbmpCodec
H
A
D
SkHeifCodec.cpp
468
bool SkHeifCodec::
onRewind
() {
in onRewind()
function in SkHeifCodec
H
A
D
SkBmpCodec.cpp
616
bool SkBmpCodec::
onRewind
() {
in onRewind()
function in SkBmpCodec
H
A
D
SkCodec.cpp
255
return this->
onRewind
();
in rewindIfNeeded()
H
A
D
SkJpegCodec.cpp
348
bool SkJpegCodec::
onRewind
() {
in onRewind()
function in SkJpegCodec
351
return fDecoderMgr->returnFalse("
onRewind
");
in onRewind()
H
A
D
SkPngCodec.cpp
1029
// Reset fSwizzler and this->colorXform(). We can't do this in
onRewind
() because the
in initializeXforms()
1137
bool SkPngCodec::
onRewind
() {
in onRewind()
function in SkPngCodec
/third_party/skia/third_party/externals/libgifcodec/
H
A
D
SkLibGifCodec.h
52
bool
onRewind
() override;
H
A
D
SkLibGifCodec.cpp
97
bool SkLibGifCodec::
onRewind
() {
in onRewind()
function in SkLibGifCodec
/third_party/skia/include/codec/
H
A
D
SkCodec.h
789
* If the stream needed to be rewound, call
onRewind
.
803
virtual bool
onRewind
() {
in onRewind()
function in SkCodec
Completed in 13 milliseconds