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:TransformType
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/modules/skottie/src/
H
A
D
Layer.h
40
enum
TransformType
: uint8_t {
59
TransformType
);
62
TransformType
);
65
TransformType
);
H
A
D
Layer.cpp
332
const auto transform_chain_type = this->is3D() ?
TransformType
::k3D
in buildTransform()
333
:
TransformType
::k2D;
in buildTransform()
341
TransformType
ttype) {
in getTransform()
359
TransformType
ttype) {
in getParentTransform()
365
if (ttype ==
TransformType
::k3D) {
in getParentTransform()
379
TransformType
ttype) {
in doAttachTransform()
/third_party/ffmpeg/libavcodec/
H
A
D
cfhd.h
40
TransformType
= 10,
enumerator
H
A
D
webp.c
112
enum
TransformType
{
enum
212
enum
TransformType
transforms[4]; /* transformations used in the image, in order */
1135
enum
TransformType
transform = get_bits(&s->gb, 2);
in vp8_lossless_decode_frame()
H
A
D
cfhdenc.c
565
bytestream2_put_be16(pby,
TransformType
);
in cfhd_encode_frame()
H
A
D
cfhd.c
501
} else if (tag ==
TransformType
) {
in cfhd_decode()
/third_party/ffmpeg/libavfilter/
H
A
D
af_biquads.c
101
enum
TransformType
{
enum
Completed in 10 milliseconds