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:SetPivotY
(Results
1 - 18
of
18
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H
A
D
rs_node_animate_supplement_test.cpp
258
node->
SetPivotY
(100.0f);
in HWTEST_F()
262
node->
SetPivotY
(100.0f);
in HWTEST_F()
267
node->
SetPivotY
(10.0f);
in HWTEST_F()
269
node->
SetPivotY
(10.0f);
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H
A
D
rs_obj_geometry.h
96
void
SetPivotY
(float y)
in SetPivotY()
function in OHOS::Rosen::RSObjGeometry
113
SetPivotY
(y);
in SetPivot()
/foundation/window/window_manager/window_scene/session/screen/include/
H
A
D
screen_property.h
60
void
SetPivotY
(float pivotY);
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rsnode_fuzzer/
H
A
D
rsnode_fuzzer.cpp
124
surfaceNode->
SetPivotY
(GetData<float>());
in RSNodeFuzzTestInner01()
/foundation/window/window_manager/window_scene/session/screen/src/
H
A
D
screen_property.cpp
92
void ScreenProperty::
SetPivotY
(float pivotY)
in SetPivotY()
function in OHOS::Rosen::ScreenProperty
H
A
D
screen_session.cpp
248
displayInfo->
SetPivotY
(property_.GetPivotY());
in ConvertToDisplayInfo()
339
property_.
SetPivotY
(pivotY);
in SetScreenScale()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsproperty_fuzzer/
H
A
D
rsproperty_fuzzer.cpp
125
properties.
SetPivotY
(pivotY);
in RSPropertiesFuzzTestInner01()
/foundation/window/window_manager/wmserver/src/
H
A
D
display_zoom_controller.cpp
343
surfaceNode->
SetPivotY
(trans.pivotY_);
in TransformSurfaceNode()
H
A
D
window_layout_policy.cpp
643
surfaceNode->
SetPivotY
(0.5); // 0.5 means center
in AdjustFixedOrientationRSSurfaceNode()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H
A
D
rs_node.h
210
void
SetPivotY
(float pivotY);
H
A
D
rs_node.cpp
788
void RSNode::
SetPivotY
(float pivotY)
in SetPivotY()
function in OHOS::Rosen::RSNode
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H
A
D
rs_canvas_node_test.cpp
2122
canvasNode->
SetPivotY
(floatData[1]);
in HWTEST_F()
2134
canvasNode->
SetPivotY
(floatData[2]);
in HWTEST_F()
2146
canvasNode->
SetPivotY
(floatData[3]);
in HWTEST_F()
2158
canvasNode->
SetPivotY
(floatData[4]);
in HWTEST_F()
2170
canvasNode->
SetPivotY
(floatData[0]);
in HWTEST_F()
H
A
D
rs_node_test.cpp
2260
rsNode->
SetPivotY
(floatData[1]);
in HWTEST_F()
2272
rsNode->
SetPivotY
(floatData[2]);
in HWTEST_F()
2284
rsNode->
SetPivotY
(floatData[3]);
in HWTEST_F()
2296
rsNode->
SetPivotY
(floatData[4]);
in HWTEST_F()
2308
rsNode->
SetPivotY
(floatData[0]);
in HWTEST_F()
3131
* @tc.name:
SetPivotY
3132
* @tc.desc: test results of
SetPivotY
3136
HWTEST_F(RSNodeTest,
SetPivotY
, TestSize.Level1)
in HWTEST_F()
3139
rsNode->
SetPivotY
(1.f);
in HWTEST_F()
3147
rsNode->
SetPivotY
(
in HWTEST_F()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H
A
D
rs_properties.h
111
void
SetPivotY
(float pivotY);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H
A
D
rs_properties.cpp
579
void RSProperties::
SetPivotY
(float pivotY)
in SetPivotY()
function in OHOS::Rosen::RSProperties
581
boundsGeo_->
SetPivotY
(pivotY);
in SetPivotY()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H
A
D
rs_properties_test.cpp
986
properties.
SetPivotY
(1.0);
in HWTEST_F()
/foundation/window/window_manager/wm/src/
H
A
D
window_impl.cpp
3746
surfaceNode_->
SetPivotY
(trans.pivotY_);
in TransformSurfaceNode()
H
A
D
window_scene_session_impl.cpp
3188
surfaceNode_->
SetPivotY
(trans.pivotY_);
in TransformSurfaceNode()
Completed in 49 milliseconds