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:SkStreamSeekable
(Results
1 - 9
of
9
) sorted by relevance
/third_party/skia/src/utils/
H
A
D
SkMultiPictureDocument.h
19
class
SkStreamSeekable
;
35
SK_SPI int SkMultiPictureDocumentReadPageCount(
SkStreamSeekable
* src);
42
SK_SPI bool SkMultiPictureDocumentRead(
SkStreamSeekable
* src,
H
A
D
SkMultiPictureDocument.cpp
114
int SkMultiPictureDocumentReadPageCount(
SkStreamSeekable
* stream) {
in SkMultiPictureDocumentReadPageCount()
137
bool SkMultiPictureDocumentReadPageSizes(
SkStreamSeekable
* stream,
in SkMultiPictureDocumentReadPageSizes()
188
bool SkMultiPictureDocumentRead(
SkStreamSeekable
* stream,
in SkMultiPictureDocumentRead()
H
A
D
SkMultiPictureDocumentPriv.h
17
bool SkMultiPictureDocumentReadPageSizes(
SkStreamSeekable
* src,
/third_party/skia/tools/viewer/
H
A
D
MSKPSlide.h
14
class
SkStreamSeekable
;
19
MSKPSlide(const SkString& name, std::unique_ptr<
SkStreamSeekable
>);
33
std::unique_ptr<
SkStreamSeekable
> fStream;
H
A
D
MSKPSlide.cpp
19
MSKPSlide::MSKPSlide(const SkString& name, std::unique_ptr<
SkStreamSeekable
> stream)
in MSKPSlide()
/third_party/skia/include/core/
H
A
D
SkStream.h
20
class
SkStreamSeekable
;
124
//
SkStreamSeekable
174
/**
SkStreamSeekable
is a SkStreamRewindable for which position, seek, move, and fork are required. */
175
class SK_API
SkStreamSeekable
: public SkStreamRewindable {
class
177
std::unique_ptr<
SkStreamSeekable
> duplicate() const {
in duplicate()
178
return std::unique_ptr<
SkStreamSeekable
>(this->onDuplicate());
in duplicate()
186
std::unique_ptr<
SkStreamSeekable
> fork() const {
in fork()
187
return std::unique_ptr<
SkStreamSeekable
>(this->onFork());
in fork()
190
SkStreamSeekable
* onDuplicate() const override = 0;
191
SkStreamSeekable
* onFor
[all...]
/third_party/skia/tools/
H
A
D
MSKPPlayer.h
19
class
SkStreamSeekable
;
31
static std::unique_ptr<MSKPPlayer> Make(
SkStreamSeekable
* stream);
H
A
D
MSKPPlayer.cpp
384
std::unique_ptr<MSKPPlayer> MSKPPlayer::Make(
SkStreamSeekable
* stream) {
in Make()
/third_party/skia/bench/
H
A
D
nanobench.cpp
687
std::unique_ptr<
SkStreamSeekable
> stream = SkStream::MakeFromFile(path);
in ReadMSKP()
Completed in 6 milliseconds