Home
last modified time | relevance | path

Searched refs:GetW (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/base/
H A Dquaternion_test.cpp49 EXPECT_DOUBLE_EQ(quaternion1.GetW(), NUM_D1);
55 EXPECT_DOUBLE_EQ(quaternion2.GetW(), NUM_D1);
61 EXPECT_DOUBLE_EQ(quaternion3.GetW(), NUM_D1);
67 EXPECT_DOUBLE_EQ(quaternion4.GetW(), NUM_D1);
74 EXPECT_DOUBLE_EQ(quaternion5.GetW(), NUM_D1);
81 EXPECT_DOUBLE_EQ(quaternion7.GetW(), NUM_D3);
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_buffer_flush_config_adapter_wrapper.cpp36 int32_t ArkBufferFlushConfigAdapterWrapper::GetW() in GetW() function in OHOS::ArkWeb::ArkBufferFlushConfigAdapterWrapper
38 return ctocpp_->GetW(); in GetW()
H A Dark_buffer_flush_config_adapter_wrapper.h33 int32_t GetW() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_buffer_flush_config_adapter_impl.cpp35 int32_t ArkBufferFlushConfigAdapterImpl::GetW() in GetW() function in OHOS::ArkWeb::ArkBufferFlushConfigAdapterImpl
37 return real_->GetW(); in GetW()
H A Dark_buffer_flush_config_adapter_impl.h33 int32_t GetW() override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dquaternion.h41 double GetW() const in GetW() function
116 return Quaternion(q.GetX() * s, q.GetY() * s, q.GetZ() * s, q.GetW() * s);
122 return Quaternion(q.GetX() * s, q.GetY() * s, q.GetZ() * s, q.GetW() * s);
H A Dtransform_util.cpp103 double w = decomp.quaternion.GetW(); in BuildRotationMatrix()
361 .append(std::to_string(quaternion.GetW())) in ToString()
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/
H A Dquaternion.h39 float GetW() const in GetW() function
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_graphic_adapter.h87 virtual int32_t GetW() = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dgraphic_adapter.h158 virtual int32_t GetW() = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Drosen_render_transform.cpp81 transform.quaternion.GetW(), in SyncTransformToRsNode()
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/graphic_adapter_test/
H A Dsurface_adapter_impl_test.cpp139 int32_t GetW() override in GetW() function in OHOS::NWeb::BufferFlushConfigAdapterMock
/ohos5.0/base/web/webview/ohos_adapter/graphic_adapter/src/
H A Dsurface_adapter_impl.cpp295 config.damage.w = flushConfigAdapter->GetW(); in FlushBuffer()
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/media_adapter_test/
H A Dmedia_codec_encoder_adapter_impl_test.cpp165 int32_t GetW() override in GetW() function in OHOS::NWeb::BufferFlushConfigAdapterMock
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp1578 rotation.GetX(), rotation.GetY(), rotation.GetZ(), rotation.GetW()); in SetupCameraTransform()
1691 light->GetRotation().GetZ(), light->GetRotation().GetW()); in GetLightPositionAndRotation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp1874 static_cast<float>(transform.quaternion.GetW()) }; in OnTransformMatrixUpdate()