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:fMat_
(Results
1 - 3
of
3
) sorted by relevance
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H
A
D
matrix.cpp
57
fMat_
[IMAGE_SCALEX] = cosValue;
in SetSinCos()
58
fMat_
[IMAGE_SKEWX] = -sinValue;
in SetSinCos()
59
fMat_
[IMAGE_TRANSX] = sinValue * py + reverseCosValue * px;
in SetSinCos()
61
fMat_
[IMAGE_SKEWY] = sinValue;
in SetSinCos()
62
fMat_
[IMAGE_SCALEY] = cosValue;
in SetSinCos()
63
fMat_
[IMAGE_TRANSY] = -sinValue * px + reverseCosValue * py;
in SetSinCos()
65
fMat_
[IMAGE_PERSP0] =
fMat_
[IMAGE_PERSP1] = 0;
in SetSinCos()
66
fMat_
[IMAGE_PERSP2] = 1;
in SetSinCos()
81
SetTranslateAndScale(
fMat_
[IMAGE_TRANS
in SetConcat()
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H
A
D
matrix.h
110
:
fMat_
{ sx, kx, tx, ky, sy, ty, p0, p1, p2 }, operType_(operType) {}
in Matrix()
156
return
fMat_
[IMAGE_SCALEX];
in GetScaleX()
161
return
fMat_
[IMAGE_SCALEY];
in GetScaleY()
166
return
fMat_
[IMAGE_TRANSX];
in GetTransX()
171
return
fMat_
[IMAGE_TRANSY];
in GetTranY()
176
return
fMat_
[IMAGE_SKEWX];
in GetSkewX()
181
return
fMat_
[IMAGE_SKEWY];
in GetSkewY()
187
/** The
fMat_
elements
192
float
fMat_
[MATIRX_ITEM_NUM];
member in OHOS::Media::Matrix
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H
A
D
basic_transformer_test.cpp
93
basicTransformer.matrix_.
fMat_
[IMAGE_SCALEX] = 1;
in HWTEST_F()
95
basicTransformer.matrix_.
fMat_
[IMAGE_SCALEY] = 1;
in HWTEST_F()
117
basicTransformer.matrix_.
fMat_
[IMAGE_SCALEX] = 1;
in HWTEST_F()
119
basicTransformer.matrix_.
fMat_
[IMAGE_SCALEY] = 1;
in HWTEST_F()
Completed in 2 milliseconds