Home
last modified time | relevance | path

Searched refs:GetScaleY (Results 1 - 25 of 45) sorted by relevance

12

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dmatrix_test.cpp95 ASSERT_EQ(matrix_.GetScaleY(), ty); in HWTEST_F()
112 ASSERT_EQ(matrix_.GetScaleY(), ty); in HWTEST_F()
129 ASSERT_EQ(matrix_.GetScaleY(), ty); in HWTEST_F()
146 ASSERT_EQ(matrix_.GetScaleY(), ty); in HWTEST_F()
236 ASSERT_NE(matrix_.GetScaleY(), ty); in HWTEST_F()
255 ASSERT_NE(matrix_.GetScaleY(), ty); in HWTEST_F()
274 ASSERT_NE(matrix_.GetScaleY(), ty); in HWTEST_F()
293 ASSERT_NE(matrix_.GetScaleY(), ty); in HWTEST_F()
365 ASSERT_EQ(matrix_.GetScaleY(), m.GetScaleY()); in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/test/unittest/base/
H A Dtransform_util_test.cpp264 EXPECT_EQ(TransformUtil::ComposeTransform(decomposedTransform).GetScaleY(), 1.0); in HWTEST_F()
280 EXPECT_EQ(TransformUtil::ComposeTransform(decomposedTransform).GetScaleY(), 1.0); in HWTEST_F()
286 EXPECT_EQ(TransformUtil::ComposeTransform(decomposedTransform).GetScaleY(), 1.0); in HWTEST_F()
292 EXPECT_EQ(TransformUtil::ComposeTransform(decomposedTransform).GetScaleY(), 1.0); in HWTEST_F()
298 EXPECT_EQ(TransformUtil::ComposeTransform(decomposedTransform).GetScaleY(), 1.0); in HWTEST_F()
304 EXPECT_EQ(TransformUtil::ComposeTransform(decomposedTransform).GetScaleY(), 1.0); in HWTEST_F()
319 EXPECT_EQ(TransformUtil::ComposeTransform(decomposedTransform).GetScaleY(), 1.0); in HWTEST_F()
H A Dmatrix4_test.cpp414 EXPECT_DOUBLE_EQ(matrix4Obj1.GetScaleY(), DEFAULT_DOUBLE1); in HWTEST_F()
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_window_info.h269 float GetScaleY() const;
/foundation/barrierfree/accessibility/frameworks/common/test/mock/include/
H A Dmock_accessibility_window_info.h266 float GetScaleY() const;
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_dump.cpp93 scaleY *= prop.GetScaleY(); in DumpNodeAbsoluteProperties()
113 json["ScaleY"] = prop.GetScaleY() * scaleY; in DumpNodeAbsoluteProperties()
356 if (!ROSEN_EQ(properties.GetScaleY(), defaultTransform.scaleY_)) { in DumpNodePropertiesTransform()
357 out["ScaleY"] = properties.GetScaleY(); in DumpNodePropertiesTransform()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_mask.h58 double GetScaleY() const;
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_mask_test.cpp173 ASSERT_EQ(mask->GetScaleY(), scaleY); in HWTEST_F()
207 ASSERT_EQ(mask->GetScaleY(), 1.0f); in HWTEST_F()
/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_window_info.cpp215 float AccessibilityWindowInfo::GetScaleY() const in GetScaleY() function in OHOS::Accessibility::AccessibilityWindowInfo
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H A Dmatrix.h159 float GetScaleY() const in GetScaleY() function in OHOS::Media::Matrix
/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_property.h55 float GetScaleY() const;
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dmatrix4.h66 double GetScaleY() const;
/foundation/barrierfree/accessibility/frameworks/common/test/unittest/
H A Daccessibility_window_info_test.cpp320 * @tc.name: GetScaleY
321 * @tc.desc: Test function GetScaleY
331 EXPECT_FLOAT_EQ(windowInfo_->GetScaleY(), 1.1f); in HWTEST_F()
/foundation/barrierfree/accessibility/frameworks/common/test/mock/src/
H A Dmock_accessibility_window_info.cpp320 * @tc.name: GetScaleY
321 * @tc.desc: Test function GetScaleY
331 EXPECT_FLOAT_EQ(windowInfo_->GetScaleY(), 1.1f); in HWTEST_F()
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/common/
H A Dpaint.h621 float GetScaleY() const in GetScaleY() function in OHOS::Paint
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_animation_trace_utils.cpp194 [[maybe_unused]] auto scaleY = node.GetRenderProperties().GetScaleY(); in addRenderNodeTrace()
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_canvas_unit_test.cpp1263 EXPECT_EQ(paint_->GetScaleY(), SCALE_Y); in HWTEST_F()
1301 EXPECT_EQ(paint_->GetScaleY(), SCALE_Y); in HWTEST_F()
1409 EXPECT_EQ(paint_->GetScaleY(), SCALE_Y); in HWTEST_F()
1449 EXPECT_EQ(paint_->GetScaleY(), SCALE_Y); in HWTEST_F()
1486 EXPECT_EQ(paint_->GetScaleY(), SCALE_Y); in HWTEST_F()
1526 EXPECT_EQ(paint_->GetScaleY(), SCALE_Y); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_mask.cpp133 double RSMask::GetScaleY() const in GetScaleY() function in OHOS::Rosen::RSMask
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_property_modifier.cpp135 value *= Vector2f(geometry->GetScaleX(), geometry->GetScaleY()); in Apply()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_obj_geometry.h267 float GetScaleY() const in GetScaleY() function in OHOS::Rosen::RSObjGeometry
/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_property.cpp77 float ScreenProperty::GetScaleY() const in GetScaleY() function in OHOS::Rosen::ScreenProperty
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_window_manager.cpp570 << accWindowInfo.GetScaleY(); in EqualProperty()
576 accWindowInfo.GetScaleX(), accWindowInfo.GetScaleY()); in EqualProperty()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread_visitor.cpp382 const float bufferHeight = node.GetSuggestedBufferHeight() * property.GetScaleY(); in ProcessRootRenderNode()
486 const float rootHeight = property.GetFrameHeight() * property.GetScaleY(); in ProcessRootRenderNode()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_dirty_manager.cpp172 Vector2f scale(sceneSession->GetScaleX(), sceneSession->GetScaleY()); in CalNotRotateTransform()
195 Vector2f scale(sceneSession->GetScaleX(), sceneSession->GetScaleY()); in CalTransform()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dbasic_transformer.cpp101 dstSize.height = static_cast<int32_t>(srcSize.height * fabs(matrix_.GetScaleY()) + FHALF); in GetDstDimension()

Completed in 21 milliseconds

12