/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | matrix_test.cpp | 95 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 D | transform_util_test.cpp | 264 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 D | matrix4_test.cpp | 414 EXPECT_DOUBLE_EQ(matrix4Obj1.GetScaleY(), DEFAULT_DOUBLE1); in HWTEST_F()
|
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/ |
H A D | accessibility_window_info.h | 269 float GetScaleY() const;
|
/foundation/barrierfree/accessibility/frameworks/common/test/mock/include/ |
H A D | mock_accessibility_window_info.h | 266 float GetScaleY() const;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_dump.cpp | 93 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 D | rs_mask.h | 58 double GetScaleY() const;
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_mask_test.cpp | 173 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 D | accessibility_window_info.cpp | 215 float AccessibilityWindowInfo::GetScaleY() const in GetScaleY() function in OHOS::Accessibility::AccessibilityWindowInfo
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/ |
H A D | matrix.h | 159 float GetScaleY() const in GetScaleY() function in OHOS::Media::Matrix
|
/foundation/window/window_manager/window_scene/session/screen/include/ |
H A D | screen_property.h | 55 float GetScaleY() const;
|
/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | matrix4.h | 66 double GetScaleY() const;
|
/foundation/barrierfree/accessibility/frameworks/common/test/unittest/ |
H A D | accessibility_window_info_test.cpp | 320 * @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 D | mock_accessibility_window_info.cpp | 320 * @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 D | paint.h | 621 float GetScaleY() const in GetScaleY() function in OHOS::Paint
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_animation_trace_utils.cpp | 194 [[maybe_unused]] auto scaleY = node.GetRenderProperties().GetScaleY(); in addRenderNodeTrace()
|
/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_canvas_unit_test.cpp | 1263 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 D | rs_mask.cpp | 133 double RSMask::GetScaleY() const in GetScaleY() function in OHOS::Rosen::RSMask
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_property_modifier.cpp | 135 value *= Vector2f(geometry->GetScaleX(), geometry->GetScaleY()); in Apply()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_obj_geometry.h | 267 float GetScaleY() const in GetScaleY() function in OHOS::Rosen::RSObjGeometry
|
/foundation/window/window_manager/window_scene/session/screen/src/ |
H A D | screen_property.cpp | 77 float ScreenProperty::GetScaleY() const in GetScaleY() function in OHOS::Rosen::ScreenProperty
|
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_window_manager.cpp | 570 << accWindowInfo.GetScaleY(); in EqualProperty() 576 accWindowInfo.GetScaleX(), accWindowInfo.GetScaleY()); in EqualProperty()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/ |
H A D | rs_render_thread_visitor.cpp | 382 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 D | scene_session_dirty_manager.cpp | 172 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 D | basic_transformer.cpp | 101 dstSize.height = static_cast<int32_t>(srcSize.height * fabs(matrix_.GetScaleY()) + FHALF); in GetDstDimension()
|