Home
last modified time | relevance | path

Searched refs:GetQuaternion (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_modifier_extractor.h38 Quaternion GetQuaternion() const;
H A Drs_showing_properties_freezer.h37 std::optional<Quaternion> GetQuaternion() const;
H A Drs_showing_properties_freezer.cpp86 std::optional<Quaternion> RSShowingPropertiesFreezer::GetQuaternion() const in GetQuaternion() function in OHOS::Rosen::RSShowingPropertiesFreezer
H A Drs_modifier_extractor.cpp91 Quaternion RSModifierExtractor::GetQuaternion() const in GetQuaternion() function in OHOS::Rosen::RSModifierExtractor
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsmodifierextractor_fuzzer/
H A Drsmodifierextractor_fuzzer.cpp71 modifierExtractor.GetQuaternion(); in DoGet001()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_obj_geometry.h320 Quaternion GetQuaternion() const in GetQuaternion() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/
H A Drs_modifier_test.cpp302 ASSERT_EQ(node->GetStagingProperties().GetQuaternion(), value);
306 …ASSERT_EQ(node->GetStagingProperties().GetQuaternion(), node1->GetStagingProperties().GetQuaternio…
323 ASSERT_EQ(node->GetStagingProperties().GetQuaternion(), value);
327 ASSERT_EQ(node->GetStagingProperties().GetQuaternion(), value);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_showing_properties_freezer_test.cpp124 auto result1 = canvasNode->GetShowingProperties().GetQuaternion();
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsshowingpropertiesfreezer_fuzzer/
H A Drsshowingpropertiesfreezer_fuzzer.cpp161 showingPropertiesFreezer.GetQuaternion(); in DoGetQuaternion()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h127 Quaternion GetQuaternion() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_util.cpp856 property.GetQuaternion() != Quaternion())) { in IsNeedClient()
H A Drs_uni_render_util.cpp714 !ROSEN_EQ(property.GetRotationY(), 0.f) || property.GetQuaternion() != Quaternion()) { in IsNeedClient()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp767 Quaternion RSProperties::GetQuaternion() const in GetQuaternion() function in OHOS::Rosen::RSProperties
769 return boundsGeo_->GetQuaternion(); in GetQuaternion()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test.cpp887 EXPECT_EQ(properties.GetQuaternion(), quaternion);