Home
last modified time | relevance | path

Searched defs:quaternionValue (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_modifier_property.h68 std::shared_ptr<Rosen::RSAnimatableProperty<Rosen::Quaternion>> quaternionValue; member
H A Drosen_render_context.cpp2057 auto quaternionValue = transformMatrixModifier_->quaternionValue->GetStagingValue(); in GetRevertMatrix() local
2137 auto quaternionValue = transformMatrixModifier_->quaternionValue->GetStagingValue(); in GetMatrixWithTransformRotate() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/modifier/
H A Drs_render_property_test.cpp421 …std::shared_ptr<RSRenderProperty<Quaternion>> quaternionValue = std::make_shared<RSRenderProperty<… variable