Searched refs:rotationValue (Results 1 - 7 of 7) sorted by relevance
/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetorientationhint_fuzzer/ |
H A D | recordersetorientationhint_fuzzer.cpp | 56 int32_t rotationValue = *reinterpret_cast<int32_t *>(data); in FuzzRecorderSetOrientationHint() local 58 recorder->SetOrientationHint(rotationValue); in FuzzRecorderSetOrientationHint()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_view_ohos.cpp | 231 bool AceViewOhos::DispatchRotationEvent(const RefPtr<AceViewOhos>& view, float rotationValue) in DispatchRotationEvent() argument 234 return view->ProcessRotationEvent(rotationValue); in DispatchRotationEvent() 423 bool AceViewOhos::ProcessRotationEvent(float rotationValue) in ProcessRotationEvent() argument 426 RotationEvent event { .value = rotationValue * ROTATION_DIVISOR }; in ProcessRotationEvent()
|
H A D | ace_view_ohos.h | 61 static bool DispatchRotationEvent(const RefPtr<AceViewOhos>& view, float rotationValue); 90 bool ProcessRotationEvent(float rotationValue);
|
/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hstream_capture.cpp | 505 int32_t rotationValue = 0; in SetRotation() local 508 rotationValue = item.data.i32[0]; in SetRotation() 510 MEDIA_INFO_LOG("set rotation app rotationValue %{public}d", rotationValue); in SetRotation() 511 rotationMap_.EnsureInsert(captureId, rotationValue); in SetRotation() 513 int32_t rotation = sensorOrientation + rotationValue; in SetRotation() 529 rotation = rotationValue; in SetRotation()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | jsXNode.js | 1815 this.rotationValue = { x: 0, y: 0, z: 0 }; 1885 this.rotationValue = { x: 0, y: 0, z: 0 }; 1888 this.rotationValue.x = this.checkUndefinedOrNullWithDefaultValue(rotation.x, 0); 1889 this.rotationValue.y = this.checkUndefinedOrNullWithDefaultValue(rotation.y, 0); 1890 this.rotationValue.z = this.checkUndefinedOrNullWithDefaultValue(rotation.z, 0); 1892 getUINativeModule().renderNode.setRotation(this.nodePtr, this.rotationValue.x, this.rotationValue.y, this.rotationValue.z, this.lengthMetricsUnitValue); 2012 return this.rotationValue;
|
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/ |
H A D | photo_output.cpp | 97 void PhotoCaptureSetting::SetRotation(PhotoCaptureSetting::RotationConfig rotationValue) in SetRotation() argument 101 int32_t rotation = rotationValue; in SetRotation()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 406 auto rotationValue = values[NUM_11].f32; in SetSweepGradientValues() local 425 gradient.GetSweepGradient()->rotation = CalcDimension(CheckAngle(rotationValue), DimensionUnit::PX); in SetSweepGradientValues()
|
Completed in 21 milliseconds