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:fFrames
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/tools/skpbench/
H
A
D
skpbench.cpp
95
Sample() :
fFrames
(0), fDuration(0) {}
in Sample()
98
double value() const { return FLAGS_fps ?
fFrames
/ this->seconds() : this->ms() /
fFrames
; }
in value()
101
int
fFrames
;
member
167
MultiFrameSkp(const std::vector<SkDocumentPage>& frames) :
fFrames
(frames){}
in MultiFrameSkp()
204
sk_sp<SkPicture> frame(int n) const { return
fFrames
[n].fPicture; }
in frame()
206
int count() const { return
fFrames
.size(); }
in count()
208
std::vector<SkDocumentPage>
fFrames
;
member in ExitErr::MultiFrameSkp
249
sample->
fFrames
++;
in ddl_sample()
365
sample.
fFrames
in run_benchmark()
[all...]
/third_party/skia/src/codec/
H
A
D
SkWebpCodec.h
83
return static_cast<int>(
fFrames
.size());
in size()
86
fFrames
.reserve(size);
in reserve()
93
std::vector<Frame>
fFrames
;
member in final::FrameHolder
H
A
D
SkWuffsCodec.cpp
281
std::vector<SkWuffsFrame>
fFrames
;
member in final
390
if ((0 <= i) && (static_cast<size_t>(i) <
fFrames
.size())) {
in frame()
391
return &
fFrames
[i];
in frame()
735
if (fFramesComplete && (static_cast<size_t>(options().fFrameIndex) ==
fFrames
.size() - 1)) {
in onIncrementalDecodeTwoPass()
779
return
fFrames
.size();
in onGetFrameCount()
783
size_t n =
fFrames
.size();
in onGetFrameCountInternal()
801
if (static_cast<size_t>(i) <
fFrames
.size()) {
in onGetFrameCountInternal()
804
fFrames
.emplace_back(&fFrameConfigs[WhichDecoder::kIncrDecode]);
in onGetFrameCountInternal()
805
SkWuffsFrame* f = &
fFrames
[
fFrames
in onGetFrameCountInternal()
[all...]
H
A
D
SkHeifCodec.h
125
return static_cast<int>(
fFrames
.size());
in size()
128
fFrames
.reserve(size);
in reserve()
135
std::vector<Frame>
fFrames
;
member in SkHeifCodec::FrameHolder
H
A
D
SkHeifCodec.cpp
340
fFrames
.emplace_back(i); // TODO: need to handle frame duration here
in appendNewFrame()
341
return &
fFrames
[i];
in appendNewFrame()
346
return &
fFrames
[i];
in frame()
351
return &
fFrames
[i];
in editFrameAt()
H
A
D
SkWebpCodec.cpp
193
fFrames
.emplace_back(i, hasAlpha ? SkEncodedInfo::kUnpremul_Alpha
in appendNewFrame()
195
return &
fFrames
[i];
in appendNewFrame()
283
return &
fFrames
[i];
in frame()
/third_party/skia/gm/
H
A
D
animated_gif.cpp
39
std::vector<SkBitmap>
fFrames
;
member in AnimatedGifGM
43
if (frameIndex >= (int)
fFrames
.size()) {
in drawFrame()
44
fFrames
.resize(frameIndex + 1);
in drawFrame()
46
SkBitmap& bm =
fFrames
[frameIndex];
in drawFrame()
56
&& static_cast<size_t>(requiredFrame) <
fFrames
.size());
in drawFrame()
57
SkBitmap& requiredBitmap =
fFrames
[requiredFrame];
in drawFrame()
Completed in 6 milliseconds