Home
last modified time | relevance | path

Searched refs:GetScaleX (Results 1 - 25 of 54) sorted by relevance

123

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dmatrix_test.cpp94 ASSERT_EQ(matrix_.GetScaleX(), tx); in HWTEST_F()
111 ASSERT_EQ(matrix_.GetScaleX(), tx); in HWTEST_F()
128 ASSERT_EQ(matrix_.GetScaleX(), tx); in HWTEST_F()
145 ASSERT_EQ(matrix_.GetScaleX(), tx); in HWTEST_F()
235 ASSERT_NE(matrix_.GetScaleX(), tx); in HWTEST_F()
254 ASSERT_EQ(matrix_.GetScaleX(), tx); in HWTEST_F()
273 ASSERT_EQ(matrix_.GetScaleX(), tx); in HWTEST_F()
292 ASSERT_NE(matrix_.GetScaleX(), tx); in HWTEST_F()
364 ASSERT_EQ(matrix_.GetScaleX(), m.GetScaleX()); in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/test/unittest/base/
H A Dtransform_util_test.cpp263 EXPECT_EQ(TransformUtil::ComposeTransform(decomposedTransform).GetScaleX(), 1.0); in HWTEST_F()
279 EXPECT_EQ(TransformUtil::ComposeTransform(decomposedTransform).GetScaleX(), 1.0); in HWTEST_F()
285 EXPECT_EQ(TransformUtil::ComposeTransform(decomposedTransform).GetScaleX(), 1.0); in HWTEST_F()
291 EXPECT_EQ(TransformUtil::ComposeTransform(decomposedTransform).GetScaleX(), 1.0); in HWTEST_F()
297 EXPECT_EQ(TransformUtil::ComposeTransform(decomposedTransform).GetScaleX(), 1.0); in HWTEST_F()
303 EXPECT_EQ(TransformUtil::ComposeTransform(decomposedTransform).GetScaleX(), 1.0); in HWTEST_F()
318 EXPECT_EQ(TransformUtil::ComposeTransform(decomposedTransform).GetScaleX(), 1.0); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/
H A Dfont.cpp133 scalar Font::GetScaleX() const in GetScaleX() function in OHOS::Rosen::Drawing::Font
135 return fontImpl_->GetScaleX(); in GetScaleX()
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_window_info.h255 float GetScaleX() const;
/foundation/barrierfree/accessibility/frameworks/common/test/mock/include/
H A Dmock_accessibility_window_info.h252 float GetScaleX() const;
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_dump.cpp92 scaleX *= prop.GetScaleX(); in DumpNodeAbsoluteProperties()
112 json["ScaleX"] = prop.GetScaleX() * scaleX; in DumpNodeAbsoluteProperties()
353 if (!ROSEN_EQ(properties.GetScaleX(), defaultTransform.scaleX_)) { in DumpNodePropertiesTransform()
354 out["ScaleX"] = properties.GetScaleX(); in DumpNodePropertiesTransform()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_mask.h56 double GetScaleX() const;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dfont.h164 scalar GetScaleX() const;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_font.h65 scalar GetScaleX() const override;
H A Dskia_font.cpp200 scalar SkiaFont::GetScaleX() const in GetScaleX() function in OHOS::Rosen::Drawing::SkiaFont
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dfont_impl.h60 virtual scalar GetScaleX() const = 0;
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_mask_test.cpp172 ASSERT_EQ(mask->GetScaleX(), scaleX); in HWTEST_F()
204 ASSERT_EQ(mask->GetScaleX(), 1.0f); in HWTEST_F()
/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_window_info.cpp203 float AccessibilityWindowInfo::GetScaleX() const in GetScaleX() function in OHOS::Accessibility::AccessibilityWindowInfo
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H A Dmatrix.h154 float GetScaleX() const in GetScaleX() function in OHOS::Media::Matrix
/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_property.h52 float GetScaleX() const;
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dmatrix4.h65 double GetScaleX() const;
/foundation/barrierfree/accessibility/frameworks/common/test/unittest/
H A Daccessibility_window_info_test.cpp303 * @tc.name: GetScaleX
304 * @tc.desc: Test function GetScaleX
314 EXPECT_FLOAT_EQ(windowInfo_->GetScaleX(), 1.1f); in HWTEST_F()
/foundation/barrierfree/accessibility/frameworks/common/test/mock/src/
H A Dmock_accessibility_window_info.cpp303 * @tc.name: GetScaleX
304 * @tc.desc: Test function GetScaleX
314 EXPECT_FLOAT_EQ(windowInfo_->GetScaleX(), 1.1f); in HWTEST_F()
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/common/
H A Dpaint.h611 float GetScaleX() const in GetScaleX() function in OHOS::Paint
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_animation_trace_utils.cpp193 [[maybe_unused]] auto scaleX = node.GetRenderProperties().GetScaleX(); in addRenderNodeTrace()
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_canvas_unit_test.cpp1262 EXPECT_EQ(paint_->GetScaleX(), SCALE_X); in HWTEST_F()
1300 EXPECT_EQ(paint_->GetScaleX(), SCALE_X); in HWTEST_F()
1408 EXPECT_EQ(paint_->GetScaleX(), SCALE_X); in HWTEST_F()
1448 EXPECT_EQ(paint_->GetScaleX(), SCALE_X); in HWTEST_F()
1485 EXPECT_EQ(paint_->GetScaleX(), SCALE_X); in HWTEST_F()
1525 EXPECT_EQ(paint_->GetScaleX(), SCALE_X); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_mask.cpp123 double RSMask::GetScaleX() const in GetScaleX() 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.h263 float GetScaleX() const in GetScaleX() function in OHOS::Rosen::RSObjGeometry
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/font_napi/
H A Djs_font.h64 static napi_value GetScaleX(napi_env env, napi_callback_info info);

Completed in 15 milliseconds

123