Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_gravity_demo.cpp44 RS_GRAVITY_CASE_STR(Gravity::RESIZE_ASPECT); in GravityString()
85 …y::TOP_RIGHT, Gravity::BOTTOM_LEFT, Gravity::BOTTOM_RIGHT, Gravity::RESIZE, Gravity::RESIZE_ASPECT, in RsSurfaceNodeGravityTestDemo()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties_def.h46 RESIZE_ASPECT, enumerator
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_animation_operation.cpp130 rsSurfaceNode_->SetFrameGravity(Rosen::Gravity::RESIZE_ASPECT); in InitRsSurfaceNode()
H A Dboot_compile_progress.cpp109 rsSurfaceNode_->SetFrameGravity(Rosen::Gravity::RESIZE_ASPECT); in CreateCanvasNode()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_property_drawable_utils_test.cpp594 …ASSERT_FALSE(rsPropertyDrawableUtilsTest->GetGravityMatrix(Gravity::RESIZE_ASPECT, rect, 0, 0, mat…
595 …ASSERT_FALSE(rsPropertyDrawableUtilsTest->GetGravityMatrix(Gravity::RESIZE_ASPECT, rectTwo, 10, 10…
596 …ASSERT_TRUE(rsPropertyDrawableUtilsTest->GetGravityMatrix(Gravity::RESIZE_ASPECT, rect, 20, 20, ma…
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_painter_test.cpp101 EXPECT_FALSE(RSPropertiesPainter::GetGravityMatrix(Gravity::RESIZE_ASPECT, rect, w, 0.f, mat));
102 … EXPECT_FALSE(RSPropertiesPainter::GetGravityMatrix(Gravity::RESIZE_ASPECT, rect, 0.f, 0.f, mat));
103 EXPECT_FALSE(RSPropertiesPainter::GetGravityMatrix(Gravity::RESIZE_ASPECT, rect, w, h, mat));
106 EXPECT_TRUE(RSPropertiesPainter::GetGravityMatrix(Gravity::RESIZE_ASPECT, rect, w, h, mat));
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_utils.cpp1235 case Gravity::RESIZE_ASPECT: { in GetGravityMatrix()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_util.cpp1198 Gravity::RESIZE_ASPECT, in GetSurfaceTransformMatrixForRotationFixed()
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_utils.cpp1287 static_cast<T>(Gravity::RESIZE_ASPECT))); in CreateJsSessionGravity()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/
H A Drs_modifier_test.cpp1379 value = Gravity::RESIZE_ASPECT;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp143 case Gravity::RESIZE_ASPECT: { in GetGravityMatrix()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_canvas_node_test.cpp3066 Gravity gravity = Gravity::RESIZE_ASPECT;
H A Drs_node_test.cpp3592 Gravity gravity = Gravity::RESIZE_ASPECT;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp133 { RenderFit::RESIZE_CONTAIN, Rosen::Gravity::RESIZE_ASPECT }, in GetRosenGravity()