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:rotateDegrees
(Results
1 - 15
of
15
) sorted by relevance
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H
A
D
post_proc_test.cpp
65
decodeOpts.
rotateDegrees
= 90;
in HWTEST_F()
102
decodeOpts.
rotateDegrees
= 90;
in HWTEST_F()
140
decodeOpts.
rotateDegrees
= 90;
in HWTEST_F()
178
decodeOpts.
rotateDegrees
= 90;
in HWTEST_F()
215
decodeOpts.
rotateDegrees
= 90;
in HWTEST_F()
254
decodeOpts.
rotateDegrees
= 90;
in HWTEST_F()
293
decodeOpts.
rotateDegrees
= 90;
in HWTEST_F()
332
decodeOpts.
rotateDegrees
= 90;
in HWTEST_F()
454
decodeOpts.
rotateDegrees
= 90;
in HWTEST_F()
583
decodeOpts.
rotateDegrees
in HWTEST_F()
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H
A
D
image_source_webp_test.cpp
394
decodeOpts.
rotateDegrees
= 180;
in HWTEST_F()
588
decodeOpts.
rotateDegrees
= 90;
in HWTEST_F()
612
decodeOpts.
rotateDegrees
= 180;
in HWTEST_F()
642
decodeOpts.
rotateDegrees
= 180;
in HWTEST_F()
H
A
D
image_source_heif_test.cpp
249
decodeOpts.
rotateDegrees
= 90;
in HWTEST_F()
826
decodeOpts.
rotateDegrees
= 90;
in HWTEST_F()
H
A
D
image_source_test.cpp
1214
opt.
rotateDegrees
= 1;
in HWTEST_F()
1217
opt.
rotateDegrees
= 0;
in HWTEST_F()
H
A
D
image_source_jpeg_test.cpp
270
decodeOpts.
rotateDegrees
= 90;
in HWTEST_F()
1043
decodeOpts.
rotateDegrees
= 90;
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/
H
A
D
image_type.h
167
float
rotateDegrees
= 0;
member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H
A
D
post_proc.h
37
bool RotatePixelMap(float
rotateDegrees
, PixelMap &pixelMap);
/foundation/multimedia/image_framework/plugins/manager/include/image/
H
A
D
abs_image_decoder.h
109
float
rotateDegrees
= 0;
member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H
A
D
post_proc.cpp
89
bool isNeedRotate = !ImageUtils::FloatCompareZero(opts.
rotateDegrees
);
in DecodePostProc()
91
if (!RotatePixelMap(opts.
rotateDegrees
, pixelMap)) {
in DecodePostProc()
584
bool PostProc::RotatePixelMap(float
rotateDegrees
, PixelMap &pixelMap)
in RotatePixelMap()
argument
590
trans.SetRotateParam(
rotateDegrees
, static_cast<float>(input.imageInfo.size.width) * FHALF,
in RotatePixelMap()
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H
A
D
image_type.h
311
float
rotateDegrees
= 0;
member
/foundation/multimedia/image_framework/frameworks/kits/cj/include/
H
A
D
image_ffi.h
57
float
rotateDegrees
;
member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H
A
D
image_source.cpp
1029
//
rotateDegrees
and rotateNewDegrees
1030
if (!ImageUtils::FloatCompareZero(opts_.
rotateDegrees
)) {
1031
pixelMap->rotate(opts_.
rotateDegrees
);
1048
options.rotate = opts.
rotateDegrees
;
1073
options.rotate = opts.
rotateDegrees
;
2382
plOpts.
rotateDegrees
= opts.
rotateDegrees
;
2412
procOpts.
rotateDegrees
= opts.
rotateDegrees
;
2628
bool rotateChange = !ImageUtils::FloatCompareZero(opts.
rotateDegrees
);
[all...]
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H
A
D
sendable_image_source_napi.cpp
457
opts->
rotateDegrees
= static_cast<float>(opts->rotateNewDegrees);
in ParseDecodeOptions()
/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H
A
D
image_ffi.cpp
420
decodeOpts.
rotateDegrees
= opts.
rotateDegrees
;
in ParseCDecodingOptions()
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H
A
D
image_source_napi.cpp
1123
opts->
rotateDegrees
= static_cast<float>(opts->rotateNewDegrees);
in ParseDecodeOptions()
Completed in 33 milliseconds