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:rotateDegree_
(Results
1 - 9
of
9
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H
A
D
rs_magnifier_shader_filter.cpp
61
magnifierFilter->SetParam("ROTATEDEGREE",
rotateDegree_
);
in GenerateGEVisualEffect()
75
rotateDegree_
= 90; // 90 represents rotate degree
in SetMagnifierOffset()
82
rotateDegree_
= 180; // 180 represents rotate degree
in SetMagnifierOffset()
89
rotateDegree_
= 270; // 270 represents rotate degree
in SetMagnifierOffset()
95
rotateDegree_
= 0;
in SetMagnifierOffset()
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H
A
D
ge_magnifier_shader_filter.cpp
47
magnifierPara_->
rotateDegree_
= params.rotateDegree;
in GEMagnifierShaderFilter()
59
matrix.Rotate(magnifierPara_->
rotateDegree_
, src.GetLeft() + src.GetWidth() / 2.0f,
in ProcessImage()
72
invMatrix.Rotate(-magnifierPara_->
rotateDegree_
, src.GetLeft() + src.GetWidth() / 2.0f,
in ProcessImage()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H
A
D
rs_magnifier_shader_filter.h
43
int32_t
rotateDegree_
= 0;
member in OHOS::Rosen::RSMagnifierShaderFilter
/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H
A
D
boot_compile_progress.h
47
int32_t
rotateDegree_
= 0;
member in OHOS::BootCompileProgress
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/
H
A
D
ge_magnifier_shader_filter.h
53
int32_t
rotateDegree_
= 0;
member in OHOS::Rosen::GEMagnifierParams
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H
A
D
boot_compile_progress.cpp
68
rotateDegree_
= config.rotateDegree;
in Init()
101
rsSurfaceNode_->SetRotation(
rotateDegree_
);
in CreateCanvasNode()
/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H
A
D
render_text_overlay.h
95
float
rotateDegree_
= 0.0f;
member in OHOS::Ace::RenderTextOverlay
H
A
D
rosen_render_text_overlay.cpp
413
canvas->rotate(
rotateDegree_
);
in PaintMore()
448
canvas->Rotate(
rotateDegree_
);
in PaintMore()
H
A
D
render_text_overlay.cpp
1139
rotateDegree_
= ROTATE_DEGREE * value;
in ProcessFrictionAnimation()
Completed in 6 milliseconds