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:requiredFrame
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/src/utils/
H
A
D
SkAnimCodecPlayer.cpp
78
const int
requiredFrame
= fFrameInfos[index].fRequiredFrame;
in getFrameAt()
local
79
if (
requiredFrame
!= SkCodec::kNoFrame && fImages[
requiredFrame
]) {
in getFrameAt()
80
auto requiredImage = fImages[
requiredFrame
];
in getFrameAt()
95
opts.fPriorFrame =
requiredFrame
;
in getFrameAt()
/third_party/skia/gm/
H
A
D
animated_gif.cpp
53
const int
requiredFrame
= fFrameInfos[frameIndex].fRequiredFrame;
in drawFrame()
local
54
if (
requiredFrame
!= SkCodec::kNoFrame) {
in drawFrame()
55
SkASSERT(
requiredFrame
>= 0
in drawFrame()
56
&& static_cast<size_t>(
requiredFrame
) < fFrames.size());
in drawFrame()
57
SkBitmap& requiredBitmap = fFrames[
requiredFrame
];
in drawFrame()
61
opts.fPriorFrame =
requiredFrame
;
in drawFrame()
/third_party/skia/src/codec/
H
A
D
SkCodec.cpp
334
const int
requiredFrame
= frame->getRequiredFrame();
in handleFrameIndex()
local
335
if (
requiredFrame
!= kNoFrame) {
in handleFrameIndex()
343
prevFrameOptions.fFrameIndex =
requiredFrame
;
in handleFrameIndex()
348
prevFrameOptions.fFrameIndex =
requiredFrame
;
in handleFrameIndex()
354
preppedFrame = frameHolder->getFrame(
requiredFrame
);
in handleFrameIndex()
359
if (options.fPriorFrame <
requiredFrame
|| options.fPriorFrame >= index) {
in handleFrameIndex()
376
if (preppedFrame->frameId() ==
requiredFrame
) {
in handleFrameIndex()
Completed in 3 milliseconds