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:SetRotation
(Results
1 - 7
of
7
) sorted by relevance
/base/web/webview/ohos_adapter/camera_adapter/src/
H
A
D
camera_rotation_info_adapter_mock.cpp
35
void CameraRotationInfoAdapterImpl::
SetRotation
(int32_t rotation)
in SetRotation()
function in OHOS::NWeb::CameraRotationInfoAdapterImpl
H
A
D
camera_rotation_info_adapter_impl.cpp
35
void CameraRotationInfoAdapterImpl::
SetRotation
(int32_t rotation)
in SetRotation()
function in OHOS::NWeb::CameraRotationInfoAdapterImpl
H
A
D
camera_manager_adapter_impl.cpp
937
rotationInfo->
SetRotation
(rotation);
in FillRotationInfo()
/base/web/webview/ohos_adapter/camera_adapter/include/
H
A
D
camera_rotation_info_adapter_impl.h
33
void
SetRotation
(int32_t rotation);
/base/msdp/device_status/services/interaction/drag/src/
H
A
D
drag_drawing.cpp
530
g_drawingInfo.multiSelectedNodes.front()->
SetRotation
(POSITIVE_ANGLE);
in UpdatePixelMapsAngleAndAlpha()
533
g_drawingInfo.multiSelectedNodes.back()->
SetRotation
(NEGATIVE_ANGLE);
in UpdatePixelMapsAngleAndAlpha()
537
g_drawingInfo.multiSelectedNodes[mulNodesSize - LAST_SECOND_PIXELMAP ]->
SetRotation
(POSITIVE_ANGLE);
in UpdatePixelMapsAngleAndAlpha()
539
g_drawingInfo.multiSelectedNodes.back()->
SetRotation
(NEGATIVE_ANGLE);
in UpdatePixelMapsAngleAndAlpha()
2139
g_drawingInfo.parentNode->
SetRotation
(rotation);
in RotateCanvasNode()
2152
multiSelectedNode->
SetRotation
(degrees);
in RotateCanvasNode()
2163
mouseIconNode->
SetRotation
(rotation);
in RotateCanvasNode()
2172
void DragDrawing::
SetRotation
(Rosen::Rotation rotation)
in SetRotation()
function in OHOS::Msdp::DeviceStatus::DragDrawing
2667
multiSelectedNode->
SetRotation
(degrees);
in InitMultiSelectedNodes()
H
A
D
drag_manager.cpp
1620
dragDrawing_.
SetRotation
(rotation);
in RotateDragWindow()
/base/msdp/device_status/services/interaction/drag/include/
H
A
D
drag_drawing.h
285
void
SetRotation
(Rosen::Rotation rotation);
Completed in 12 milliseconds